Hide Progress Bar for a single question | XM Community
Skip to main content
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.
``` Qualtrics.SurveyEngine.addOnload(function() { jQuery("#ProgressBar").hide(); }); ``` You should only have your single question on the page.