Javascript for progress bar (manually increment?) | XM Community
Skip to main content

Hello all,
I am wondering if it is possible to manually increment the progress bar, likely through javascript? I noticed there are options to customize the values of the progress bar, e.g.,: jQuery("div.ProgressBarFill").css("width", "80%");
Could this be tweaked in a way where instead of setting a given value (e.g., 80%), instead it increments the progress bar a given percent (e.g., 2%)?

One of the way is to put the fixed progress percentage on each question using the code you have in post.


Leave a Reply