Position of two text entry fields in multiple choice question | XM Community
Skip to main content
Solved

Position of two text entry fields in multiple choice question

  • November 1, 2018
  • 3 replies
  • 93 views

Hello everyone, I'm working in a multiple choice question with two other specify fields. When I test the survey, the text entry fields appear below the "Other" boxes. I would like both text entry fields to appear on the right hand side of the boxes. I already have a code that works in multiple choice questions with only one other specify field, but it doesn't work for two. Does anyone have a code for this? !

Best answer by SaurabhPujare_Ugam

Hi @Melissa , Hope this code helps, <style type="text/css"> .LabelWrapper { display:inline-flex; } </style> P.S. Add above code in Rich Content editor of question.

3 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Level 6 ●●●●●●
  • 1171 replies
  • November 1, 2018
Please check below post https://www.qualtrics.com/community/discussion/comment/6065#Comment_6065

  • Author
  • 9 replies
  • November 1, 2018
Hi @bansalpeeyush29 I know this post, since I was the one who posted the question. But this code only works for questions with one other specify box. When I use the code for this case, it looks like this: ! Is there any way to adapt the code, so it works also for 2 text entry fields? Many thanks in advance!

SaurabhPujare_Ugam
QPN Level 5 ●●●●●
Forum|alt.badge.img+18
  • QPN Level 5 ●●●●●
  • 145 replies
  • Answer
  • November 1, 2018
Hi @Melissa , Hope this code helps, <style type="text/css"> .LabelWrapper { display:inline-flex; } </style> P.S. Add above code in Rich Content editor of question.