Forum Replies Created
-
AuthorPosts
-
ReaToth
ParticipantThank you for your help and quick replies.
Andrea
ReaToth
ParticipantHello Jeremy,
Thank you for the quick solution. It is working perfectly 🙂 Last question: if I would like to add a message for the participants in case they haven’t answered all the questions, such as: ‘Please make sure you answered every question’, where would I have to insert it?
Thank you,
AndreaReaToth
ParticipantHello 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.
ReaToth
ParticipantHello,
Thank you for your help, it’s working perfectly now.
Best,
AndreaReaToth
ParticipantHello Jeremy,
Thank you for your quick response. Unfortunately, the code doesn’t seem to work for me. I have try to change it but couldn’t manage to figure it out. I think it has to do with my table. I have 2 columns: ‘Number’ and ‘Question’. The rows of ‘Number’ column goes from 1 to 15 while the rows of ‘Question’ column has the actual questions. In the Debug, the error message comes up: ‘No column named ‘Question3’ found in table wbsi.csv’. And the same for Question2, and Number1 and Number2.
Apologies if the answer is obvious, but I have been trying with different codes since yesterday with no luck.Thank you for your help in advance,
Andrea -
AuthorPosts