Forum Discussion

DarrenNash's avatar
DarrenNash
Community Member
5 years ago

Return to same question from Random Question Bank

Hi,

I am testing the options to create a module where users simply progress through the module by answering questions. If they get the question correct, they go to the next question. If they get it incorrect, the watch a video, then they go back to take the question again.

However, each Quiz slide has a question pulled from a bank of 4. The 4 questions are randomly pulled. When the user gets the answer of this random question wrong, the Continue button takes them to a video slide. However, after watching the video I want them to go back and attempt the same question again. Is this possible?

7 Replies

  • Hi Darren!

    Great question! To create this, I would adjust the trigger on the Incorrect layer to Jump to the Video Slide when the User Clicks Continue. 

    I've created a sample project for you to show you what this looks like. Let me know what you think!

  • DarrenNash's avatar
    DarrenNash
    Community Member

    So sorry, I have no idea how  i missed this answer so long ago. Thank you though for the response.

  • DarrenNash's avatar
    DarrenNash
    Community Member

    But it needs to be the reverse :) I need a user to answer a random question first, then if they get it wrong, watch a video, then after they watch a video, they attempt the same question again/

     

    • RussellKillips-'s avatar
      RussellKillips-
      Community Member

      Instead of jumping to a video slide, you could create a 'video' layer for the question.

  • Instead of using a bank you could use a random number between 1 and 4 and jump using a condition on that random number then jump back using the same condition.

    May be a lot of work depending on how many questions you have.

    The other option is that the initial question is a bank and this sets a variable value between 1 and 4 and then it jumps to video when returning it really jumps to different questions on a condition based off the variable value. All probably more work than you want to do.