# Grading Systems

{% hint style="warning" %}
Communicate any failing grades to the Academic Dean prior to report publishing.
{% endhint %}

#### Letter Grade Conversion

When you select a letter grade from the grade-entry dropdown, the minimum value will be stored. If you plan to use your grades for statistical purposes, we recommend entering a precise value.&#x20;

<table><thead><tr><th width="175">Minimum Value</th><th width="100">Letter</th></tr></thead><tbody><tr><td>97</td><td>A+</td></tr><tr><td>93</td><td>A</td></tr><tr><td>90</td><td>A-</td></tr><tr><td>87</td><td>B+</td></tr><tr><td>83</td><td>B</td></tr><tr><td>80</td><td>B-</td></tr><tr><td>77</td><td>C+</td></tr><tr><td>73</td><td>C</td></tr><tr><td>70</td><td>C-</td></tr><tr><td>67</td><td>D+</td></tr><tr><td>63</td><td>D</td></tr><tr><td>60</td><td>D-</td></tr><tr><td>0</td><td>F</td></tr></tbody></table>

#### Pass / Fail

{% hint style="danger" %}
Do not enter a numeric/letter value if you are assigning a Pass/Fail grade.
{% endhint %}

<table><thead><tr><th width="151">Abbreviation</th><th width="240">Name</th><th width="341">Notes</th></tr></thead><tbody><tr><td>PWD</td><td>Pass With Distinction</td><td></td></tr><tr><td>P</td><td>Pass</td><td></td></tr><tr><td>DNM</td><td>Did Not Meet Expectations</td><td>Applies only to Intersession grading.</td></tr><tr><td>F</td><td>Fail</td><td></td></tr></tbody></table>


---

# 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://registrar.gcds.net/reg/us/teaching-and-learning/grades/grading-systems.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.
