Is there a way to make Group Titles in a Likert Matrix Table wrap in the same way that the statements do?
Page 1 / 1
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
}
});
Best regards
Rudi
Brilliant! Thanks Rudi
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.