Hi,
I have used descriptive texts to provide instructions before my survey questions. I have deleted the question number. On edit survey view its all good.
But when i preview, a dot appears before my text (Which i presume was with the question number i deleted).
Any idea how this can be removed?
Page 1 / 1
Wherever you want to remove the question tag, just paste the below code in that question JS onReady function:
jQuery("#"+this.questionId+" .ExportTag").hide();
This method works! Thank you.
For those people who don't understand JS onReady function, refer this link: https://www.qualtrics.com/support/survey-platform/survey-module/question-options/add-javascript/
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.