If I check " Show Question Numbers", how can I remove the dot for the questions of description text? | XM Community
Skip to main content
Solved

If I check " Show Question Numbers", how can I remove the dot for the questions of description text?

  • January 30, 2019
  • 5 replies
  • 294 views

!

Best answer by Anonymous

Hello @JRZ, Paste the below code in the Header(edit) -> "<>" source view <script>Qualtrics.SurveyEngine.addOnReady(function() { jQuery("div.TB .ExportTag").each(function(){jQuery(this).text(jQuery(this).text().replace(".",""))})}); </script>
View original

5 replies

  • 0 replies
  • Answer
  • January 30, 2019
Hello @JRZ, Paste the below code in the Header(edit) -> "<>" source view <script>Qualtrics.SurveyEngine.addOnReady(function() { jQuery("div.TB .ExportTag").each(function(){jQuery(this).text(jQuery(this).text().replace(".",""))})}); </script>

How do I paste this code and where should I paste it to?


Forum|alt.badge.img
  • 50 replies
  • August 14, 2020

where should I paste it to?


Forum|alt.badge.img
  • 50 replies
  • August 14, 2020

Go to look and feel tab -> General -> Header(edit) , you need to click edit here-> "<>" source view"
Make sure to paste in <> tab after you click edit


Forum|alt.badge.img+1
  • Level 1 ●
  • 6 replies
  • February 7, 2025

This code isn’t working as of 2025. I’m trying to include a question number like this Q4 but it appears in the survey as Q4 even when I pasted this code in the source view of the header.


Leave a Reply