Welcome to the LimeSurvey Community Forum

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

Create a likert scale but move the "not applicable" option to the right

More
8 years 10 months ago #120583 by mafo

tpartner wrote: You do have a JavaScript error - "ReferenceError: V3 is not defined".

You have used the question code, not the question ID .

Replace this line:

Code:
var qID = V3;

With this line:
Code:
var qID = {QID};


Thank you for your great help :).
The topic has been locked.
More
8 years 10 months ago #120591 by mafo
What if I changed
Code:
#limesurvey table.question thead td {
  background-color: #FFFFFF;
}

to
Code:
#limesurvey table.question thead td {
  background-color: #D6E3EE;
}

such that the head of the array, namely the value labels, gets another background colour.
In this case, the blank column between the last and the next-to-last column also gets the same background colour at its head although there is no text. How can I fix this?
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 10 months ago #120633 by tpartner
Try this:
Code:
#limesurvey table.question thead .spacerCell {
  background-color: #FFFFFF !important;
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
8 years 9 months ago #120645 by mafo
It works perfectly! Thank you :).
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose