Group: Forum Members
Posts: 7,
Visits: 44
|
Hi guys,
The following is my code. It asks participants to check 5 consecutive boxes. However, some participants might check boxes that are not consecutive or might check less than 5 boxes. So I wonder whether I there is a code that could force the participants to check 5 consecutive boxes? Thank you so much!
<checkboxes q17> / caption= "17. Suppose that you can choose your own academic/work hours. Assume that you worked a FIVE-hour day (including breaks) and that your job was interesting and paid by results. Which FIVE CONSECUTIVE HOURS would you select? " / required = true / options=("12am-1am", "1am-2am","2am-3am","3am-4am","4am-5am","5am-6am","6am-7am","7am-8am","8am-9am","9am-10am","10am-11am","11am-12pm","12pm-1pm","1pm-2pm","2pm-3pm","3pm-4pm","4pm-5pm","5pm-6pm","6pm-7pm","7pm-8pm","8pm-9pm","9pm-10pm","10pm-11pm","11pm-12am") /orientation = vertical /required = true </checkboxes>
-Yihuan
|