diff --git a/README.md b/README.md index 3bc2e3a..7e37ef3 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Click to expand the list of courses for each programme. ### Term 1 - [DIT043 - Object-Oriented Programming](./exams/DIT043) 5 exams. +- [DIT008 - Discrete Mathematics](./exams/DIT008) 1 exams. - [DIT023 - Mathematical Foundations for Software Engineering](./exams/DIT023) 9 exams. - [DIT046 - Requirements and User Experience](./exams/DIT046) 5 exams. diff --git a/descriptionCreator/data/courses.json b/descriptionCreator/data/courses.json index 0f492ca..867897f 100644 --- a/descriptionCreator/data/courses.json +++ b/descriptionCreator/data/courses.json @@ -72,6 +72,18 @@ "level": "bachelor", "programmes": ["N1SOF"] }, + "DIT008": { + "name": "Discrete Mathematics", + "credits": 7.5, + "level": "bachelor", + "programmes": ["N1SOF"] + }, + "DIT009": { + "name": "Fundamentals of Programming", + "credits": 7.5, + "level": "bachelor", + "programmes": ["N1SOF"] + }, "DIT127": { "name": "Web applications", "credits": 7.5, @@ -798,4 +810,4 @@ "level": "master", "programmes": ["MPALG", "MPCSN"] } -} \ No newline at end of file +} diff --git a/descriptionCreator/data/programmeOrders.json b/descriptionCreator/data/programmeOrders.json index 4ff64d9..4faf6d6 100644 --- a/descriptionCreator/data/programmeOrders.json +++ b/descriptionCreator/data/programmeOrders.json @@ -5,6 +5,8 @@ "name": "Term 1", "courses": [ "DIT043", + "DIT008", + "DIT009", "DIT023", "DIT046", "DIT094" @@ -153,4 +155,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/descriptionCreator/data/programmes.json b/descriptionCreator/data/programmes.json index 9910235..b06b597 100644 --- a/descriptionCreator/data/programmes.json +++ b/descriptionCreator/data/programmes.json @@ -76,4 +76,4 @@ "name": "Elektroteknik, högskoleingenjör | Electrical Engineering", "language": "se" } -} \ No newline at end of file +} diff --git a/exams.json b/exams.json index 3c14ca3..f0e56cd 100644 --- a/exams.json +++ b/exams.json @@ -16,6 +16,14 @@ "courseExamCount": 5, "courseDirectory": "./exams/DIT043" }, + { + "courseCode": "DIT008", + "courseName": "Discrete Mathematics", + "courseCredit": 7.5, + "courseLevel": "bachelor", + "courseExamCount": 1, + "courseDirectory": "./exams/DIT008" + }, { "courseCode": "DIT023", "courseName": "Mathematical Foundations for Software Engineering", @@ -615,4 +623,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/exams/DIT008/2024-10-28/Answer-DIT008-241028.pdf b/exams/DIT008/2024-10-28/Answer-DIT008-241028.pdf new file mode 100644 index 0000000..ec072be Binary files /dev/null and b/exams/DIT008/2024-10-28/Answer-DIT008-241028.pdf differ diff --git a/exams/DIT008/2024-10-28/Exam-DIT008-241028.pdf b/exams/DIT008/2024-10-28/Exam-DIT008-241028.pdf new file mode 100644 index 0000000..9c264b6 Binary files /dev/null and b/exams/DIT008/2024-10-28/Exam-DIT008-241028.pdf differ