Dear Community,
I'm looking for a way to put a checkbox directly under an essay text box:
Since the position of the text entry for an answer option cannot be moved easily, I first created an additional question (Multiple Choice) with only one answer option and hidden the question text. Unfortunately in this case the checkbox is very far away from the essay text box:
Anybody got any ideas? Thanks in advance for your support!
Best regards
Marc
Page 1 / 1
Use a multi-select multiple choice question with allow text on the first choice. Use JavaScript to hide the label of the first choice.
Thanks, Tom. It makes perfect sense and looks good with large text entry, but I have literally 0 JavaScript knowledge, so the corresponding code is highly appreciated.
https://www.qualtrics.com/community/discussion/comment/27108#Comment_27108Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" .LabelWrapper > label:first").hide();
});
Thank you so much! Works pretty well.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.