Hey all,
I have created a form with 20 questions evaluated on a 5-point scale each. I then want to display the outcome SUM of all the scores. Here are the steps I went through:
- Attached a scoring to each value from 1 to 5
- Then, created a variable: @variable_running_total
- In logic, for each question I added @score to the @variable_running_total
- Then, at the end screen I created a slide: your score is @variable_running_total / 100
Okay, so, the max is 100, right? The min is 20, right?
Why am I getting 210 when I put 1 for all the questions and 1050 when I put 5 for all the questions?!
Please help!