Skip to content

Commit

Permalink
Update README.md with operator instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
handotdev committed Apr 27, 2020
1 parent 07f9b07 commit d0fb4d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/requirements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ This is how you should use your checkers:
- Case 1: the requirement contains no sub-requirement. Use option 1. Example: CS major practicum.
- Case 2: the requirement contains sub-requirements. Use option 2. Example: CS Core requirement.

Also consider the cases of double counting with `operator`:

- Operator type 'and' indicates that all instances of a sub-requirement is necessary. Example: CS Introductory Programming
- Operator type 'or' indicates that only one instance of a sub-requirement can be used. Example: ENGL Four 4000 Levels

### Frontend Computation Phase

#### University Requirements
Expand Down

0 comments on commit d0fb4d3

Please sign in to comment.