> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/course-design/speedgrader.md).

# SpeedGrader

Instructors can review and assess students' work as well as provide scores, using a rubric (if available), through the SpeedGrader in the Mango Canvas system. This feature supports various file formats and allows for responses to be submitted by attaching a URL. Additionally, teachers can provide feedback directly on students' work by typing text or attaching media files such as audio or video clips.

### Benefits of SpeedGrader

* Find assignments of each student, with the option to hide student names (in case of anonymous grading).
* View details of the assignments submitted by students
* Use rubrics to assess and score assignments
* Provide feedback to the students.
* Track the progress of grading and hide graded assignments for easier management

### SpeedGrader's Components

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

1. If the file is supported by DocViewer, you can use the Annotation feature to write comments or provide feedback directly on the file. This feature also works for text entries, website URLs, media recordings, or file uploads.
2. Score input
3. View Rubic to assess the score (if available)
4. View the comments written by the instructor or the student
5. Create text or audio clips or attach files to provide feedback&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/course-design/speedgrader.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
