Skip to content
← All help

Courses

Quizzes & exams

Quizzes are authored in quiz_content (via seeds today). Beyond the basics you can:

  • Rotate questions, set questionsPerAttempt to 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: true to 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 imageUrl plus a REQUIRED imageAlt (screen-reader description); it renders above the prompt. Seeding fails if an image has no alt text.