Skip to content

Commit

Permalink
submissions: Added a small README introducing the submodule structure…
Browse files Browse the repository at this point in the history
… of the folder
  • Loading branch information
dominik-probst committed Jul 30, 2024
1 parent 8096de9 commit 9a41ea9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions submission/README.md
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/).

0 comments on commit 9a41ea9

Please sign in to comment.