The JSON file generated from the scraper replaces the 3, 4, and 5 score keys as AET 319. This should be fixed with the appropriate courses for non-AET majors.

Currently, the generated JSON file shows this for AP Computer Science:
{
"name": "AP Exam in Computer Science A",
"3": "AET 319",
"4": "AET 319",
"5": "AET 319"
}
Also, whenever we implement a notes section, it should clarify that AET 319 is only for AET majors in Fine Arts. The correct JSON output should be this:
{
"name": "AP Exam in Computer Science A",
"3": "CS 302 or AET 319",
"4": "CS 312 or AET 319",
"5": "CS 312 or AET 319"
}
The JSON file generated from the scraper replaces the 3, 4, and 5 score keys as
AET 319. This should be fixed with the appropriate courses for non-AET majors.Currently, the generated JSON file shows this for AP Computer Science:
{ "name": "AP Exam in Computer Science A", "3": "AET 319", "4": "AET 319", "5": "AET 319" }Also, whenever we implement a notes section, it should clarify that AET 319 is only for AET majors in Fine Arts. The correct JSON output should be this:
{ "name": "AP Exam in Computer Science A", "3": "CS 302 or AET 319", "4": "CS 312 or AET 319", "5": "CS 312 or AET 319" }