Solved
How to write code to split one matrix (89 items) to four pages and randomize them..
Dear community
I am currently trying to write Java Code for a matrix question with 89 items, that I would like to have fully randomized, but splitted over four pages (as the site gets too long and users have to scroll too much).
Anyone could help me out formatting this?
Best answer by MohammedAli_Rajapkar
I think you can achieve this through "Randomization", "Carry Forward" and Display logic
- Create 4 question with the same statements
- Use choice randomization for all 4 question statements
- use subset option under "advance randomization" and assign any value let say 22 (for first 3 question) and 23 for last question.
Documentation on advanced randomization:
https://www.qualtrics.com/support/survey-platform/survey-module/question-options/choice-randomization/#AdvancedRandomization
- then for second question use "carry forward" option on the statement which not displayed in Q1
Documentation on carry forward:
https://www.qualtrics.com/support/survey-platform/survey-module/question-options/carry-forward-choices/
- Then for 3rd and 4th question apply display logic on each of the statements such as:
for the 3rd question: display option only if not displayed in Q1 and Q2
for the 4th question: display option only if not displayed in Q1, Q2, and Q3
Documentation on display logic on option:
https://www.qualtrics.com/support/survey-platform/survey-module/question-options/display-logic/#SettingAnswerChoiceDisplayLogic
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.