Hi I'm using this code (which I got from this post: to add a heading to the first column of a matrix table in qualtrics:
var $jq = jQuery.noConflict();
$jq('.Headings .c1').html('Utility');
This works well, but it adds to the heading of every question on the page, is there a way to change it to just add it to the one question?
Page 1 / 1
Use this code:
this.questionContainer.querySelector(".Answers").firstElementChild.innerText = "Utility"
Hi,
I am trying to figure out how to level up question text with / add second heading in matrix table. I tried to use the code but it does not work at all.
Where exactly it should be pasted?
Could it be because I already have another custom code for that question?
Thank you.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.