Recently I have built a detailed branching scenario. In that process, I have tweaked with a lot of different pathways and ideas. What this has done is gotten the numeric order of boxes out of sorts. So for instance, in my first item I have the the original problem (1), the prompt after first correct answer (5), first remediation (23), second remediation (53), prompt correct first remediation (2)….you get the idea.
What this has done is rendered my progress meter in a way where I believe it was going to 17% back to 0% upon every problem completion until the end.
As a footnote, I am using an odd set of values to make a “bitmask” structure work where a correct answer values grow in powers of 4 (my final correct answer is 12288 for example). Long story short, the values are compared to a map so that I can parse out any possible combination of routes a learner uses. This has a few prompts with 0 values even if correct. Could this be a problem?