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

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

  • 30 January 2019
  • 4 replies
  • 231 views

!
icon

Best answer by Anonymous 30 January 2019, 22:04

View original

4 replies

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?

Userlevel 3
Badge

where should I paste it to?

Userlevel 3
Badge

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

Leave a Reply