Skip to content

Commit 14a9d06

Browse files
committed
Merge branch 'main' of github.com:skipgu/past-exams
2 parents 939224e + 1e5f490 commit 14a9d06

15 files changed

Lines changed: 34 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Click to expand the list of courses for each programme.
4343

4444
### Term 1
4545

46-
- [DIT043 - Object-Oriented Programming](./exams/DIT043) 5 exams.
46+
- [DIT043 - Object-Oriented Programming](./exams/DIT043) 6 exams.
47+
- [DIT044 - Object-Oriented Programming](./exams/DIT044) 1 exam.
4748
- [DIT008 - Discrete Mathematics](./exams/DIT008) 1 exams.
4849
- [DIT009 - Fundamentals of Programming](./exams/DIT009) 1 exams.
4950
- [DIT023 - Mathematical Foundations for Software Engineering](./exams/DIT023) 9 exams.
@@ -64,9 +65,9 @@ Click to expand the list of courses for each programme.
6465

6566
### Term 3
6667

67-
- [DIT345 - Fundamentals of Software Architecture](https://github.com/skipgu/past-exams/tree/main/exams/DIT345) 8 exams.
68+
- [DIT345 - Fundamentals of Software Architecture](https://github.com/skipgu/past-exams/tree/main/exams/DIT345) 9 exams.
6869

69-
- [DIT342 - Web Development](https://github.com/skipgu/past-exams/tree/main/exams/DIT342) 15 exams.
70+
- [DIT342 - Web Development](https://github.com/skipgu/past-exams/tree/main/exams/DIT342) 16 exams.
7071

7172
- [DIT348 - Software Development Methodologies](https://github.com/skipgu/past-exams/tree/main/exams/DIT348) 10 exams.
7273

descriptionCreator/data/courses.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
"level": "bachelor",
7373
"programmes": ["N1SOF"]
7474
},
75+
"DIT044": {
76+
"name": "Object-Oriented Programming",
77+
"credits": 7.5,
78+
"level": "bachelor",
79+
"programmes": ["N1SOF"]
80+
},
7581
"DIT008": {
7682
"name": "Discrete Mathematics",
7783
"credits": 7.5,

descriptionCreator/data/programmeOrders.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"DIT008",
99
"DIT009",
1010
"DIT023",
11+
"DIT044",
1112
"DIT046",
1213
"DIT094"
1314
]

exams.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@
1313
"courseName": "Object-Oriented Programming",
1414
"courseCredit": 7.5,
1515
"courseLevel": "bachelor",
16-
"courseExamCount": 5,
17-
"courseDirectory": "exams/DIT043"
16+
"courseExamCount": 6,
17+
"courseDirectory": "./exams/DIT043"
18+
},
19+
{
20+
"courseCode": "DIT044",
21+
"courseName": "Object-Oriented Programming",
22+
"courseCredit": 7.5,
23+
"courseLevel": "bachelor",
24+
"courseExamCount": 1,
25+
"courseDirectory": "./exams/DIT044"
1826
},
1927
{
2028
"courseCode": "DIT008",
@@ -87,15 +95,15 @@
8795
"courseName": "Fundamentals of Software Architecture",
8896
"courseCredit": 7.5,
8997
"courseLevel": "bachelor",
90-
"courseExamCount": 8,
98+
"courseExamCount": 9,
9199
"courseDirectory": "exams/DIT345"
92100
},
93101
{
94102
"courseCode": "DIT342",
95103
"courseName": "Web Development",
96104
"courseCredit": 7.5,
97105
"courseLevel": "bachelor",
98-
"courseExamCount": 15,
106+
"courseExamCount": 16,
99107
"courseDirectory": "exams/DIT342"
100108
},
101109
{
4.96 MB
Binary file not shown.
151 KB
Binary file not shown.

exams/DIT043/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Here’s what we have so far:
1010
| 2022-08-16 | Yes | Yes |
1111
| 2022-10-24 | Yes | Yes |
1212
| 2023-01-04 | Yes | Yes |
13+
| 2023-10-23 | Yes | Yes |
445 KB
Binary file not shown.

exams/DIT044/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## DIT044 - Object-Oriented Programming
2+
Welcome to the DIT044 - Object-Oriented Programming, where we've compiled past exams and student answers to assist in your preparation for this course.
3+
4+
Here’s what we have so far:
5+
6+
| Date | Questions | Answers |
7+
|------------|-----------|---------|
8+
| 2025-01-15 | Yes | Yes |
4 MB
Binary file not shown.

0 commit comments

Comments
 (0)