> ## Documentation Index
> Fetch the complete documentation index at: https://docs.introw.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Quizzes

> Prove partners actually learned - AI-graded questions with a minimum passing score.

> Quizzes turn "they watched the course" into "they understood it" - with AI grading and a passing bar that gates certification.

## What it does

Quizzes let you embed questions directly inside course sections and require learners to answer them to progress. Questions can be multiple-choice, open-ended (free text), or upload-based (the learner submits a file or written response). Open-ended answers are graded by AI against the course material; upload answers can be reviewed by a human. Set a **minimum passing score** and a learner only passes - and earns the certificate - if they clear it.

The course AI tutor reinforces learning here too: when a learner is working through a quiz, it offers hints and feedback that steer them toward the right answer without giving it away, so the quiz teaches as well as tests.

## The problem it solves

A completion checkbox proves attendance, not competence:

* **Completion doesn't prove understanding** → A minimum passing score gates certification on demonstrated knowledge, not clicks.
* **Open-question assessments are too manual to grade** → AI grades free-text answers at scale, so there's no marking backlog and no excuse to skip real assessment.
* **Certification that signals nothing** → A real passing bar makes "certified" something your team, and your partners' prospects, can trust.
* **Partners can't prove they're ready** → Partners demonstrate competency to earn a credential that counts.

## From problem to solution

Quizzes make competency measurable. Partners have to demonstrate understanding to pass, AI grades free-text answers at scale so you're not hand-marking hundreds of submissions, and the passing score becomes the gate for certification. "Certified" starts to mean something your team - and your partners' prospects - can trust.

```mermaid theme={"theme":{"light":"github-light","dark":"github-dark"}}
flowchart LR
  quiz["Add quiz to course"] --> attempt["Partner attempts"]
  attempt --> grade["AI grades at scale"]
  grade --> gate["Passing score gates certification"]
```

## Use cases

<CardGroup cols={2}>
  <Card title="Gate certification" icon="circle-check">
    Require a passing score before a partner earns a certificate, so credentials reflect real knowledge.
  </Card>

  <Card title="Test the pitch" icon="circle-check">
    Ask resellers to handle an objection in free text; AI grades whether they nailed it.
  </Card>

  <Card title="Check ICP recall" icon="circle-check">
    Quiz referral partners on who fits - and who to disqualify - before they start sending leads.
  </Card>

  <Card title="Practical assessment" icon="circle-check">
    Have technical partners upload a worked example for a human reviewer to mark.
  </Card>
</CardGroup>

## Impact

* **AI-native** - Open-ended answers are graded automatically, so assessment scales without a marking backlog.
* **Trust & accuracy** - A minimum passing score makes certification a real, defensible signal of competency.

## Who it's for

<CardGroup cols={2}>
  <Card title="Partner Marketing & Enablement" icon="user">
    Designs assessments that prove partners are sell-ready and sets the passing bar.
  </Card>

  <Card title="Partner - Technical / Support" icon="user">
    Demonstrates competency to get certified to deliver the solution.
  </Card>
</CardGroup>

## Works with

{/* CONNECTS:START - generated content goes here */}

<CardGroup cols={2}>
  <Card title="Course Authoring" icon="graduation-cap" href="/features/courses/authoring">
    Quizzes are built inside the course.
  </Card>

  <Card title="Certificates" icon="graduation-cap" href="/features/courses/certificates">
    A passing score can gate the certificate.
  </Card>
</CardGroup>

## Going deeper

<CardGroup cols={2}>
  <Card title="How to" icon="screwdriver-wrench" href="./technical">
    Setup, configuration, and all how-to guides.
  </Card>

  <Card title="API reference" icon="code" href="/general/introduction">
    Integration surface and code.
  </Card>
</CardGroup>
