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

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?

@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.


@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();

});


Leave a Reply