Add 5 openend boxes in a question | XM Community
Skip to main content
Solved

Add 5 openend boxes in a question


PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
hi all, I need a question to take 5 openend text boxes without radio buttons, multi check or statement around it. Thank you in advance.

Best answer by Anonymous

Hello @PradeepKotian , Just add following line in look and feel -> advanced -> add custom css .Skin .LabelWrapper{width:100%;display:none;}
View original

8 replies

  • 0 replies
  • Answer
  • August 6, 2018
Hello @PradeepKotian , Just add following line in look and feel -> advanced -> add custom css .Skin .LabelWrapper{width:100%;display:none;}

  • 0 replies
  • August 6, 2018
> @Shashi said: > Hello @PradeepKotian , > Just add following line in look and feel -> advanced -> add custom css > > .Skin .LabelWrapper{width:100%;display:none;} Note: Use question type text entry and text type as form

NiC
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 255 replies
  • August 6, 2018
Hi @PradeepKotian , 1) Select Side by Side question 2) Then Remove all columns except one column with the open ended text response 3) Edit the statements to add total 5 statements 4) Now save this and put this code in custom css " .Skin .LabelWrapper{width:100%;display:none;}" (The above code will make the statements disappear)

PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • Author
  • QPN Level 5 ●●●●●
  • 228 replies
  • August 6, 2018
@Shashi & @Anonymous24 your answers are helpful Thank you again. But now my other questions in the survey are not showing their options. Reply as soon as possible.

SaurabhPujare_Ugam
QPN Level 5 ●●●●●
Forum|alt.badge.img+18
hey @PradeepKotian , You can try adding a descriptive text and edit it in Rich Content Editor and add following ! further you can create javascript code that as follows var Tbox1=document.getElementById("txt1").value; similarly for all 5 textboxes. and setting this value in embedded data with Qualtrics.surveyEngine.setEmbeddedData("Box11",TBox1); hope it works for you 😀

  • 0 replies
  • August 6, 2018
.

  • 0 replies
  • August 6, 2018
> @PradeepKotian said: > @Shashi & @Anonymous24 your answers are helpful Thank you again. > But now my other questions in the survey are not showing their options. > Reply as soon as possible. Hello @PradeepKotian , Add this line in rich content editor (html view )of the option OR in the edit multiple option: ! !

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5937 replies
  • August 6, 2018
@PradeepKotian - This post may help.

Leave a Reply