# Progress Report

### Overview

This documentation provides a step-by-step guide on how to add a Progress Report page to your website using ProQyz, as well as an overview of the features available to students and teachers.

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

### Adding a Progress Report Page

1. **Create a New Page**:
   * Navigate to your WordPress dashboard.
   * Go to **Pages** > **Add New**.
2. **Add Page Title**:
   * Enter a title for your new page, such as "Progress Report".
3. **Insert Shortcode**:

   * In the content area of the page, add the following shortcode: `[proqyz-dashboard]`.
   *

   ```
   <figure><img src="/files/XYKolAEjJUtM2xwpozEn" alt=""><figcaption></figcaption></figure>
   ```
4. **Publish the Page**:
   * Click the **Publish** button to make the page live on your website.
5. **Add Page to Menu**:
   * Go to **Appearance** > **Menus**.
   * Select the menu where you want to display the Progress Report page.
   * Add the newly created Progress Report page to the menu and save the changes.

### Student Side

* **Accessing the Dashboard**:
  * Students can access the Progress Report page from the website menu where it has been added.
* **Features Available to Students**:
  * **Test History**: Students can view the history of all the tests they have taken.
  * **Writing and Speaking Evaluations**: Students can check the evaluations provided by their trainers for writing and speaking test

### Teacher Side

* **Accessing the Dashboard**:
  * Teachers can also access the Progress Report page from the website menu.
* **Features Available to Teachers**:
  * **View Test Reports**: Teachers can see the detailed test reports for all students.
  * **Filter Reports**: Teachers can filter reports by student, course, or attempt to easily find specific data.
  * **Evaluate Tests**: Teachers can evaluate the writing and speaking tests submitted by students directly from the dashboard.

### Summary

By following these instructions, you can successfully add a Progress Report page to your ProQyz-enabled website, allowing students to track their progress and teachers to manage and evaluate test reports efficiently.


---

# 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://docs.spacetree.org/spacetree/dashboard/progress-report.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.
