Skip to content

AP Computer Science parsing error #5

@shreydesai

Description

@shreydesai

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.

screen shot 2016-07-11 at 8 40 15 am

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions