I am just trying to have the same XML value for different options but there is always an error message while deploying that I should add allow_duplicates, but this doesn’t work in my case, the options are appearing with the same texts after reviewing.
for example:
male 0
female 1
man 0
girl 1
after deploying, those options appear as :
male
female
male
female
please note that these XML values cannot be changed as they are present in scoring and analysis.
Would you mind to explain what you exactly want to do/achieve, please.
And could you share here the related part of your form (survey and choices extract)?
@Kal_Lam thanks for sharing this, so your solution was to change the name of each item, however, I need the name to be the same as I have the same values for two different options and these values presenting in my scoring and analysis, hope you got it. I can’t allow duplicates, the options will be the same in the survey so as I mentioned before, in the xls file I put for example these items:
Male 0
Female 1
Man 0
Girl 1
But unfortunately, they appear as this,
Male
Female
Male
Female
Thanks!