[done] display 2 questions on the same row 4 Months, 1 Week ago
Karma: 0
Hi all,
I am interested in displaying 2 questions on the same row for one of my surveys. How can I setup this? I didn't find any attribute for the question that could do this...
It this even possible?
Thank you in advance!
Andrei
Logged
Last Edit: 2008/07/16 14:04 By Mazi.
The administrator has disabled public write access.
Re:display 2 questions on the same row 4 Months, 1 Week ago
Karma: 25
Can you post a screenshot of how this should look like?
Logged
Best regards,
Mazi
______________________ Need help? I can: set up Limesurvey for you / create your survey / implement additional features / design your template / offer premium support -> Contact.
The administrator has disabled public write access.
Re:display 2 questions on the same row 4 Months, 1 Week ago
Karma: 0
Hi,
I have 2 questions in one group: one about the age of the visitor and the other about the age.
In current.jpg file you can see how my questions are currently displayed...
in the other image is how I want to display them - I modified the picture in order to show you what I want.
Is it possible to do what I want?
Re:display 2 questions on the same row 4 Months, 1 Week ago
Karma: 0
actually,
I need to do this as well.. All of the questions look like they are controlled from a table structure dynamically(?) created from php, not the pstl files?
trying to get at putting in a
question </tr><!--- new question --><tr>question...</tr>
seems difficult
Logged
The administrator has disabled public write access.
Re:display 2 questions on the same row 4 Months, 1 Week ago
Karma: 25
It will be hard to adjust the layout.
Can't you use the dual scale question type? This is kind of "2 in 1 question".
Logged
Best regards,
Mazi
______________________ Need help? I can: set up Limesurvey for you / create your survey / implement additional features / design your template / offer premium support -> Contact.
The administrator has disabled public write access.
Re:display 2 questions on the same row 4 Months, 1 Week ago
Karma: 7
The only other alternative is to modify your template so that the questions appear in a <div>'s that are inline.. then present the survey group-by-group, but only have the two questions in each group.
Logged
The administrator has disabled public write access.