Welcome to the LimeSurvey Community Forum

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

Add I prefer not to say option

  • Volvic
  • Volvic's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 10 months ago #229729 by Volvic
Add I prefer not to say option was created by Volvic
Please help us help you and fill where relevant:
Your LimeSurvey version: 5.3.19
Own server or LimeSurvey hosting: LimeSurvey hosting
Survey theme/template: Fruity
==================
 To whom it may concern, 

I am wondering if it is possible to add an "I prefer not to say" or Other answer option (without text box) in an array type of question. Right now I have a list of dropdown menus but I would like to add an option underneath, without any dropdown box, for those who would like not to respond this question. 

Please find attached the question example. 


 

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
2 years 10 months ago #229735 by Joffm
Replied by Joffm on topic Add I prefer not to say option
You can merge two questions with the "no-question" / "no-bottom" classes.

Here two rough examples.
Either as a multiple question
 



or as a array(numbers) with checkbox layout
   



There are some articles here.
Search for these keywords and also "disable-irrelvant"

This is the css of these three classes
Code:
.disable-irrelevant.ls-irrelevant.ls-hidden {
  display:block;
}
.disable-irrelevant.ls-irrelevant .form-control {
  background-color: #eee;
  cursor: not-allowed;
}
.no-question {
  border-top:0;
}
.no-question .question-title-container, .no-question .question-valid-container {
  display:none;
}
.no-bottom {
  border-bottom:0;
  margin-bottom:0;
}
.no-question .answer-container {
    padding-top: 0em;
    padding-bottom: 0.0em;
}
.no-bottom .answer-container {
    padding-bottom: 0em;
}


Joffm
 

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose