Branching re-ordering question

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?

Now is just stuck at 0%. Genuinely perplexed

hi @jwscpg - please could you get in touch with Evolve support[1] regarding this one? It’s quite hard to diagnose what’s wrong without being able to see what your setup is


  1. via the ‘Help and Support’ menu item in the bottom left of the main dashboard (or the icon in the top of the editor) ↩︎

Thank you for getting back to me. I was actually able to self-diagnose. What I had done was duplicated a lot of elements and didn’t realize there was a “Progress Milestone Percentage” option near the bottom. I mistakenly was thinking the number on top left side of question boxes was maybe to blame. Alls well that ends well.

2 Likes