Skip to main content
Inspiring
August 23, 2012
Answered

Remediation

  • August 23, 2012
  • 2 replies
  • 835 views

I tried "return to quiz", and it always sends me back to the missed question.  Is there a way using Return to Quiz that will bring the learner to the next question?  In other words, I want the missed score to stay, just want the learner to understand why they missed, then return to the next question.

    This topic has been closed for replies.
    Correct answer Avinash_Agrawal

    Hi,

    Return to quiz takes user to the last unattempted or incorrcect question slide, if you want to change this behavior you can use advance actions but it may not cover all the use cases. From the above description I can understand that you dont want to return to a missed question but use remediation only on incorrect question.

    For this define a variable a = 0

    set failure action of quiz slide as "Assign a =1"

    now where you have defined return to quiz action, change it to conditional action

    If a = 0 cotinue

    else

    return to quiz

    Assign a =0

    so if user has missed the quiz a will be 0 hence return to quiz will not occur. Please inform if you need more help on this as I am not aware of your course structure.

    Regards,

    Avinash

    2 replies

    Participant
    June 2, 2022

     

    Avinash_AgrawalCorrect answer
    Participating Frequently
    August 24, 2012

    Hi,

    Return to quiz takes user to the last unattempted or incorrcect question slide, if you want to change this behavior you can use advance actions but it may not cover all the use cases. From the above description I can understand that you dont want to return to a missed question but use remediation only on incorrect question.

    For this define a variable a = 0

    set failure action of quiz slide as "Assign a =1"

    now where you have defined return to quiz action, change it to conditional action

    If a = 0 cotinue

    else

    return to quiz

    Assign a =0

    so if user has missed the quiz a will be 0 hence return to quiz will not occur. Please inform if you need more help on this as I am not aware of your course structure.

    Regards,

    Avinash

    Inspiring
    August 24, 2012

    Avinash,

    Thank you for kindness in answering this question.  So, while it's possible to circumvent this feature, it seems the main intent is to correct the existing question.

    Best regards,

    Mark

    Participating Frequently
    August 28, 2012

    Hi Mark,

    Good to hear that it worked for you, we are trying to enhance this feature by making it more intelligent but it's just in plan.  Your use case of missed question was a good one.

    Regards,

    Avinash