- Posts: 6731
- Karma: 601
- Thank you received: 1804
Array dual scale splitted - range-question-range
5 years 8 months ago - 5 years 8 months ago #84513
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
tpartner replied the topic: Array dual scale splitted - range-question-range
You can do that with CSS. Add the following to the end of template.css (where 672 is your
question ID
):
#question672 table.question thead td,
#question672 table.question tbody th {
display: none;
}
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last Edit: 5 years 8 months ago by c_schmitz.
The following user(s) said Thank You: Schroder101
Please Log in or Create an account to join the conversation.
5 years 8 months ago #84585
by Mazi
Best regards/Beste Grüße,
Dr. Marcel Minke
(Limesurvey Head of Support)
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com'"
Mazi replied the topic: Aw: Re: Aw: Re: Array dual scale splitted - range-question-range
Is this great solution available at the workarounds? Would be nice because several users will love it.tpartner wrote: 1) Set up your survey to use JavaScript .
2) Add the following script to the source of the array. Replace "QQ" with the array question ID .
The script hides the first column and inserts the subquestion text into the scale separators.

Best regards/Beste Grüße,
Dr. Marcel Minke
(Limesurvey Head of Support)
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com'"
Please Log in or Create an account to join the conversation.