Survey Items presented in columns


Author
Message
atran
atran
Respected Member (417 reputation)Respected Member (417 reputation)Respected Member (417 reputation)Respected Member (417 reputation)Respected Member (417 reputation)Respected Member (417 reputation)Respected Member (417 reputation)Respected Member (417 reputation)Respected Member (417 reputation)
Group: Forum Members
Posts: 3, Visits: 16
Hello,

I was wondering how I might write a script to present items in columns side by side. For instance; 

<textbox ana24>
/ caption = "HUNCL"
/ orientation = horizontal
/textboxsize = (5,2.5)
</textbox>

<textbox ana25>
/ caption = "SETWA"
/ orientation = horizontal
/textboxsize = (5,2.5)
</textbox>

Currently I have 25 items like these two above, and I want to present them all on a single page either in 2 or 3 columns. Is this possible? Any help you could give me would be much appreciated!

Thanks,
Alex
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
You need to explicitly specify the <textbox> and other question elements' respective /position attributes to place them on the <surveypage> as desired.

<surveypage somepage>
/ questions = [1=ana24; 2=ana25; ...]
...
</surveypage>

<textbox ana24>
/ caption = "HUNCL"
/ orientation = horizontal
/textboxsize = (5,2.5)
/ position = (2%, 5%)
</textbox>

<textbox ana25>
/ caption = "SETWA"
/ orientation = horizontal
/textboxsize = (5,2.5)
/ position = (12%, 5%)
</textbox>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search