I am trying to create a likert scale with no statements as the "statement" is included in the question wording. I would like only the likert scale to show without a blank space to the left where the statements would typically be shown.
Page 1 / 1
@S_Bowen0425
1.) Replace "Click to write Statement .." with one blank space, statement will not appear then.
2.) Or you can program single select question with horizontal display of answer options(scales).
1.) Replace "Click to write Statement .." with one blank space, statement will not appear then.
2.) Or you can program single select question with horizontal display of answer options(scales).
Hello @S_Bowen0425 ;
The answer of @bansalpeeyush29 is great. If you want to do this through javascript then just add the following line in the onload function of the question "add javascript" option:
jQuery("#"+this.questionId+" .c1").hide();
The answer of @bansalpeeyush29 is great. If you want to do this through javascript then just add the following line in the onload function of the question "add javascript" option:
jQuery("#"+this.questionId+" .c1").hide();
Also, if you are planning to have only 1 row (i.e. 1 statement) then instead of "Matrix question" you can try "Multi-select question" and change the position of the options from "vertical" to "Horizontal".
https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/formatting-questions/#Introduction
https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/formatting-questions/#Introduction
Thank you all.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.