> 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/criterion/rubrics.md).

# Creating Rubrics

## Getting Started with Rubrics

&#x20;         You can access Rubrics at the left-side menu tab.

![](/files/-MbkWXEr6uwKzkb_sYSB)

{% hint style="info" %}
In addition to the above methods, you can create Rubrics from the Assignment page and the Quiz page.
{% endhint %}

### 1. Rubrics Home Page

Click "**+ Add Rubrics**" to add Rubrics.

![](/files/-MbkYI2m4pyFh9K9rnET)

### 2. Name Rubrics

After clicking "**+ Add Rubrics**", the window will show like illlustrating below.

Fill in the 'Title' section to name your Rubric. After that, edit the Criteria section by clicking on the pencil icon in the description of criterion section to enter the details of the scoring criteria.

![](/files/-MbkZloS_PDsniFdemxw)

### 3. Set criteria

When clicking on edit criteria, a window will appear as shown in the image. This allows you to add scoring criteria. For example, you can define the description of the criteria in the image and click on the "Update Criterion" button to save the data.

![](/files/-MbkZfM2kb70PR1vwbKo)

### 4. Specify the maximum score or full score in the Pts section

You can set the score in this section, as shown in the example set at 5 points.

![](/files/-Mbka9HhSprUStEc4yml)

### 5. Criteria for scoring each level

Once the maximum score has been set, you can add scoring criteria for other score levels by pressing the "+" symbol as shown in the image.

![](/files/-MbkaUVSVxqIdiqAMRkt)

When you click the "+" symbol, a window will appear as shown in the image below, allowing you to enter information about the score and provide a description of the scoring criteria.

![](/files/-MbkahATtGBLzNBxyv65)

### 6. When the Rubric is created, the window shown in the image will appear.

![](/files/-Mc8VLmXQtaMuhWxm7VK)

### 7. Adding additional criteria

You can create additional criteria by clicking on the "+ Criteria" button and selecting "New Criteria" from the menu. After that, you can create criteria according to item 3.

![](/files/-Mc8Ve8E1l3ALUqGvEsM)

## Creating Rubrics (animated image)

![](https://lh3.googleusercontent.com/DrnFEW2s6DVRT3yTejKkV9E-eRO4oWnpzQjX4CNH2VHWPlD-1itVpI0d-Wf-t8zS4ZYxwEpqu9XJfTqVqwpz8GgRcpymnSDx4nVIng9k-YZ2fgsuJmr3Q2cFynGYXWIIUJ7ap4E_dOY)


---

# 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/criterion/rubrics.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.
