Essay Text Box with Checkbox | XM Community
Solved

Essay Text Box with Checkbox

  • 24 June 2020
  • 4 replies
  • 86 views

Badge +1

Dear Community,
I'm looking for a way to put a checkbox directly under an essay text box:
Screenshot.pngSince 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:
Screenshot2.pngAnybody got any ideas? Thanks in advance for your support!
Best regards
Marc

icon

Best answer by TomG 24 June 2020, 17:05

View original

4 replies

Userlevel 7
Badge +27

Use a multi-select multiple choice question with allow text on the first choice. Use JavaScript to hide the label of the first choice.

Badge +1

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. 😏

Userlevel 7
Badge +27

https://www.qualtrics.com/community/discussion/comment/27108#Comment_27108Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" .LabelWrapper > label:first").hide();
});

Badge +1

Thank you so much! Works pretty well. 😄

Leave a Reply