Progress bar on a mountain

Jul 22, 2021

Hi, I'm hoping one of you wonderful experienced people can point me in the right direction before I make something overly complicated :)

In the attachment, you can find a rough outline of the idea. During the course the participants get to answer questions and earn "kilometres", aside from a KM counter, I'd like to make it visual by moving a dot on the path to the top of the mountain. How would you tackle this?

4 Replies
Judy Nollet

Hi, Bram,

You could make each dot on the path a separate line, with the Initial State set to Hidden. Then change the states to Normal as the user progresses along the path.

Another option would be to have one object for the path, with different states that build on the extra dots. For example, custom state 1 would have one dot, state 2 would have 2, etc. Then change the state of that object as the user progresses. 

Bram Downes

Hi, I finally got around to this project and I'm in need of some assistance.

Attached are the first 3 questions of a quiz of 210 questions that the learners will be making over a period of 3 days. In the timeline is "0-30 1", an oval with 30 states. This is managed through the v_score trigger. But each state has its own trigger.

Is it possible to have one trigger that reads the v_score and selects the corresponding state?