Reply To: Questionnaire with questions on the same page

PennController for IBEX Forums Support Questionnaire with questions on the same page Reply To: Questionnaire with questions on the same page

#5606
ReaToth
Participant

Hello Jeremy,

Another question came up during my experiment design. I’m using the code you wrote down and it works perfectly. However, how would you make sure the participants selected an option for every question before moving on?
I have used this code, but it moves on as long as the first question is answered.

newTrial(“WBSI”,
…wbsiQuestions.map( (v,i) => question(i,v) )
,
newButton(“next”, “Next”)
.print()
.wait(getScale(“Rating”).test.selected())

Thank you for your help in advance.