I have defined a custom TOPIC with the objective to ask 5 different types of MCQs. For each question, i can display the list of choices as follows :
Never, Sometimes, Often, Almost Always.
question1 : Since for all the questions, users have to enter their choice as one of the above. I have the same set of options for al the questions resulting in a TOPIC error: Duplicate Option Set Name.
question 2: I can get the choice opted by the user as a string e.g. NEVER. Is there a method to automatically convert these choices into corresponding integer rank from 1 to 4. so that I can ADD these values to determine the final answer.