> For the complete documentation index, see [llms.txt](https://nearchip.gitbook.io/qwiktest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nearchip.gitbook.io/qwiktest/manage-tests/get-started.md).

# Get Started

QwikTest supports the following forms of tests.

1. [Practice Sets](/qwiktest/manage-tests/practice-sets.md)
2. [Quizzes](/qwiktest/manage-tests/quizzes.md)
3. ~~Exams~~ (Coming in Next Major Update)

Let's explore the differences between a quiz, exam, and practice set.

### Quiz vs. Exam vs. Practice Set

In general, a [Quiz](/qwiktest/manage-tests/quizzes.md) is the shortest, most common, and most casual form of evaluation. It often implies a short or informal test. Scores may or may not factor into the student’s overall course grade.

An exam is a more formal test with sections that implies a deeper and more final assessment. The format and length of an exam are generally longer and more comprehensive than a quiz. Scores will factor into the student’s overall course grade.

[Practice sets](/qwiktest/manage-tests/practice-sets.md) help keep students engaged and prepare them for tests with immediate feedback. Students can also earn rewards through practice sets. Practicing helps students focus on weak areas.

While there is no formal standard, these terms often refer to a hierarchy of evaluations — with a quiz as the most casual, an exam as the most serious.

Refer to the following table for more understanding.

| **Features**       |  **Quiz** | **Exam (Coming Soon)** | **Practice Set** |
| ------------------ | :-------: | :--------------------: | :--------------: |
| **Purpose**        |  Informal |         Formal         |     Practice     |
| **Format**         | Objective | Objective & Subjective |     Objective    |
| **Length**         |   Short   |          Long          |    Short/Long    |
| **Score**          |    Yes    |           Yes          |        No        |
| **Limited Time**   |    Yes    |           Yes          |        No        |
| **Section Based**  |     No    |           Yes          |        No        |
| **Earn Rewards**   |     No    |           No           |        Yes       |
| **Feedback**       | On Finish |        On Finish       |     Immediate    |
| **Live Schedules** |    Yes    |           Yes          |        No        |
| **User Groups**    |    Yes    |           Yes          |        No        |


---

# 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://nearchip.gitbook.io/qwiktest/manage-tests/get-started.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.
