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?
Solved
How do I add a title to the first column of a Matrix table, but not the whole page?
Best answer by ahmedA
Use this code:
this.questionContainer.querySelector(".Answers").firstElementChild.innerText = "Utility"Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Thank you.😊