So i have an app with 20 forms inside it. Each form represents a metric group with a set of questions for each team to answer. What I am trying to do may not be the best scenario so I ask you.
- Each metric group starts with baseline of 0 and when the questions are answered gets 5% of overall progress (curious about best way to increment by 5 when the questions are answered / updated)
- I would like for each of those group’s progress amounts to be added up to reflect a total progress for a team, totaling 100% when all sections have been completed.
- so for example, when the current user is logged in, they will see the combined progress, letting them know that they have more tasks to complete…
Wondering if anyone has done something similar…any ideas?