Add 5 openend boxes in a question | XM Community
Solved

Add 5 openend boxes in a question

  • 6 August 2018
  • 8 replies
  • 115 views

Userlevel 6
Badge +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.
icon

Best answer by Anonymous 6 August 2018, 23:29

View original

8 replies

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
Userlevel 7
Badge +27
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)
Userlevel 6
Badge +21
@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.
Userlevel 6
Badge +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 😀
.
> @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: !

!
Userlevel 7
Badge +27
@PradeepKotian - This post may help.

Leave a Reply