Group: Forum Members
Posts: 12,
Visits: 24
|
Hi! I'm having trouble with checkboxes. My checkbox question shows up fine with the correct options but every answer that I select is labeled as incorrect and I'm not able to continue past this point. I want the subject to not be able to continue until they are correct. Here is my code. Many thanks!!! ~Lauren
<checkboxes task> / caption = "What is your task?" / range = (1,1) / required = true / options = ("To respond for each picture of a dog", "To respond whether a picture is rotated or not","To respond when a picture is black and white or color") / optionvalues = ("1", "2", "3") / validresponse=("1", "2", "3") / correctresponse = ("2") </checkboxes>
<surveypage taskQ1> / caption = "Please answer the following questions about your ask. You cannot start the experiment until you get these correct." / fontstyle = ("Verdana", -18, true, false, false, false, 5, 0) / showquestionnumbers = true / questions = [1=task] </surveypage>
<survey taskQuestionnaire> / pages = [1=taskQ1] / responsefontstyle = ("Verdana", -12, false, false, false, false, 5, 0) / itemfontstyle = ("Verdana", -13, false, false, false, false, 5, 0) / itemspacing = 4% / showpagenumbers = false </survey>
|