> For the complete documentation index, see [llms.txt](https://docs.spacetree.org/spacetree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spacetree.org/spacetree/quizzes/managing-quizzes.md).

# Managing Quizzes

#### Managing Quizzes in ProQyz

The 'My Quizzes' page in ProQyz is where you can manage all the quizzes you've created. It provides a comprehensive view of your quizzes, along with various management options.

**Accessing My Quizzes**

* Navigate to the 'My Quizzes' section from your ProQyz dashboard to see the complete list of quizzes.

**Quiz Management Options**

Each quiz in the list has several management actions you can perform:

1. **Preview**:
   * Click the eye icon to preview the quiz as it will appear to users.
2. **Edit**:
   * Select the pencil icon to modify the quiz. This can include editing questions, changing time limits, or updating quiz descriptions.
3. **Copy Shortcode**:
   * A Shortcode allows you to paste your quiz anywhere in a Wordpress page. Use the two intersecting squares icon to copy the quiz shortcode, which can be pasted into a WordPress page or post where you want the quiz to appear.
4. **Move to Trash**:
   * Click the trash icon to remove a quiz. This action is not permanent until the trash is emptied.

**Filtering Options**

To streamline the management process, you can filter your quizzes based on the following criteria:

1. **Module Filter**:
   * Use the module dropdown to filter quizzes by type: Reading, Listening, Writing, or Speaking.
2. **Status Filter**:
   * Choose from 'Published', 'Draft', or 'Trashed' to filter quizzes based on their current status.

**Performing Bulk Actions**

For efficiency, ProQyz also allows you to perform actions in bulk:

* To select multiple quizzes, check the boxes next to their titles.
* Once selected, choose an action from a bulk actions dropdown menu to apply to all selected quizzes.

**Organising Your Quizzes**

* The quizzes can be organised by dragging and dropping to reorder them as desired, ensuring the most frequently accessed quizzes are readily available.

**Saving Changes**

* After performing any management actions, ensure to save your changes.

The quiz management functionality in ProQyz makes it simple to organise, edit, and deploy quizzes to your audience. Use the provided filters to quickly find the quizzes you need to work on, and take advantage of the preview feature to ensure your quizzes are ready for participants.

\ <br>


---

# 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:

```
GET https://docs.spacetree.org/spacetree/quizzes/managing-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.
