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.
Page 1 / 1
```
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#ProgressBar").hide();
});
```
You should only have your single question on the page.
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#ProgressBar").hide();
});
```
You should only have your single question on the page.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.