Grade distribution for a course
course_gradesCompare historical grade distributions and average GPA by instructor or term to decide which professor to take or assess course difficulty.
Instructions
Historical grade distributions and average GPA for a course, broken down by instructor (default) or by term. Use this to answer 'which professor should I take?' or 'how hard is this class?'. Data is from UCI's public records; recent quarters may be missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Restrict to a year, e.g. "2024". | |
| groupBy | No | How to break down the results. Default instructor. | |
| quarter | No | Restrict to a quarter. | |
| courseId | No | Course, e.g. "COMPSCI 161". | |
| department | No | Alternative to courseId: department code. | |
| excludePNP | No | Exclude Pass/No-Pass-only courses (default false). | |
| instructor | No | Restrict to one instructor (last name works). | |
| courseNumber | No | Alternative to courseId: course number. |