It is a many times asked feature:
Possibility to set each answer option resp. subquestion to "open".
Well, it is not implemented.
So, one idea is to append a question of type "multiple short text", display this by question relvance and subquestion relevance.
And merge the question with css classes "no-question" and "no-bottom"
Same procedure with the multiple question, though I do not see why you use one if you limit the answers to "1".
A second idea is to use a question of type "multiple with comments" and remove the comments from all other subquestions
But here you cannot use the randomization, or better the fixed options at the end.
I'd prefer the first solution because of consistency, not to confuse the respondent.
Here the css code of the two classes, which you should add to your "custom.css"
Code:
.no-question { border-top:0; }
.no-question .question-title-container { display:none; }
.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.5em;
}
.no-bottom .answer-container {
padding-bottom: 0em;
}
And the sample survey
Joffm
Please, do not copy text from other text processing programs. Have a look at the source code of "polpartyposit"