Quizzes & exams
Quizzes are authored in quiz_content (via seeds today). Beyond the basics you can:
- Rotate questions, set
questionsPerAttemptto serve a random subset of a larger pool, so a learner sees different questions on each retake. Omit it (or set it to the pool size) to show all. - Shuffle options, set
shuffleOptions: trueto randomize each question's option order per attempt. Scoring is by identity, so rotation and shuffling never affect correctness. - Add an image, a question can carry
imageUrlplus a REQUIREDimageAlt(screen-reader description); it renders above the prompt. Seeding fails if an image has no alt text.