- Posts: 83
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Did you tell him that this highly customized development will be expensive and your quotation did not cover this?but my client insists he wants it on one screen.
.no-question{border-top:0;} .no-question .question-title-container{display:none;} .no-question .question-valid-container{display:none;} .no-question .answer-container { padding-top: 0em; padding-bottom: 0.5em; } .no-question .ls-answers {padding-top: 0px;} .no-bottom { border-bottom:0; margin-bottom:0; } .no-bottom .answer-container {padding-bottom: 0em;} .no-bottom .ls-answers { padding-bottom: 0; margin-bottom: 0; }
.no-question{border-top:0;} .no-question .question-title-container{display:none;} .no-question .questionvalidcontainer { display:none; padding-bottom:0em; } .no-bottom.question-container { margin-bottom: 0em !important; } .no-question .answer-container { padding-top: 0em; padding-bottom: 0.5em; } .no-bottom { border-bottom:0; margin-bottom:0; } .no-bottom .answer-container {padding-bottom: 0em;}
1. The header with the question text. (a question of type "text display" and the css class "no-bottom")
2.-5. The answer options (questions of type "multiple with comment" with css classes "col-sm-3 no-question no-bottom")
6. A footer - to have an option "none of them" and a line at the end (a question of type "multiple" with the css class "no-question")
.no-bottom .question-help-container {display:none; }