Add 5 openend boxes in a question | XM Community
Skip to main content
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.
Hello @PradeepKotian ,

Just add following line in look and feel -> advanced -> add custom css



.Skin .LabelWrapper{width:100%;display:none;}
> @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
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)
@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.
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 😀
.
> @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: !



!
@PradeepKotian - This post may help.

Leave a Reply