Welcome to the LimeSurvey Community Forum

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

Bullet issue in Multiple numerical question type

More
10 years 5 months ago #118345 by artasom
Hi there,

I have an odd issue. When I have Multiple numerical questions, the bulleted text in the question dissapears. This happens with any template. And does not happen with other question types... I have tried the attached survey in two different installations of LimeSurvey in different servers, so it seems not to be server related also. Any ideas?

Best regards,
Miguel A.
The topic has been locked.
More
10 years 5 months ago #118347 by DenisChenu

artasom wrote: ....
This happens with any template.
...

Not with citronade (or SkeletonQUest)

For default template:
Code:
.multiple-opt-comments ul li, .multiple-short-txt ul li, .numeric-multi ul li {
    display: table-row;
}
replace by
Code:
.multiple-opt-comments .answer-item, .multiple-short-txt .answer-item, .numeric-multi .answer-item {
    display: table-row;
}

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The following user(s) said Thank You: artasom
The topic has been locked.
More
10 years 5 months ago #118365 by artasom
Dear Denis,

You are right. I am sorry, it seems I did not give it a try with Citronade... I do not have installed SkeletonQUest. I see now the bullet points and I am investigating why it does not show them with the indentation they appear in other question types or in Citronade.

Maybe this was too easy, but I am a newbie to CSS...

Best regards and thank you.
Miguel A.
The topic has been locked.
More
10 years 5 months ago - 10 years 5 months ago #118368 by artasom
In case anyone is interested in this, I have changed the following code (in the basic template)
Code:
.multiple-opt-comments ul,.multiple-short-txt ul,.numeric-multi ul {
  display: table;
  padding: 0%;
  margin: 1em;
}

with
Code:
.multiple-opt-comments ul,.multiple-short-txt ul {
  display: table;
  padding: 0%;
  margin: 1em;
}

so now the bullet list is displayed as in the most type of questions.

Best regards,
Miguel A.
Last edit: 10 years 5 months ago by artasom. Reason: Added clarification about where the change in the code was made.
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose