I need to create this in Limesurvey (see example pic). So I already created the array question, but I failed to include a comment or a footnote to one of the answer options (like the comment for "red" in the example).
Basically, I need to include a footnote to a subquestion.
Is that possible somehow?
It would be nice if you could help me.
You could either place your footnotes in the question help section, or, if using a current LimeSurvey version, add an "info" icon and apply a
Bootstrap tooltip
in the sub-question text as below.
Code:
<span data-toggle="tooltip" title="This is the tip text...">Option 4<i class="fa fa-info-circle" aria-hidden="true"></i></span>
by saying Blue<br><span style="color:maroon;font-size:9pt;font-style:italic">This is a new breed - very tasty</span>|Yellow<br><span style="color:maroon;font-size:9pt;font-style:italic">The usual old fashioned apple
Please adapt it to your needs.
And remember to adjust the subquestion width. Otherwise there can be to many linefeeds.
Best regards
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless