Home arrow Support arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
[done] Multiple option qu.-space btn alternatives (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: [done] Multiple option qu.-space btn alternatives
#18340
wajdai (User)
Fresh Lemon
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
[done] Multiple option qu.-space btn alternatives 2 Months, 2 Weeks ago Karma: 0  
Hi guys!

I have been searching for how one can change the default space dimensions in the answers. I use LimeSurvey 1.71+ and i am trying to increase the space between the alternatives in a multiple options question (the answers are long so they look so packed that a respondent will not recognize when they start and end!).

I tried to play with the chosen template,from question screen, question.pstpl but that did not help. I know i need to change the "cellpadding" - or "cellspacing" - but i am not successful in finding where (which file in the chosen template and position) the change should be made.

I am very thankful for any advice.
PS: i am a beginner who wants to learn
 
Logged Logged  
 
Last Edit: 2008/09/08 15:24 By Mazi.
  The administrator has disabled public write access.
#18342
jcleeland (Admin)
Moderator Lime
Posts: 243
graphgraph
User Offline Click here to see the profile of this user
Re:Multiple option questions - space btn alternatives 2 Months, 2 Weeks ago Karma: 7  
Hi,
If you edit the chosen template (assuming it's not default), you can add the following line(s) to "template.css" (selectable in the template editor in the 'standard files' list.

input.checkbox {
margin-top: 10px;
margin-bottom: 10px;
}

Jason
 
Logged Logged  
  The administrator has disabled public write access.
#18343
wajdai (User)
Fresh Lemon
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Multiple option questions - space btn alternatives 2 Months, 2 Weeks ago Karma: 0  
Thank you very much, Jason! The information is very helpful. The rows look perfect now.
 
Logged Logged  
  The administrator has disabled public write access.
#18359
Mazi (Moderator)
Moderator Lime
Posts: 3261
graph
User Online Now Click here to see the profile of this user
Re:Multiple option questions - space btn alternatives 2 Months, 2 Weeks ago Karma: 25  
You're welcome! If our hints have been helpful and you enjoy LimeSurvey please consider a donation to the team. We do all this in our free time.
 
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.
#18360
Mazi (Moderator)
Moderator Lime
Posts: 3261
graph
User Online Now Click here to see the profile of this user
Re:Multiple option questions - space btn alternatives 2 Months, 2 Weeks ago Karma: 25  
jcleeland wrote:
Hi,
If you edit the chosen template (assuming it's not default), you can add the following line(s) to "template.css" (selectable in the template editor in the 'standard files' list.

input.checkbox {
margin-top: 10px;
margin-bottom: 10px;
}

Jason

Hi Jason,
once more a very helpful instruction. What about adding this to the workarounds?
 
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.
#18390
wajdai (User)
Fresh Lemon
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Multiple option questions - space btn alternatives 2 Months, 2 Weeks ago Karma: 0  
Hi Mazi,

As i mentioned before in this forum, if I will ever make money out of using LimeSurvey i will definately remember the project in a decent share - you definately deserve it. For the time being, i am working on a project at a university. But i have already told my open-source/innovation research colleagues about your project as i thought you might be a good study case. Has any researcher studied your project before?
 
Logged Logged  
  The administrator has disabled public write access.
#18415
Mazi (Moderator)
Moderator Lime
Posts: 3261
graph
User Online Now Click here to see the profile of this user
Re:Multiple option questions - space btn alternatives 2 Months, 1 Week ago Karma: 25  
There are lots of university researchers who use limesurvey. Some are engaged in the project, some donate, some do nothing at all.

Wajdai, maybe you can contribute some manpower?! We are always looking for new developers who help us to improve limesurvey.
 
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.
Go to top