Skip to content

Commit

Permalink
Merge pull request #31 from skipgu/first_year
Browse files Browse the repository at this point in the history
Add new batch of DIT185 exams
  • Loading branch information
michalspano authored Apr 25, 2024
2 parents 565a9d6 + d1153b9 commit 2d18aa5
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Click to expand the list of courses for each programme.

- [DIT033 - Data Management](./exams/DIT033) 9 exams.
- [DIT182 - Data Structures and Algorithms](./exams/DIT182) 24 exams.
- [DIT185 - Software Analysis and Design](./exams/DIT185) 3 exams.
- [DIT185 - Software Analysis and Design](./exams/DIT185) 9 exams.

***

Expand Down Expand Up @@ -132,7 +132,7 @@ Click to expand the list of courses for each programme.

- [DIT342 - Web Development](./exams/DIT342) 10 exams.
- [DIT348 - Software Development Methodologies](./exams/DIT348) 10 exams.
- [DIT185 - Software Analysis and Design](./exams/DIT185) 3 exams.
- [DIT185 - Software Analysis and Design](./exams/DIT185) 9 exams.
- [DIT401 - Operating Systems](./exams/DIT401) 1 exams.
- [DIT093 - Algorithms](./exams/DIT093) 1 exams.
- [DIT440 - Introduction to Functional Programming](./exams/DIT440) 2 exams.
Expand Down
4 changes: 2 additions & 2 deletions exams.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"courseName": "Software Analysis and Design",
"courseCredit": 7.5,
"courseLevel": "bachelor",
"courseExamCount": 3,
"courseExamCount": 9,
"courseDirectory": "./exams/DIT185"
}
]
Expand Down Expand Up @@ -278,7 +278,7 @@
"courseName": "Software Analysis and Design",
"courseCredit": 7.5,
"courseLevel": "bachelor",
"courseExamCount": 3,
"courseExamCount": 9,
"courseDirectory": "./exams/DIT185"
},
{
Expand Down
Binary file added exams/DIT185/2022-06-01/Exam-DIT185-220601.pdf
Binary file not shown.
Binary file added exams/DIT185/2022-08-24/Answer-DIT185-220824.pdf
Binary file not shown.
Binary file added exams/DIT185/2022-08-24/Exam-DIT185-220824.pdf
Binary file not shown.
Binary file added exams/DIT185/2023-01-03/Answer-DIT185-230103.pdf
Binary file not shown.
Binary file added exams/DIT185/2023-05-31/Answer-DIT185-230531.pdf
Binary file not shown.
Binary file added exams/DIT185/2023-08-23/Answer-DIT185-230823.pdf
Binary file not shown.
Binary file added exams/DIT185/2023-08-23/Exam-DIT185-230823.pdf
Binary file not shown.
Binary file added exams/DIT185/2024-01-03/Answer-DIT185-240103.pdf
Binary file not shown.
Binary file added exams/DIT185/2024-01-03/Exam-DIT185-240103.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions exams/DIT185/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Here’s what we have so far:
| 2018-06-01 | Yes | No |
| 2019-06-07 | Yes | No |
| 2021-06-04 | Yes | No |
| 2022-06-01 | Yes | No |
| 2022-08-24 | Yes | Yes |
| 2023-01-03 | No | Yes |
| 2023-05-31 | No | Yes |
| 2023-08-23 | Yes | Yes |
| 2024-01-03 | Yes | Yes |

0 comments on commit 2d18aa5

Please sign in to comment.