Home
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:display 2 questions on the same row (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:display 2 questions on the same row
#15939
acroitoriu (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
[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 Logged  
 
Last Edit: 2008/07/16 14:04 By Mazi.
  The administrator has disabled public write access.
#15941
Mazi (Moderator)
Moderator Lime
Posts: 3252
graph
User Online Now Click here to see the profile of this user
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 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.
#15963
acroitoriu (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
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?

Thanks!
File Attachment:
File Name: how_I_want.jpg
File Size: 26001
 
Logged Logged  
  The administrator has disabled public write access.
#15965
acroitoriu (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:display 2 questions on the same row 4 Months, 1 Week ago Karma: 0  
I reattach the current display image as it wasn't uploaded due to it's size.
 
Logged Logged  
  The administrator has disabled public write access.
#16099
wrobyn (User)
Junior Lime
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
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 Logged  
  The administrator has disabled public write access.
#16106
Mazi (Moderator)
Moderator Lime
Posts: 3252
graph
User Online Now Click here to see the profile of this user
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 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.
#16109
jcleeland (Admin)
Moderator Lime
Posts: 243
graphgraph
User Offline Click here to see the profile of this user
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 Logged  
  The administrator has disabled public write access.
#16172
wrobyn (User)
Junior Lime
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Re:display 2 questions on the same row 4 Months, 1 Week ago Karma: 0  
That was a REALLY good solution. Any good tip on how to modify template:



to make the gap between question groups disappear?
 
Logged Logged  
 
Last Edit: 2008/07/16 20:06 By wrobyn.
  The administrator has disabled public write access.
Go to top