Group: Forum Members
Posts: 3,
Visits: 88
|
Hey guys, I am trying to create a simple checkbox survey. I can't figure out how to define the valid and correct responses though. No matter ho i define them, as soon as I define any validresponse at all, I can't click the "Next" Button when I run the experiment because the answer is not considered valid. It would be great if someone could help me with this, thank you.
<survey survey> / pages = [1 = p1] </survey>
<surveypage p1> / questions = [1 = q1] </surveypage>
<checkboxes q1> / options = ("Answer 1", "Answer 2", "Answer 3") / optionvalues = ("1", "2", "3") / validresponse = ("1", "2", "3") </checkboxes>
|