Hi,
I have the following slider scale question:
How can I add “+” for the positive values (25-100) and integrate it into the current Javascipt code?
Qualtrics.SurveyEngine.addOnload(function()
{jQuery("#"+this.questionId+" .numbers .first").text("-100%");
jQuery("#"+this.questionId+" .numbers .last").text("100%");
});
Thank you in advance!
Max