From 3bb3999453eab5ea465fa248b6c920e564fc8a4f Mon Sep 17 00:00:00 2001 From: Chancharik Mitra <99420390+chancharikmitra@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:55:54 -0400 Subject: [PATCH] Update ds8.env --- configs/ds8.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/ds8.env b/configs/ds8.env index 2375752..2a29d3d 100644 --- a/configs/ds8.env +++ b/configs/ds8.env @@ -1,6 +1,6 @@ ASSIGNMENT_CATEGORIES=['Homework', 'Lab', 'Project'] CONTENT_CATEGORIES=['Lectures', 'General'] -LOGISTICS_CATEGORIES=['Logistics', 'Exam Logistics', 'Grading'] +LOGISTICS_CATEGORIES=['Logistics', 'Grading'] WORKSHEET_CATEGORIES=['Discussion', 'Exams'] CATEGORY_MAPPING={"Homework": "hw", "Lab": "lab", "Project": "proj", "Discussion": "disc", "Exams": "exam"}