Change width of statement in matrix | XM Community
Skip to main content
Question

Change width of statement in matrix

  • February 13, 2024
  • 2 replies
  • 422 views

Forum|alt.badge.img+2

I have a few matrix questions where the scale points are images placed side-by-side (hence I have de-selected “mobile-friendly”) and the statement says “select”. In some of the matrixes I show 2 images and in some i show 3 images.

For now, when I show 3 images, qualtrics splits the statement and scale points into 25% each.

When I show 2 images, qualtrics splits the statement and scale points into 33% each. 

 

However, since the survey will be mobile-only I want the images (scale points) to be bigger, and thus I want the statement to have much lesser width. Is it possible to hard code the statement to only use ~10% of the width?

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • February 13, 2024

@TimmyK,

You can set the statement column to a fixed width (in pixels) by clicking on the divider bar to the right of the statements and dragging it.


Forum|alt.badge.img+2
  • Author
  • 5 replies
  • February 14, 2024

@TomG Thanks for the suggestion, but that didn’t seem to change anything actually. Maybe doesn’t work on mobile?

 

For future reference, I managed to solve it by removing the statement column completely:

Qualtrics.SurveyEngine.addOnload(function()

{

    jQuery("#"+this.questionId+" .c1").remove();

});