Randomizing order of appearance of radiobuttons /options


Author
Message
EN
EN
Associate Member (148 reputation)Associate Member (148 reputation)Associate Member (148 reputation)Associate Member (148 reputation)Associate Member (148 reputation)Associate Member (148 reputation)Associate Member (148 reputation)Associate Member (148 reputation)Associate Member (148 reputation)
Group: Forum Members
Posts: 30, Visits: 177
Hello,
I'm wondering if there is an easy way to randomize the order in which the /options in a radiobuttons element appear on screen?
For instance, in the sample code below, the /options always appear in the same order from left to right, "opt1", "opt2" and "opt3".
I would like to randomize that.
Any help would be greatly appreciated.
Best regards,
EN
--
<surveypage att_check1>
/caption = "CAPTION surveypage"
/questions = [1-1=noreplace(att_check1_1)]
/ itemfontstyle = ("Arial", 2.00%, false, false, false, false, 5, 1)
/ itemspacing = 1.0%
/ showpagenumbers = false
/ showbackbutton = false
/ showquestionnumbers = false
/ responsefontstyle = ("Arial", 1.5%, false, false, false, false, 5, 1)
</surveypage>

<radiobuttons att_check1_1>
/ caption="<b>CAPTION radiobuttons1 </b>"
/ options=("opt1", "opt2", "opt3")
/ optionvalues = ("0", "1", "2")
/ required = true
/ orientation = horizontalequal
</radiobuttons>
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
EN - Last Week
     Yes, there is:
Dave - Last Week
EN - Last Week

Reading This Topic

Explore
Messages
Mentions
Search