Forum Discussion
Variables to track score
Hi everyone, I'm attempting to track a user's score for 5 questions. The user can go back to any of the questions at any time but can only answer once. Unfortunately the score calculates every time the user goes back to the question. Any ideas on how to resolve? greatly appreciated.
4 Replies
- WaltHamiltonSuper Hero
Don't calculate the score when they answer. Make the user take some sort of action to indicate that they are finished answering (like clicking Continue, or Evaluate), then use that action to initiate the calculating triggers.
- GailLynch-3ef71Community Member
thanks. Currently the user has to click submit. It's important to see the score after each question answered. I'm using the %score% variable and adjust variable trigger
Hi Gail,
Thanks for the additional information.
I want to take a look at your project file to investigate what's happening with your permission. You can share it publicly here or send it to me privately by uploading it here. I'll delete it when I'm done troubleshooting.
- WaltHamiltonSuper Hero