# Calculation of GPA

In calculating the GPA, all credits with the following grades are counted in the total used to compute the grade point average/cumulative index: A (-), B (+/-), C (+/-), and F.

| Grade | Quality Point Value |
| :---: | :-----------------: |
|   A   |         4.00        |
|   A-  |         3.70        |
|   B+  |         3.30        |
|   B   |         3.00        |
|   B-  |         2.70        |
|   C+  |         2.30        |
|   C   |         2.00        |
|   C-  |         1.70        |
|   F   |         0.00        |

Earned credits with grades of Pass (P), Satisfactory Progress (SP), or Satisfactorily Completed (SC) do not figure into the computation of the grade point average but do count toward the degree. Transfer credits also count toward the degree, but are not included in the GPA calculation.&#x20;


---

# 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://ismms-gs.gitbook.io/graduate-student-handbook/chapter-3/enrollment-and-registration/grading-policies/calculation-of-gpa.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.
