Welcome to the LimeSurvey Community Forum

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

Horizontal radio list

  • HildeW
  • HildeW's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 2 months ago #179711 by HildeW
Horizontal radio list was created by HildeW
I would like to make a question with a single choice that is horizontally displayed, like the default "5 point choice" question type, but with a different number of choices. Is this possible in LimeSurvey?

The 'array' type of question does not suit my needs, because I only want to ask one question.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 months ago #179712 by tpartner
Replied by tpartner on topic Horizontal radio list

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: HildeW
The topic has been locked.
  • HildeW
  • HildeW's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 2 months ago #179717 by HildeW
Replied by HildeW on topic Horizontal radio list
Thanks! Is it possible to display the label below the radio button?
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 months ago #179718 by tpartner
Replied by tpartner on topic Horizontal radio list
Assign a question CSS class "display-horizontal" and add something like this to your theme custom.css file:


Code:
.display-horizontal .radio-item {
    padding-top: 20px;
    padding-left: 0;
}
 
.display-horizontal .radio-item label::after {
    left: 8px;
    top: 3px;
    margin-top: -20px;
    margin-left: 0;
}
 
.display-horizontal .radio-item label::before {
    left: 5px;
    top: 0;
    margin-top: -20px;
    margin-left: 0;
}


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: HildeW
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose