Forum Discussion
Tracking Options
It sounds like the declaration comes after the quiz. You could require them to pass the quiz before they get to the declaration, and then just use the declaration for completion.
- On the Failure layer of the quiz Results slide, add a trigger that changes the state of the Next button to disabled when the layer's timeline starts. That will prevent the user from continuing if they fail the quiz.
- On the Success layer, add a trigger that changes the state of the Next button to Normal. That will allow them to continue to the declaration.
- On the declaration, add a Complete course trigger to whatever they click to "agree."
- Use that completion trigger to track completion of the course.
Note: This method doesn't send the quiz results to the LMS. However, because the user can't get to the declaration without passing, you'd know someone passed if they completed the course.
If someone doesn't complete the course, you won't be able to tell if they didn't pass the quiz or if they didn't agree to the declaration. But I'm guessing most folks will do what it takes to complete the course.
Another option is to create the declaration as a graded multiple-choice question. Give it its own Results slide. And also create a Results slide that calculates the other Results; use that one for tracking completion.