Hide Progress Bar for a single question | XM Community
Solved

Hide Progress Bar for a single question

  • 23 July 2019
  • 1 reply
  • 64 views

Userlevel 7
Badge +6
I feel like this has already been asked, but I wasn't able to find anything.

Does anyone know how to hide the progress bar for a single question? I have branch logic that screens out people based on the time they take the survey and it is a little odd to see the progress bar when this happens.
icon

Best answer by TomG 23 July 2019, 20:53

View original

1 reply

Userlevel 7
Badge +27
```
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#ProgressBar").hide();
});
```
You should only have your single question on the page.

Leave a Reply