progress Bar with verbose text | XM Community
Question

progress Bar with verbose text

  • 29 May 2019
  • 1 reply
  • 13 views

Userlevel 2
Badge +3
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!

1 reply

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