I added a custom property in my creator called "score threshold" (also made custom properties called "score" for questions & itemvalues) which is a minimum score a user needs to reach if we want to send him to a specific page on the survey ending.
I also want to use triggers, to check if at the end of the survey, any of the questions value equals a specific choice, and if so either change the threshold to 0 (so that when we compare the total score to the threshold we will send him to the specific page, even if the score is lower than the original threshold), or set a boolean variable we can check on the survey side when onComplete
is called.
Also is there any way to set a trigger to check all questions if any of them have a specific value? i.e. all my questions are matrix/radiogroup questions with the same 4 choices and I want to check for a specific choice on any of them.