Forum Discussion
Recognizing Quiz vs Review Quiz?
Is there a way to tell if the user is in the quiz vs. reviewing the quiz (i.e. a variable state). Assuming there is not, but just checking.
For example, it would be nice to be able to know when they are in each so one could customize what shows up in each instance. Thank you.
- MariaCSStaff
Hi, Jeff.
Thank you for reaching out!
If you create a layer called Review, then what you add to that layer will only be shown when the user reviews the quiz. You can use that layer to customize what the user sees.
Let me know if this helps!
- JeffForrerCommunity Member
Thank you for the quick reply. I did not know this, great to know!!
- JeffForrerCommunity Member
There is no variable that is set when you are in review vs not in review correct that I could access? Thx
- MariaCSStaff
Hi, Jeff.
Can you give some more details of what you're trying to achieve? While there's no built-in variable that you can use to check if the user is in Review, you can use the layer with variables and triggers in a way that might work for you.
For example, I can add a textbox to the question slide, referencing a text variable called review, with a default value of "No":
On the Review layer, I can add a trigger to set the value to "Yes" when the timeline starts on the layer.
Here's what happens in preview:
Let me know if this helps!