Forum Discussion
How to set scores on a course without a quiz?
This is the very simplest form. The continue button is set as the correct answer. When it is clicked, it changes to the Selected state, and submits the interaction. The result slide submits the result to the LMS, and the score is 100%.
- LauraBoling2 years agoCommunity Member
In this story with the Results slide not in line with the course, it still displays to the user, even though Exit Course is a trigger after Submit Pick One. Is there a way to not display the results slide to the user? I'd like it to record as a quiz so it passes as 100%, but not show the results slide.
- JudyNollet2 years agoSuper Hero
Unfortunately, the "Submit __" trigger automatically includes either showing the Correct or Incorrect layer (if the question includes immediate feedback), or jumping to the next slide. That's built into the trigger, and it can't be changed.
The attached file is an edited version of Walt's file. Here's how the programming differs:
- There's no Exit trigger on the "question" slide. Clicking the Complete button (which is the correct answer) just submits the Pick One.
- The 1st trigger on the Results slide submits the score.
- The 2nd trigger on the Results slide exits the course.
- Except for a black rectangle, there are no objects on the Results slide. So even if there's a brief flash of that slide, the user won't see anything.