Quiz Eligibility
Quizzes are integrated with missions and adhere to mission eligibility. A user is eligible to take a quiz when:
- A mission exists that references the quiz and that mission is active.
- The current date is within the mission's start and end dates.
- The quiz has not already been completed by the user.
- The user meets the mission's participation rules (if prerequisites are set).
Only eligible quizzes show in blocks, web components, and APIs.
Quiz Access
The recommended best practice is to access quizzes from a task within a mission. This ensures that the user has context around the quiz (from the mission description and tasks) and also completes any additional tasks necessary to complete that mission (e.g. read a document and then take a quiz). When using the Quiz web component, place the web component on a separate page that is not part of the program navigation.
In Impact, quizzes open inline from the mission details. Once a user is ineligible for the quiz, the quiz task remains in the task list, but the link to the quiz is removed.
|
User has not previously passed this quiz. Or, the user attempted, failed, and is within the quiz’s "maximum attempts" threshold |
See also