Likert scale with no statements formatting | XM Community
Skip to main content
Solved

Likert scale with no statements formatting


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.

Best answer by PeeyushBansal

@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).
View original

4 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+39
  • Level 6 ●●●●●●
  • 1143 replies
  • Answer
  • August 9, 2018
@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).

  • 0 replies
  • August 9, 2018
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();

MohammedAli_Rajapkar
QPN Level 5 ●●●●●
Forum|alt.badge.img+20
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

Thank you all.

Leave a Reply