Group: Forum Members
Posts: 3,
Visits: 28
|
Hi there,
I have 50 checkboxes that participants need to choose some from. However, the checkboxes run off the end of the page because there is 50. Is there any way to get a layout like: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21, etc...
My current code is:
<checkboxes participants51> / caption = "Please select the people you think are in the first group" / options = ("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50") / optionvalues = ("1","2","3","4","5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50") / range = (0, 50) </checkboxes>
Cheers!
|