I want to check the correctness of my participants’ answers, which will determine later questions they get.
Now, I’m trying to use this.getSelectedChoices() (and even better, with recoded values) and compare the selected choices with my correct answers for each question, but I realized that most previous posts suggest using this in the addOnPageSubmit function, which I don’t see anymore.
So I was wondering how people go about this now?