# Auto-Computation of Final Grades

This feature automatically calculates a student’s final grade based on their grades across grading periods, assigned weights, and the transmutation table.

## Prerequisites for Auto-Computing Final Grades

* **Grading Systems**
  * The grading system must be numeric
* **Grading Templates**
  * Grading periods must have a total weight of **100%**
  * If a student has non-numeric grades (e.g., **DRP, INC, etc.**) in any grading term, the final grade will reflect the non-numeric grade
* **Grading Settings**
  * There must be multiple **Grading Schemes** in addition to the "Final Grade"

## Apply Auto-Compute to a Course

{% hint style="info" %}
Related Guide: [Courses](/product-guide-uni/admin-home/planning-1/planning/courses.md)
{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfnkHrzsbo1OMP3lXN-82i5MP__SoW8AFzP1COlGjQqGYbwzVxvp_FKoM8uysawOi6QtxhedNdxhsluWQZD_5s58A68bcR1CoEyjpe4cwYg5UXxtFBgeA1xXoTV3lhBve5kh7TQsA?key=TjbJa5Zh7Vx6TgP0Chz9GA" alt=""><figcaption></figcaption></figure>

* When creating or editing a course, set the **Grading System** to a numeric range grading system
* Check the **Grading Template** box to enable the selection of a grading template

## Verify Auto-Computed Final Grades

* Courses with auto-computed grades will display an **“Average”** column

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcR_BQTtqpquc-qEi1Vld5CKQiI4KSEBxjfo7h3n-H5jqf4IHatphNNL-inv8oIrq6KIdY5nXtVe_vbQlSk_BZjxLjI3jlUkRT8FNBhCHwJQ40qcTGpGUZVz4O-oCExVQ9D1PyGmw?key=TjbJa5Zh7Vx6TgP0Chz9GA" alt=""><figcaption></figcaption></figure>

* If no grades have been entered yet or grading periods are incomplete, the final grade will appear as **NG** (No Grade)
* If a non-numeric grade is assigned, that will be the final grade

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc6DLPxqierCJg-43_pOH01PnT6RsTlGB9XcQ1RqXeqQggKncGyI1igM62taGq4D2dsVfegoSMg4kcMWE-KhItXSQCepq4R9AEGeCcldTCaxLWazrz4sK4QDXB-8YW7NmFBk7EBJQ?key=TjbJa5Zh7Vx6TgP0Chz9GA" alt=""><figcaption></figcaption></figure>


---

# 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://info.edusuite.asia/product-guide-uni/admin-home/utilities/untitled/auto-computation-of-final-grades.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.
