Forum Discussion
Is there a way to submit assessment attempt information to the LMS and trigger a failed completion after three attempts?
Hello!
I have a similar issue.
The questions are:
> Does Storyline report to the LMS the number of attempts?
> Can we control the sending of the status, so that it is sent at the first passed attempt or the third failed attempt?
I still don't understand what exactly Storyline sends to the LMS and when.
More specifically, I don't know if Storyline sends a completion status if we set it to report Pass/Fail (or a success status if set to report Complete/Incomplete, or a completed status if set to report Pass/Incomplete, or a passed status if set to Complete/Fail, etc.).
For that assessment with a specific number of three attempts, as we need to know if it is passed or failed, I suppose we must set the report setting to Pass/Fail.
But we don't want the Fail to be sent until the third attempt.
So the only idea I've had is:
> Duplicate the quiz inside the course
> Track only the third quiz
> Put triggers on the first and second quizzes to send Pass if the case occurs
I haven't tested that yet.
Does anyone know a better way to do that (without cheating and duplicating the quiz, but only with the right settings)? Can the LMS be set to allow a certain number of attempts? Or can Storyline be set like this?
Or does anyone at least know what Storyline sends to the LMS excatly?
Jennifer, what LMS are you working with? Do you want it to mark Complete or Passed, and Incomplete or Failed (if it can)?
Hope we can find an answer to that not so specific case! :)
- JenniferSantos-3 months agoCommunity Member
We actually just built a proprietary LMS, but SCORM Cloud is hosting the courses. I was looking for the status of the assessment to report as passed or failed and the course status to register complete once the user passed or failed the assessment (after 3 attempts). I have found a way to get this to work for our LMS, but not sure it will work for all:
- Set up an attempt variable with the default value of ‘1’
- On the results failure layer:
- Set up a trigger to add ‘1’ each time the user clicks the ‘Retry’ button
- Set up a trigger to jump to the fail slide if the user clicks the ‘Retry’ button and the attempts variable value > 3.
- On base layer of the results slide, set up these triggers:
- Submit results (Results Slide) when the timeline starts on this slide if results.score.points>=results.pass.points
- Submit results (Results Slide) when the timeline starts on this slide if results.score.points<results.pass.points AND attempts > 3
- Add a final fail slide (after results slide) and set up a trigger to complete the course as incomplete/failed when the timeline starts on the slide
- Add a final pass slide (after results slide) and set up a trigger to complete the course as completed/passed when the timeline starts on the slide
- In the player, go to ‘other’ and select to ‘Always Resume’ on restart (to prevent the assessment from restarting from the beginning)
- Publish the course tracking based on multiple tracking options and a status of Passed/Failed.