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

Javascript for progress bar (manually increment?)

  • March 15, 2021
  • 1 reply
  • 201 views

Forum|alt.badge.img

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%)?

1 reply

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • March 15, 2021

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