Skip to content

Commit

Permalink
Moved A3 to 10 May
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Apr 22, 2024
1 parent a9b6887 commit 26b32b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assignments.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Assignment, Due, Moodle, File, Marks
Assignment 1, 2024-03-22, 2166039, "A1.qmd", 25
Assignment 2, 2024-04-19, 2166040, "A2.qmd", 25
Assignment 3, 2024-05-03, 2166042, "A3.qmd", 30
Assignment 3, 2024-05-10, 2166042, "A3.qmd", 30
Assignment 4, 2024-05-24, 2166041, "A4.qmd", 20
3 changes: 1 addition & 2 deletions course_info.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ assignments <- readr::read_csv(here::here("assignments.csv")) |>
)

schedule <- schedule |>
full_join(assignments, by = "Date") |>
mutate(Week = if_else(is.na(Week) & Date > "2024-05-20", 13, Week))
full_join(assignments, by = "Date")

show_assignments <- function(week) {
ass <- schedule |>
Expand Down

0 comments on commit 26b32b7

Please sign in to comment.