> For the complete documentation index, see [llms.txt](https://info.edusuite.asia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.edusuite.asia/product-guide-k12/faculty-home/principals-remarks.md).

# Principal's Remarks

This section allows you to view comments from the **Principal** or **Subject Head** regarding a student.

## Access and Navigation

**Principal’s Remarks** can be found under **Manage Classes**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfhCAFetezmOVRqPJWoH8ROeWPDS0DLgKjM7x-faXv8vINPOc8PAB3YqAIIB8Ur2sIRFkOnGEOjxA7NRKAbt9AZlZhDb-UsVr7RwGHLtRT9aMlMICYQcWFrb5Ol5406tkW-66bzsH2YRNR-NA-MRtPP7kmi?key=A1AZ6m7Umr6OCJIsDuypFg" alt=""><figcaption></figcaption></figure>

## View Non-Academic Scoresheet

* To view a scoresheet, expand on the class name and click **Non-Academic Scoresheet**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdfTg5kPPD3yoXw6SifjUV5Atkm9cd1gPiJWgQDOMER2xLHYCMib6wiA1Ph9-9NPVXmIVlqikVSxT8cgonVfjkLY3VLtptVSXZgQuHkYKLBN2z9UBZJFN8-s665I5qsk8i3YjO6LHjX9fathwXlHq5-mYKW?key=A1AZ6m7Umr6OCJIsDuypFg" alt=""><figcaption></figcaption></figure>

* Once opened, you’ll see the entire scoresheet
  * **Class name** - Name of the class/section
  * **Term** - Term you are grading
  * **Student list** - List of students in the section
  * **Remarks** - Remarks for the student

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfkYJxJCYLIfxJ4BEJe1J082LLZ5uMH2XBitCXi-jX6wdiTaTM_gyo-mfixy0lvyjM5HFexgnoBDExlpCXs9HxyJOx2WqsUElLn6ExlnL6V37PuVYiqofpEJkvapjo8YQOHdYzyLUnWSoWxTZF6iYYjPJ4J?key=A1AZ6m7Umr6OCJIsDuypFg" alt=""><figcaption></figcaption></figure>

## Grading Students

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfkYJxJCYLIfxJ4BEJe1J082LLZ5uMH2XBitCXi-jX6wdiTaTM_gyo-mfixy0lvyjM5HFexgnoBDExlpCXs9HxyJOx2WqsUElLn6ExlnL6V37PuVYiqofpEJkvapjo8YQOHdYzyLUnWSoWxTZF6iYYjPJ4J?key=A1AZ6m7Umr6OCJIsDuypFg" alt=""><figcaption></figcaption></figure>

To add a remark for the student

* Click on the column next to the student's name
* Encode the remarks as needed
* Grades are automatically saved by clicking on any area outside of the textbox/dropdown

{% hint style="info" %}
You can navigate the scoresheet by using your arrow keys, enter key, and or tab key
{% endhint %}


---

# 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://info.edusuite.asia/product-guide-k12/faculty-home/principals-remarks.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.
