Group: Forum Members
Posts: 15,
Visits: 29
|
Hi, I am trying to present a multiple choice question, where I want the order of the first two options to be randomized, and the last option is always "I don't remember."
Please refer to the below for my code, thanks in advance :)
<radiobuttons nomind_memorycheck_brandnew> / caption="Which of the following adjectives was used to describe the group, <%text.targetname1.currentitem%>?" / options = ("brand-new","worn-out","I don't remember") / validresponse = ("brand-new","worn-out","I don't remember") / correctresponse = ("brand-new") / order = random / orientation = vertical </radiobuttons>
|