> For the complete documentation index, see [llms.txt](https://quizweb.gitbook.io/quizweb-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quizweb.gitbook.io/quizweb-docs/quizzes/create-a-quiz.md).

# Create a quiz

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

#### **How to Create and Add a Quiz to Your Blog**

1. **Access the Control Panel**
   * Use the free control panel to create your quiz. You can access it \[[here](https://quizweb.io/en/quizmaker)].<br>
2. **Add Questions and Answers**
   * Enter the **question title** in the provided field.
   * Add at least **two answer options**.
   * Select the **correct answer** from the options.
   * Click the **Add** button to include the question.
   * Repeat this process to add more questions.<br>
3. **Copy the Code**
   * Once you’ve added all the questions, click the **Copy** button on the right side of the page to copy the quiz code.<br>
4. **Embed the Quiz in Your Blog Post**
   * Go to the blog post where you want to add the quiz and click **Edit**.<br>

     <figure><img src="/files/L1VuVQl1SDFgf6eifnmT" alt=""><figcaption></figcaption></figure>
   * Switch to **HTML View** and paste the code in your desired location within the post.
   * Click **Save** to apply the changes.

***

This process allows you to easily create and embed a quiz into your blog, enhancing user engagement.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://quizweb.gitbook.io/quizweb-docs/quizzes/create-a-quiz.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
