# Quizzes

In general, a Quiz is the shortest, most common, and most casual form of evaluation. It often implies a short or informal test.

To manage quizzes, log in to the admin/instructor account and select `Tests > Quizzes` from the sidebar menu.

To create a quiz, click on the **New Quiz** button from the top right.

![](/files/-MeZLkUzqPzsp1-F9oOq)

### Quiz Details

1. In the **Details** section, please fill the following - Title, Sub Category, Quiz Type, and Description.
2. By default, quiz visibility is **Public**, which means anyone can access it. If you wish to restrict this to specific user groups make sure to set the visibility to **Private**. You can schedule this for specific user groups by creating a [Quiz Schedule](/qwiktest/manage-tests/quiz-schedules.md).&#x20;
3. Make sure to set the status to **Published** after adding questions.
4. Finally, click on **Save & Proceed** button.

### Quiz Settings

You can customize the quiz in the **Settings** section.

![](/files/-MeZsAJbJWoRZOdF1syU)

#### Duration Mode:

* **Auto** - Duration will be calculated based on questions' default time
* **Manual** - Duration will be considered as specified in the **Duration** field.

#### Marks/Points Mode:

* **Auto** - Marks/Points will be calculated based on questions' default marks
* **Manual** - Marks/Points will be assigned to each question as specified in the Marks for Correct Answer field.

**Negative Marking**

* **Yes** - Negative marking will be considered and a specified amount will be deducted for the wrong answer.
* **No** - No Negative marking

#### Negative Marking Type

* **Fixed** - Fixed amount will be deduct from question marks
* **Percentage** - Percentage will be deduct from question marks

#### Pass Percentage

It is the minimum percentage to be achieved by the test taker to declare as passed in the quiz.

#### Restrict Attempts

* **Yes** - Attempts will be restricted as specified
* **No** - Unlimited attempts

#### Disable Finish Button

* **Yes** - Test Finish button will be disabled which means the test taker needs to wait until the timer ends to finish the quiz.
* **No** - Test Finish button will be displayed which means the test taker can finish the quiz at any time.

#### Enable Question List View

* **Yes** - User can be able to see all questions as list
* **No** - User cannot be able to see all questions as list

#### Hide Solutions

* **Yes** - Solutions will not be shown in results
* **No** - Solutions will be shown in results

### Add/Remove Questions

Go to, **Questions** Section; by default, you will be on the questions viewing screen.

To **ADD** a question to the quiz, click on **Add Questions** link, and add the question by clicking on Add button.

![](/files/-MeZjowyQLTI_We6zJRl)

To **REMOVE** a question from the quiz, click on the **View Questions** link and remove the question by clicking on the **Remove** button.

![](/files/-MeZjvQEJm9XmfSD_ppd)


---

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