Is there a way to make Group Titles in a Likert Matrix Table wrap in the same way that the statements do?
Solved
Make Group Titles in a Likert Matrix Table wrap
Best answer by Rudi
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
