Grading
The table below shows the standard for grading used in this class.
To be explicit, when averaging grades for the semester, we will round off to two decimal places. The resultant number must equal the lower number in a grade range to reach the minimum necessary to get that letter grade.
91.99 points is a B+, while 92.00 points is an A-, for example
In your gradesheets, you will find a formula similar to the one in this table.
| This many points | Applied by this formula | Results in this grade |
| 95-100 | IF(I2>=95,"A" | A |
| 92-94 | IF(I2>=92,"A-", | A- |
| 87-91 | IF(I2>=87,"B+", | B+ |
| 83-86 | IF(I2>=83,"B", | B |
| 80-82 | IF(I2>=80,"B-", | B- |
| 77-79 | IF(I2>=77,"C+", | C+ |
| 73-76 | IF(I2>=73,"C", | C |
| 70-72 | IF(I2>=70,"C-", | C- |
| 67-69 | IF(I2>=67,"D+", | D+ |
| 60-66 | IF(I2>=60,"D", | D |
| less than 60 | "F")))))))))) | F |
[top]
[on to your grades]