diff --git a/src/routes/past-tests/+page.svelte b/src/routes/past-tests/+page.svelte index 7b66371e..eb98073b 100644 --- a/src/routes/past-tests/+page.svelte +++ b/src/routes/past-tests/+page.svelte @@ -64,10 +64,11 @@ year="2024" tests={[ [ - ["Slitherlink"], + ["Mounting Mayhem"], ["Rules", "archive/2024/Rules_Sheet_Slitherlink.pdf"], ["Puzzles", "archive/2024/Puzzles_Slitherlink_MMT_2024.pdf"], ["Answer Sheet", "archive/2024/Answer_Sheet_Slitherlink.pdf"], + ["Answers", "archive/2024/Mounting_Mayhem_Answers.pdf"], ], [ ["Herding Hexes [Foal]"], @@ -106,17 +107,20 @@ [ ["Gallop [Foal]"], ["Problems", "archive/2024/Gallop_Foal.pdf"], - // ["Answers", "archive/2024/Gallop_Foal_Answers.pdf"] # We don't have these + ["Answers", "archive/2024/Gallop_Foal_Answers.pdf"], + ["Solutions", "archive/2024/Gallop_Foal_Solutions.pdf"] ], [ ["Gallop [Colt]"], ["Problems", "archive/2024/Gallop_Colt.pdf"], - // ["Answers", "archive/2024/Gallop_Colt_Answers.pdf"] + ["Answers", "archive/2024/Gallop_Colt_Answers.pdf"], + ["Solutions", "archive/2024/Gallop_Colt_Solutions.pdf"] ], [ ["Gallop [Stallion]"], ["Problems", "archive/2024/Gallop_Stallion.pdf"], - // ["Answers", "archive/2024/Gallop_Stallion_Answers.pdf"] + ["Answers", "archive/2024/Gallop_Stallion_Answers.pdf"], + ["Solutions", "archive/2024/Gallop_Stallion_Solutions.pdf"] ] ]} /> diff --git a/static/archive/2024/Gallop_Colt_Answers.pdf b/static/archive/2024/Gallop_Colt_Answers.pdf new file mode 100644 index 00000000..93209cce Binary files /dev/null and b/static/archive/2024/Gallop_Colt_Answers.pdf differ diff --git a/static/archive/2024/Gallop_Colt_Solutions.pdf b/static/archive/2024/Gallop_Colt_Solutions.pdf new file mode 100644 index 00000000..010bb95b Binary files /dev/null and b/static/archive/2024/Gallop_Colt_Solutions.pdf differ diff --git a/static/archive/2024/Gallop_Foal_Answers.pdf b/static/archive/2024/Gallop_Foal_Answers.pdf new file mode 100644 index 00000000..5a2e7548 Binary files /dev/null and b/static/archive/2024/Gallop_Foal_Answers.pdf differ diff --git a/static/archive/2024/Gallop_Foal_Solutions.pdf b/static/archive/2024/Gallop_Foal_Solutions.pdf new file mode 100644 index 00000000..95360c3d Binary files /dev/null and b/static/archive/2024/Gallop_Foal_Solutions.pdf differ diff --git a/static/archive/2024/Gallop_Stallion_Answers.pdf b/static/archive/2024/Gallop_Stallion_Answers.pdf new file mode 100644 index 00000000..5975b192 Binary files /dev/null and b/static/archive/2024/Gallop_Stallion_Answers.pdf differ diff --git a/static/archive/2024/Gallop_Stallion_Solutions.pdf b/static/archive/2024/Gallop_Stallion_Solutions.pdf new file mode 100644 index 00000000..dc8340c3 Binary files /dev/null and b/static/archive/2024/Gallop_Stallion_Solutions.pdf differ diff --git a/static/archive/2024/Mounting_Mayhem_Answers.pdf b/static/archive/2024/Mounting_Mayhem_Answers.pdf new file mode 100644 index 00000000..8f3581c1 Binary files /dev/null and b/static/archive/2024/Mounting_Mayhem_Answers.pdf differ