Multi Choice with only text entry options | XM Community
Solved

Multi Choice with only text entry options

  • 17 July 2023
  • 3 replies
  • 75 views

Userlevel 4
Badge +4

Hi,

I have a multiple choice question for which I need only text box entries. I tried the Form field option but the boxes appear in the centre not left aligned. 

With multiple choice i have 8 text entry options and I need them to appear just as text box not the radio button and then the text box. How do I get this? 

My current survey question looks like in the screenshot. 

 

icon

Best answer by SaurabhPujare_Ugam 17 July 2023, 10:50

View original

3 replies

Userlevel 6
Badge +18

Hi @mdaruka,

 

Nice to e-meet you!

 

Please add the below code in the JavaScript section of the question under the “Qualtrics.SurveyEngine.addOnReady” section to be precise.

Code:

jQuery("label").hide();

 

Screenshot:-
 

 

Userlevel 4
Badge +4

Thank you @SaurabhPujare_Ugam  @Sachin Nandikol

The JavaScript has worked beautifully! 

Userlevel 3
Badge +3

Hello everyone, 

I hope you are doing good !

 

I am new to Qualtrics and I just used this JavaScript technique which worked perfectlly well. There is only one question label which I would like to display in my survey do you know what should I add to this code “jQuery(“label”).hide();”. 

 

Here’s below the question I’m working on : 

So to be clear I would like to hide the question labels of the first 5 items and let the 6th one visible do you guys know what should I add to the code : jQuery(“label”).hide(); 

 

Thank you in advance for your help :) 

 

Leave a Reply