Make Group Titles in a Likert Matrix Table wrap | XM Community
Skip to main content

Is there a way to make Group Titles in a Likert Matrix Table wrap in the same way that the statements do?
image.png



Hi Mike

this code set the group header text in one column of the table. Should also set align other group headers in the matrix
Qualtrics.SurveyEngine.addOnload(function()
{
let groupheaders = document.getElementsByClassName("Group")
console.log(groupheaders)

for(let i=0;i groupheaders[i].colSpan="1"
}
});

Best regards

Rudi


Brilliant! Thanks Rudi


Leave a Reply