# Home Page

Welcome to Quizzer, a very advanced, smooth and working quiz package. This is probably one of the best package you'll find here, because it has plenty of features, is updated very often and works very easy.

Some of the features are:

* Question class
  * Create your questions with the constructor of this class
  * You can define multiple possible answers in an Array
  * And after that you have to set the correct answer.
* Quiz class
  * Create your quiz with the constructor of this class
  * At the beginning you'll have to give an Array with Questions to construct the class, after that you can add more if you'd like to.
  * Plenty of methods to change your quiz to your belongings (add/remove questions, get question, check if question exists...)
  * User management (add/remove users, get a user's stats, check if the user already participates...)
  * Different user stats like the score, the currentQuestion, name and unique id.&#x20;
  * A method to let the user answer, with **callbacks** for both correct and incorrect answers. Ideal to use it as events!
* The simplicity
  * The package is meant to be easy to use, but with many possibilities.
  * There are a lot of methods, but they are easy to use

    And much more!


---

# 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://mwexim-1.gitbook.io/quizy/master.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.
