From 54232d95ec2034fd1dd0d9d80b621c2b4e91377f Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Fri, 20 Jan 2023 18:53:18 +0100
Subject: [PATCH] Corrected Readme

---
 Klausuren/Sd1/2015summer/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2015winter/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2016summer/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2016winter/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2017summer/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2017winter/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2018summer/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2018winter/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2018winter/Solve/Readme.md      | 35 ++++++++++++++-----
 Klausuren/Sd1/2019summer/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2019winter/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2020summer/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2020winter/First/Exam/Readme.md | 26 +++++++++++---
 .../Sd1/2020winter/Second/Exam/Readme.md      | 26 +++++++++++---
 Klausuren/Sd1/2021summer/Exam/Readme.md       | 26 +++++++++++---
 Klausuren/Sd1/2021winter/Exam/Readme.md       | 26 +++++++++++---
 16 files changed, 341 insertions(+), 84 deletions(-)

diff --git a/Klausuren/Sd1/2015summer/Exam/Readme.md b/Klausuren/Sd1/2015summer/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2015summer/Exam/Readme.md
+++ b/Klausuren/Sd1/2015summer/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2015winter/Exam/Readme.md b/Klausuren/Sd1/2015winter/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2015winter/Exam/Readme.md
+++ b/Klausuren/Sd1/2015winter/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2016summer/Exam/Readme.md b/Klausuren/Sd1/2016summer/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2016summer/Exam/Readme.md
+++ b/Klausuren/Sd1/2016summer/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2016winter/Exam/Readme.md b/Klausuren/Sd1/2016winter/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2016winter/Exam/Readme.md
+++ b/Klausuren/Sd1/2016winter/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2017summer/Exam/Readme.md b/Klausuren/Sd1/2017summer/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2017summer/Exam/Readme.md
+++ b/Klausuren/Sd1/2017summer/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2017winter/Exam/Readme.md b/Klausuren/Sd1/2017winter/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2017winter/Exam/Readme.md
+++ b/Klausuren/Sd1/2017winter/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2018summer/Exam/Readme.md b/Klausuren/Sd1/2018summer/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2018summer/Exam/Readme.md
+++ b/Klausuren/Sd1/2018summer/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2018winter/Exam/Readme.md b/Klausuren/Sd1/2018winter/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2018winter/Exam/Readme.md
+++ b/Klausuren/Sd1/2018winter/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2018winter/Solve/Readme.md b/Klausuren/Sd1/2018winter/Solve/Readme.md
index 6cf0117cb..d85c3db81 100644
--- a/Klausuren/Sd1/2018winter/Solve/Readme.md
+++ b/Klausuren/Sd1/2018winter/Solve/Readme.md
@@ -1,20 +1,37 @@
-# Generate API using Javadoc:
+# Generate ond open class/method javadoc for browsing
 
+Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
-mvn javadoc:javadoc
+Exam> mvn javadoc:javadoc
 ```
 
-Then open [target/site/apidocs/index.html](target/site/apidocs/index.html) in your browser of choice.
+Issue a second command asking for your project's working directory:
 
+```
+Exam> pwd
+```
+- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
+  (Chrome or firefox).
+- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
 
-# Aquire exam unit test results:
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
-```shell
-mvn compile test-compile
-mvn -Dmaven.test.skip=true package
-java -jar target/sd1_2018winter_solve-0.9-fat-tests.jar
-```
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
 
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
 
diff --git a/Klausuren/Sd1/2019summer/Exam/Readme.md b/Klausuren/Sd1/2019summer/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2019summer/Exam/Readme.md
+++ b/Klausuren/Sd1/2019summer/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2019winter/Exam/Readme.md b/Klausuren/Sd1/2019winter/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2019winter/Exam/Readme.md
+++ b/Klausuren/Sd1/2019winter/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2020summer/Exam/Readme.md b/Klausuren/Sd1/2020summer/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2020summer/Exam/Readme.md
+++ b/Klausuren/Sd1/2020summer/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2020winter/First/Exam/Readme.md b/Klausuren/Sd1/2020winter/First/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2020winter/First/Exam/Readme.md
+++ b/Klausuren/Sd1/2020winter/First/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2020winter/Second/Exam/Readme.md b/Klausuren/Sd1/2020winter/Second/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2020winter/Second/Exam/Readme.md
+++ b/Klausuren/Sd1/2020winter/Second/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2021summer/Exam/Readme.md b/Klausuren/Sd1/2021summer/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2021summer/Exam/Readme.md
+++ b/Klausuren/Sd1/2021summer/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
diff --git a/Klausuren/Sd1/2021winter/Exam/Readme.md b/Klausuren/Sd1/2021winter/Exam/Readme.md
index a50ba97e8..d85c3db81 100644
--- a/Klausuren/Sd1/2021winter/Exam/Readme.md
+++ b/Klausuren/Sd1/2021winter/Exam/Readme.md
@@ -1,21 +1,37 @@
-# Generate and open exercise questions for browsing
+# Generate ond open class/method javadoc for browsing
 
 Grab a terminal in this IDE (Alt+F12) and issue the following command:
 ```
 Exam> mvn javadoc:javadoc
 ```
 
-Issue a second command asking for your project's working directory: 
+Issue a second command asking for your project's working directory:
 
 ```
 Exam> pwd
 ```
-
 - You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
-(Chrome or firefox).
+  (Chrome or firefox).
 - From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
 
+# Implementation tasks
+
+The following packages do contain implementation tasks:
+- de.hdm_stuttgart.mi.sd1.task1 (50 Points)
 
+- de.hdm_stuttgart.mi.sd1.task2 (20 points, more difficult)
+
+Read your generated documentation and implement the skeleton methods and classes.
+
+This project's  `test` branch does contain corresponding unit tests for verifying your solutions' correctness.
+
+# Exam system upload
+
+After finishing please:
+- Export this project hitting »File ➔ Export ➔ Project to Zip File«
+- Use a self-explanatory file name like e.g. `solution1.zip`
+- Go to your exam browser window to upload `solution1.zip`
+- Be careful: Uploading  **requires clicking the »Save+next« button !!!**
+- You may upload as many `*.zip` archives as you like. Only the least uploaded one will become subject to marking.
 
-# Implementation tasks
 
-- 
GitLab