-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submissions: Added a small README introducing the submodule structure…
… of the folder
- Loading branch information
1 parent
8096de9
commit 9a41ea9
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Submissions | ||
|
||
Starting from the summer semester of 2024, KDD has been supplemented with submissions in addition to the lecture and exercises. | ||
|
||
These assignments are automatically graded using GitHub Classroom. | ||
|
||
Students who achieve 60% of the points across all three assignments can unlock the mock exam for KDD. | ||
|
||
## Submissions | ||
|
||
The submissions are introduced in the form of PDFs. These contain the most important tasks that students need to complete. Like the lecture slides and exercise sheets, these PDFs are automatically generated by GitHub Actions. | ||
|
||
## Code Skeletons | ||
|
||
In each submission, students receive a code skeleton, along with some test cases and helper classes (mainly intended to support the tests). These code skeletons are integrated into this repository as Git submodules. They can be directly downloaded using a recursive clone. | ||
|
||
## (Sample) Solutions | ||
|
||
For each assignment, there is also a sample solution, which is similarly integrated into this repository via Git submodule. However, since students are expected to develop their own solutions and not simply copy the sample solution, the corresponding code is private and can only be cloned recursively if one has read access to the relevant repositories within the organization [FAU-CS6-KDDmUe-Submissions](https://github.com/FAU-CS6-KDDmUe-Submissions). These permissions can be requested from [Dominik Probst](https://www.cs6.tf.fau.eu/dp) or [Torsten Müller](https://www.cs6.tf.fau.eu/person/torsten-muller/). |