# Practice Sets

Practice sets help keep students engaged and prepare them for tests with immediate feedback. Students can also earn reward points through practice sets. Practicing helps students focus on weak areas.

{% hint style="success" %}
Points earned from Practice Sets can be used to unlock or redeem quizzes.
{% endhint %}

To manage practice sets, log in to the admin/instructor account and select `Tests > Practice Sets` from the sidebar menu.

To create a practice set, click on the **New Practice Set** button from the top right.

![](/files/-MeZLyFed7tRB2tymytc)

### Practice Set Details

1. In the **Details** section, please fill the following - Title, Sub Category, Skill, and Description.&#x20;
2. Make sure to set the status to Published after adding questions.
3. Finally, click on **Save & Proceed** button.

{% hint style="danger" %}
Once created, you won't be able to change the skill of a practice set.
{% endhint %}

### Practice Set Settings

![](/files/-MeZPmn6RT3PM_xgzJQ-)

1. In the **Settings** section, please choose **Points Mode** as *Auto* or *Manual*.
2. If **Points Mode** is *Manual*, please provide **Points for Correct Answer**.
3. Finally, click on the **Update Settings** button.

{% hint style="info" %}
**Points Mode**

* **Auto -** Points will be assigned based on the question's default marks
* **Manual -** Points will be assigned to each correctly answered question as specified
  {% endhint %}

### Add/Remove Questions

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

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

![](/files/-MeZjowyQLTI_We6zJRl)

{% hint style="warning" %}
You can only **ADD** questions that belong to the skill related to the Practice Set.
{% endhint %}

To **REMOVE** a question from the practice set, 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/practice-sets.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.
