progress Bar with verbose text | XM Community
Skip to main content
Because I hid a topic at the beginning of the questionnaire, the respondent saw that the Progress Bar with verbose text on the first page of the questionnaire did not start from 0. How should I solve it so that it can start from 0?

thanks a lot!
Hello @Cathaya ,



You can paste the below code in the onReady of the question



`jQuery(".ProgressBarFill").css("width","0%")`



Eventually you can use the same code change the 0% in the above code in the follow up questions js to give desired look and feel

Leave a Reply