How to remove dot from descriptive text? | XM Community
Skip to main content

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?
1.png

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