Welcome to the LimeSurvey Community Forum

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

How to add additional scale in "Array dual scale" question type

  • arnabbhuyan
  • arnabbhuyan's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 2 months ago #192958 by arnabbhuyan
Hi Folks,
Can you please help me in adding additional scale in "Array dual scale" question type. Or do we have any other way of handling this type of questions?
Question is can we add an additional scale in this type of questions through any code?

Attached sample question structure for the same.

Thanks,
AB
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 2 months ago #192962 by tpartner
I see nothing attached.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • arnabbhuyan
  • arnabbhuyan's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 2 months ago #192963 by arnabbhuyan
Attaching one more time
The topic has been locked.
  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 2 months ago #192972 by Joffm
Hm, still there is nothing attached.

In my opinion the quickest solution is an array with dropdowns.






This will avoid any problems with horizontal space and is explaind many times here in the forum.

File Attachment:

File Name: limesurvey...6718.lss
File Size:24 KB


Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.
  • arnabbhuyan
  • arnabbhuyan's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 2 months ago #192974 by arnabbhuyan
Hey Joffm,
Thanks a lot for the solution... you saved my day!!

Cheers!!
The topic has been locked.
  • arnabbhuyan
  • arnabbhuyan's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 2 months ago #193029 by arnabbhuyan
Hi Joffm,
Sorry to bother you again. I have one question from the setup.
Is it possible to hide ONLY the dropdown list for Subquestion 4(for Scale 3?) That means the circle ones needs to be hidden and rectangle one need to be shown.


thanks,
AB
The topic has been locked.
  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 2 months ago #193043 by Joffm
This is not exactly your drawing, but feel free to play around.

My idea is to split the question into x,
adapt the script for each of them
and add some css to hide the header.


I used (very quick and dirty)
added a css class to the second and third question "no-title".
Then added
Code:
<style type="text/css">
.no-title .question-title-container {
  display:none;
}
.no-title .question-valid-container {
  display:none;
}
.no-title .ls-heading {
    display:none;
}
.question-container {
    margin-bottom:0;
}
</style>

Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The following user(s) said Thank You: DenisChenu
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 2 months ago #193065 by DenisChenu

Joffm wrote: This is not exactly your drawing, but feel free to play around.

My idea is to split the question into x,


I used (very quick and dirty)
added a css class to the second and third question "no-title".

Great ! Excellent ! Surely the best solution :)
Maybe this can be used too with different header :)


(need to improve my class in skelvanilla)

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose