Solved
change "total" text on constant sum question

Hi,
I'd like to change the text at the bottom of a matrix constant sum question from "Total" to something else. Javscript isn't my forte--how could I do this?
Thanks!
Best answer by TomG
Add this to the addOnload function:
```
jQuery("#"+this.questionId+" .c1:last").html("New Total Label");
```
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.