Hello everyone,
I’m working on a use case where we need to restrict learners from retrying a test once they reach the maximum number of attempts, unless an instructor manually approves it after a mandatory phone call with the learner.
The test is already configured with a maximum number of attempts in the test attempt settings. Once this limit is reached, the learner is blocked as expected.
The challenge is:
- How can we ensure that the instructor is clearly informed when a learner reaches this point, so they can initiate contact and manually allow another attempt?
- We considered using the notification “Learner passed or failed a test”, but unfortunately it triggers on both success and failure, making it too noisy and not specific enough for this case.
Ideal outcome:
-
The instructor is alerted only when a learner fails and uses up all attempts,
-
Or at least, there’s a clear way for the instructor to identify these fails easily (dashboard, report, etc.).
Has anyone set up something similar, or found a good workaround to manage instructor intervention at this point in the learner journey?
Thanks a lot for your insights!