Skip to content

Commit

Permalink
edit description and extended to >= three courses
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo-fan committed Sep 25, 2023
1 parent 21fb69a commit 2e08d2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/server/routers/ctf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
requirements. In this intriguing scenario, you must help Ollie, the otter
scholar, chart his academic path using Circles.
Ollie is planning his 3 year Computer Science (3778) degree starting in 2024
and wants to take a Computer Science major and Mathematics minor. Help him set
up his degree in the degree wizard!
When you are done, press the `Validate CTF` button on the term planner page
to recieve your flags.
Expand Down Expand Up @@ -237,7 +241,7 @@ def comp1531_third_year(data: PlannerData) -> bool:
(hard_requirements, "Before you can submit, you must check that you are in a 3 year CS degree and have a math minor", None),
(summer_course, "Ollie must take one summer COMP course.", None),
(comp1511_marks, "To keep their scholarship, Ollie must achieve a mark of 100 in COMP1511.", None),
(extended_courses, "Ollie must complete FOUR COMP courses with extended in the name that have not been discontinued.", "levelup{mVd3_1t_2_un1}"),
(extended_courses, "Ollie must complete at least THREE COMP courses with extended in the name that have not been discontinued.", "levelup{mVd3_1t_2_un1}"),
# Challenge 2
(comp1531_third_year, "Unable to find a partner earlier, Ollie must take COMP1531 in their third year.", None),
(gen_ed_faculty, "The university has decided that General Education must be very general. As such, each Gen-Ed unit that Ollie takes must be from a different faculty.", None),
Expand Down

0 comments on commit 2e08d2b

Please sign in to comment.