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.
Page 1 / 1
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:-
Thank you @SaurabhPujare_Ugam@Sachin Nandikol.
The JavaScript has worked beautifully!
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();