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

How to remove dot from descriptive text?

  • July 17, 2020
  • 2 replies
  • 307 views

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

2 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • July 17, 2020

Wherever you want to remove the question tag, just paste the below code in that question JS onReady function:
jQuery("#"+this.questionId+" .ExportTag").hide();


Forum|alt.badge.img
  • August 15, 2020

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/