Forum Discussion
Final Assessment (TEST)
Hi
I need to structure a test with 4 multiple-choice questions with the following settings:
- a maximum of 3 attempts;
- in each attempt, 50% of the questions must change and cannot be the same as the previous ones;
- after the third attempt, it is mandatory to restart the course from the first lesson.
What are the triggers, considering that the SCORM (version 1.2) will be uploaded to MOODLE (version 3.1)?
Thanks
5 Replies
Hello Patrizio! I'm happy to provide details on how to create what you're looking for!
- Maximum of 3 attempts
- We actually have an article that explains how to create a variable to track the number of attempts and restrict the learner when they've reached the number you've determined as the maximum.
- In each attempt, 50% of the questions must change and cannot be the same as the previous ones.
- Can you help me understand more about this requirement? This is more difficult to track since, technically, you would want 50% of the questions answered incorrectly to be answered correctly. Also, would the learner be notified on the question slide or on the Results Slide if they didn't pass this requirement?
- After the third attempt, it is mandatory to restart the course from the first lesson.
- You could use the Attempt variable to set two triggers to Restart Course when the Attempt variable equals 3.
It would be helpful if you could share your .story file so we can see what you've created so far! You can share it in this discussion or privately in a support case.
- PatrizioCommunity Member
Hi Lauren.
Thank you for your feedback.By clicking on "Support Case", I contacted the Sales Team and attached a .story file of a project.
I’m now waiting for a response.Thanks and good work,
Patrizio - PatrizioCommunity Member
Hi Lauren.
I'm attaching a .story file of a TEST example with the triggers and variables we included.
I look forward to your kind feedback.
See you soon.
Hi Patrizio,
Thanks for sharing a copy of your file. I've edited it, so now your project does these:
- Tracks the number of quiz attempts. A learner is only allowed a maximum of 3 attempts.
- When the three attempts are exhausted, the course is restarted, and the learner is taken to the beginning of the course.
- The number of attempts is reset when the course is restarted.
There isn't a way to ensure that 50% of the questions are new when the quiz is retried, but other than that, the attached file should meet your design requirements. I achieved this by using a combination of variables and trigger conditions to control the navigation. I also recreated the Results Slide because the original results slide wasn't loading correctly for me.
Let me know if you have any questions!
- Maximum of 3 attempts