> 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/analyzing-results.md).

# Analyzing Results

The ProQyz Progress Dashboard is an essential tool for both teachers and students to track and review the progress and results of quizzes. It provides detailed insights into student performance across various modules, such as Reading, Listening, Writing, and Speaking.

**Teacher's Dashboard**

The Teacher's Dashboard allows teachers access to all of the results from students that are assigned to them.

**Accessing the Dashboard**

* Navigate to 'My Dashboard' from the menu to see an overview of student activities and test results.

**Reviewing Test Results**

* On the dashboard, you can view 'Recently Given Tests' along with specific details like the test name, type, student username, and score.
* Use the 'Review' button to evaluate and give feedback on Writing and Speaking tests. By default, review is completed using the IELTS Public Band Score Descriptors for writing and speaking.

**Filtering Results**

* Filters are available to view results by specific criteria:
  * **By Student**: Select a student's name to view their individual performance.
  * **By Module**: Choose between Reading, Listening, Writing, or Speaking to filter results accordingly.
  * **By Attempt**: Filter by the number of attempts to see repeated efforts or first-time tests.

**Evaluating Submissions**

* For Writing and Speaking tests, options to mark as 'Under Review' and 'Reviewed' are provided to keep track of the evaluation process.
* You can also filter these submissions to prioritise assessments.

**Student's Dashboard**

The Student's Dashboard allows individual test-takers to review their performance history and scores.

**Checking Test History**

* Students can see their history across different modules - Reading, Listening, Writing, and Speaking.
* Historical data shows their progression and areas that might need more focus.

**Viewing Scores**

* Scores for each test are displayed, providing clear feedback on the student’s performance.
* Details such as test date, type, and score are listed for thorough review.

**Integrating Dashboard on WordPress Page**

To integrate the Progress Dashboard into a WordPress page, use the provided shortcode.

**Shortcode for Progress Dashboard**

* Place the shortcode `[ieltslms-dashboard]` in the desired WordPress page or post.
* The dashboard will then be embedded into the page, showing the corresponding user data.

This shortcode allows for a seamless integration of the ProQyz Dashboard into a WordPress environment, making it accessible for users within the site's existing structure.

The ProQyz Progress Dashboard is a robust feature that brings convenience and efficiency to both teachers and students in monitoring educational progress. Teachers gain valuable insights for effective mentoring and lesson planning, while students receive immediate and clear feedback on their learning journey.

<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/analyzing-results.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.
