# Generate a final quiz

## **What Is the Final Quiz and How Does It Work?**

You can ask AI to generate a Final Quiz based on your course content—whether you've created each lesson with AI from a document, or entirely from scratch.

Here's how it works:

* **One question** is generated **for each course lesson.**
* **Quiz-type lessons are repeated**: their exact questions and answer options are reused in the Final Quiz.&#x20;
* All questions are in a **multiple-choice format**.
* Unlike standalone quiz lessons, the Final Quiz **does not display explanations** for the correct answers.
* You can **edit** all questions and answers manually after generation.

***

## Generate the Final Quiz with AI

1. Open the course editor.&#x20;
2. Click the “**Actions**” button in the upper-right corner.&#x20;
3. Navigate to **Final quiz** > **Generate final quiz.**&#x20;
4. Confirm by clicking “**Generate**” in the popup window.&#x20;

The course will enter a “**Generating**” state and your quiz will be ready within 2–3 minutes.&#x20;

{% hint style="danger" %}
If you **add, delete, or edit lessons** after generating the Final Quiz, the corresponding questions in the final quiz will **NOT** **update or be removed automatically.**
{% endhint %}

<figure><img src="/files/LQy7foBv7BW9OdZXvsdg" alt="" width="375"><figcaption><p>Generating a final quiz</p></figcaption></figure>

***

## View the Final Quiz

Once the quiz has been generated, you can view it by going to “**Actions**” *(top right)* > **Final quiz** > **View final quiz.**

<figure><img src="/files/rNEUfadGxKwgwhv2Euqn" alt="" width="375"><figcaption></figcaption></figure>

If you're **not satisfied** with some or all of the questions, you have two options:&#x20;

1. [Regenerate the final quiz ](#regenerate-the-final-quiz-with-ai)
2. [Edit individual questions manually](#edit-questions-manually)

***

## **Regenerate the Final Quiz with AI**

If you want to create a **brand-new quiz**, go to **“Actions”** *(top right)* > **Final quiz** > **Regenerate quiz**.\
\
The new quiz will be created following the same rules described in the [**“What is the Final Quiz and How Does It Work?”**](#what-is-the-final-quiz-and-how-does-it-work) section on this page.

{% hint style="danger" %}
**This operation overwrites the existing Final Quiz and cannot be undone.**
{% endhint %}

***

## **Edit Questions Manually**

You can modify any of the questions and answers to better suit your needs. Go to **“Actions”** (top right) > **Final quiz** > **View final quiz**

You will see a two-column interface:&#x20;

**Left Panel**&#x20;

* Displays **all quiz question**s in a scrollable list.&#x20;
* You can **drag and drop** to reorder them using the **⋮⋮ handle.**&#x20;
* Each item includes a **bin (delete) icon**—this icon appears only when you hover over the question.

**Right Panel**&#x20;

* Displays the **selected question** and all its answer options.&#x20;
* Click on any element (question or answer) to edit it.&#x20;
* You can **add new answers** via the **input field** at the bottom.
* Set the **correct answer** using the **dropdown** at the bottom right.&#x20;
* Reorder answers with the **⋮⋮** handle next to each option. &#x20;
* Don’t forget to click “**Save**” to confirm your edits.&#x20;

Use the **arrows** at the bottom to navigate between questions (e.g., Question n. 1 of 23).&#x20;

<figure><img src="/files/5R8kW109J4MiEXN3sW0z" alt=""><figcaption><p>Editing a final quiz question manually</p></figcaption></figure>

***

## **Take the Final Quiz on SharePoint**

To access the Final Quiz as learners will see it in SharePoint, go to **Actions** > **Go to Course** (Remember: this option is available only when the course is **published**).

<figure><img src="/files/Li2NQHWkfAecj0ueBTIS" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The Final Quiz will be clickable only when **all course lessons are completed**—that is, when the learner has clicked “**Got it**” on every lesson (the corresponding box will turn grey).
{% endhint %}

<figure><img src="/files/kBtBYp4X6DL6TxaGFTyt" alt="" width="563"><figcaption><p>Final quiz on Sharepoint - Learner view</p></figcaption></figure>

* All questions appear on **one scrollable page**.
* After answering all questions, click **“Got it”** to submit the quiz.
* You will be informed of the **number of correct answers** *(if included in your plan)*.
* You will receive the **certificate of completion via email**.

{% hint style="info" %}
If you want to read more on how to change the exam settings, [click here](/micro-learning/features/final-quiz-and-gamification-settings.md).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intranet.ai/micro-learning/features/generate-a-final-quiz.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
