# Manage a Quiz

## **Manage General Section Actions**

The following [general section actions](/project/set-a-project-structure/manage-sections.md) are available for the Quiz section:

* Move;
* Rename;
* Edit;
* Duplicate;
* Copy to another project;
* Delete;
* Restore;
* Lock editing;
* Exclude from export;
* Share link
* Additional quiz settings.

### **Edit Additional Quiz Settings**

Additional settings are available for the specific **Quiz section** of a specific project.

[Open](/project/set-a-project-structure/manage-sections.md#customize-additional-quiz-settings) an **Additional quiz settings** window to start editing.

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

{% stepper %}
{% step %}

### **Quiz timer**

Specify a time limit for the Quiz from a drop-down wheel picker.
{% endstep %}

{% step %}

### **Passing score**

Enter the percentage score required to pass the Quiz.
{% endstep %}

{% step %}

### **Restrict attempts**

Click **Yes** to allow repeated attempts to pass the Quiz.
{% endstep %}

{% step %}

### **Attempts per quiz**

Additional setting of the allowed **Restrict attempts**.

Enter the number of attempts to pass the Quiz.
{% endstep %}

{% step %}

### **Questions order**

Set the Quiz questions order:

* **Linear**: Learners answer the Quiz questions in a specific order.
* **Shuffle**: Learners answer the Quiz questions that will be randomly selected from the general question pool. A shuffle icon will appear next to the section.
  {% endstep %}

{% step %}

### **Number**

Additional setting of the **Shuffle** question order option.

Specify the number of questions that will be randomly selected from the general question pool.
{% endstep %}

{% step %}

### **Display progress bar**

Click **No** to hide the progress bar during the Quiz.
{% endstep %}

{% step %}

### **Mandatory quiz completion**

Click **Yes** to enable the ability to exit the Quiz before its completion.
{% endstep %}

{% step %}

### **Question feedback**

Select an option from the dropdown to control feedback and validation icon display during the quiz.

* Display feedback and icons is the default option;
* Hide feedback and icons option conceals text feedback and validation during the quiz;
* Hide icons option shows only text feedback during the quiz;
* Hide feedback option shows only validation icons during the quiz.

{% hint style="success" %}
To display the **detailed quiz feedback**, use [a closing block](/project/set-sections/set-a-quiz/create-a-quiz.md) that have **detailed feedback** in the title.
{% endhint %}
{% endstep %}
{% endstepper %}

## **Manage General Block Actions**

The following [general block actions](/editor/edit-blocks/manage-a-block.md) are available for the Quiz blocks:

* Add block;
* Move block;
* Clone block;
* Delete block;
* Replace template;
* Save as template;
* Lock editing;
* Export;
* Required block;
* Block history;
* Copy to another section.

### **Edit Question Block Settings**

**Time limit** settings are available for the **Question block** added to the **Quiz section**:

![](/files/Ws9K7JwC5SEbxPuSJ48p)

{% stepper %}
{% step %}
Open a Quiz section and click on the **Question block**.
{% endstep %}

{% step %}
Click the **Block settings** icon in the context menu.

A pop-up window will appear.
{% endstep %}

{% step %}
Enter a quiz time limit in the format **hour:minute:second** in the **Time limit** field.

The changes will be saved automatically.
{% endstep %}
{% endstepper %}


---

# 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://help.parta.io/project/set-sections/set-a-quiz/manage-a-quiz.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.
