GaryDickenson
7 months agoCommunity Member
Getting the individual question score points on submit (to store as custom variable)
Hi,
I've tried searching but I can't find anywhere what the variable is for the score points of an individual question on a quiz. Possibly I'm searching for the wrong thing.
I need to be able to store the choice a user makes and compare it to the previous question choice. I can't use the built in variable (MyQuiz.ScorePoints) as I can't reset it to 0 on each new question. I don't actually need a total score at the end of the 'quiz', just to know the lowest point choice of all the questions in a quiz. I can do all the logic etc I just can't find how to grab that variable.
I don't want to have to set a trigger for each selection on every question, simply grab the selected choice on submit and process it.
Thanks in advance