I have a survey with many questions which contain brand lists and people are asked which brands they buy.
I would like to know how many selections were made by each respondent for each of the multi select questions.
Is there a 'Question_Count' variable within Qualtrics?
Thanks for any advice
Yes, there is. In the survey flow, after the block that contains the question add this:
Set Embedded Data: numSelected = ${q://QIDxx/SelectedChoicesCount}
Replace QIDxx with the actual QID.
Unfortunately, it is one of those cases where Qualtrics doesn't make it available in the Pipe Text Menu (Please vote for Product Idea Include All Possible Piped Field In Piped Text Menus).
Hi Tom
Thanks for the solution, will this work post interview completion? It's a question my client has asked now that the fieldwork has almost finished!
Arthur
https://community.qualtrics.com/XMcommunity/discussion/comment/51032#Comment_51032No, unfortunately not.
My previous answer was for a multiple choice question. For counts of matrix scale points use:
${q://QIDxx/SelectedAnswerCount/1}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.