Filter quiz questions by variable
Hi all,
I have a question bank with 17 questions in it, and I need to select 10 specific questions from it depending on a variable (that is 10 specific questions if the variable is true, and a different set of 10 questions if it is false).
Currently, I have implemented this as two separate scenes (scenes 12 and 13), with logic to direct the user to the correct scene based on the variable, each with a draw from the question bank (with the required questions selected) and a results slide. However, the results shown by my results slide are incorrect - I believe the result slide in scene 12 is showing results from the quiz in scene 13.
What is the simplest method to change the selection of questions from a question bank based upon a variable?
Thanks, Trevor