Forum Discussion

JeffForrer's avatar
JeffForrer
Community Member
4 years ago

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.

  • 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!

    • JeffForrer's avatar
      JeffForrer
      Community Member

      Thank you for the quick reply.  I did not know this, great to know!!

    • JeffForrer's avatar
      JeffForrer
      Community Member

      There is no variable that is set when you are in review vs not in review correct that I could access? Thx

  • 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":

    Windows 10 (1) 2021-05-17 at 3.00.21 PM

    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:

    Screen Recording 2021-05-17 at 03.02.31 PM

    Let me know if this helps!