Skip to content

Commit

Permalink
fake math minor requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
denniwang committed Nov 18, 2024
1 parent f3eb7e7 commit 6ab4a80
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions packages/api/src/minor/minors/2022/mathematics/parsed.initial.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"name": "Mathematics",
"totalCreditsRequired": 24,
"yearVersion": 2022,
"requirementSections": [
{
"type": "SECTION",
"title": "Required Courses",
"requirements": [
{
"type": "COURSE",
"classId": 1341,
"subject": "MATH"
},
{
"type": "COURSE",
"classId": 1341,
"subject": "MATH"
}
]
},
{
"type": "SECTION",
"title": "Intermediate-Level Courses",
"requirements": [
{
"type": "COURSE",
"classId": 2321,
"subject": "MATH"
},
{
"type": "COURSE",
"classId": 2341,
"subject": "MATH"
},
{
"type": "COURSE",
"classId": 2331,
"subject": "MATH"
}
],
"minRequirementCount": 2
},
{
"type": "RANGE",
"subject": "MATH",
"idRangeStart": 3001,
"idRangeEnd": 4699,
"exceptions": [
{
"subject": "MATH",
"classId": 4000,
"type": "COURSE"
}
]
}
]
}

0 comments on commit 6ab4a80

Please sign in to comment.