hawkrives / gobbldygook-area-data

Major and concentration data for St. Olaf College (and Gobbldygook)
https://hawkrives.github.io/gobbldygook-area-data
1 stars 1 forks source link

Biology #129

Open hawkrives opened 5 years ago

hawkrives commented 5 years ago

Fairly straightforward, except for this bit:

These two together seem pointless? or rather, the second one does.

  1. No more than two level I biology courses, including BIO 150, and AP or IB credit may count toward the major.
  2. Of the six courses counting toward the major that must be graded C or above, at least four must be at level II or III. […]

It seems like the second part is implied by the first? I can't have more than two L1 courses anyway, so why specify that I can also only have two L1 courses graded C or above?

I can implement it like so, if needed:

limits:
 - where: {graded: 'true', grade: '>= C', level: '100'}
   at_most: 2