I am creating a survey where my users have to give their ratings of a service on different categories (e.g., overall experience, ease of use, promptness, etc.) The survey has a question with *multiple where users can rate additional categories that they choose:
*while: enterAnotherCategory = 1
*question: What would you like to rate?
*save: category
*question: How would you rate the {category} of this service?
When I look at the CSV file, all the ratings for the additional categories appear in the same column, with answers separated by a pipe (|). Is there a way to save each rating to a separate column?