Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Help with question

  • Serafim
  • Serafim's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
10 years 3 weeks ago #105954 by Serafim
Help with question was created by Serafim
Hi there everyone,

I have a "multiple numeric" question type, where I have more or less 30 names, and from those 30 names I must give 5 points as I want among those 30 names. So far so good. My problem is, those 30 names are in a single column, my questio is, can I divide those 30 names in 2 or 3 columns?

Thanks everyone.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
10 years 3 weeks ago #105986 by tpartner
Replied by tpartner on topic Help with question
Try adding something like this to the end of template.css. Replace "QQ" with the question ID .

Code:
#questionQQ ul.subquestions-list  {
  display:block;
}
 
#questionQQ li.question-item {
  display:block;
  float:left;
  width: 30%;
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: Serafim
The topic has been locked.
  • Serafim
  • Serafim's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
10 years 3 weeks ago #105994 by Serafim
Replied by Serafim on topic Help with question
Tanks, it works. I just have to straighten the box where e put the number.
The topic has been locked.
  • Serafim
  • Serafim's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
10 years 3 weeks ago - 10 years 3 weeks ago #106036 by Serafim
Replied by Serafim on topic Help with question
Hi again,

with your code it works fine but I have another question, in my attachment, I the 2 quastions, the first with your code, the second the normal from Limesurvey, how do I straighten the box where we put the number?

Last edit: 10 years 3 weeks ago by Serafim.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
10 years 3 weeks ago - 10 years 3 weeks ago #106040 by tpartner
Replied by tpartner on topic Help with question
Something like this (you will need to play with the width):

Code:
#questionQQ li.question-item label {
  width: 70%;
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last edit: 10 years 3 weeks ago by tpartner.
The following user(s) said Thank You: Serafim
The topic has been locked.
  • Serafim
  • Serafim's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
10 years 3 weeks ago #106044 by Serafim
Replied by Serafim on topic Help with question
Thats it. Thanks.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose