Forum Discussion
KatherineBurrow
5 months agoCommunity Member
How to use result of random draw from question bank to affect variable on next slide?
I'm trying to create a game and I have no idea if there's a way to do this (either obvious or a workaround):
Slide 3.2 is a 'draw from question bank' slide, and the question is drawn randomly.
S...
AndrewHanley
5 months agoCommunity Member
Hi Katherine.
Tom's solution has nailed it here and will work great.
However as a slight variation, you might actually just need 1 T/F variable. This would record if they got the random draw Q correct (true) or incorrect (false)
Set this variable to FALSE by default.
Now all you need is a single trigger on each of your question's CORRECT layer. This trigger would set the variable to true.
Now regardless of which question they draw, you will know if they got it correct or not.
Hope it helps!