How to change "total" text on constant sum question in Matrix | XM Community
Skip to main content

Hi Community,
I'm trying to rename the "Total" column of constant sum question in Matrix
image.png

Hi,
Tried a simple query which not be efficient but here it is.
jQuery(".Answers").find(".LabelWrapper").eq(-1).html("Sum")
Screenshot 2023-02-01 211952.png


Leave a Reply