Skip to content
Snippets Groups Projects
Commit b84920de authored by tuhe's avatar tuhe
Browse files

Updates to Readme.md

parent 298613ba
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,13 @@ pip install unitgrade-devel ...@@ -24,7 +24,13 @@ pip install unitgrade-devel
This will install `unitgrade-devel` (this package) and all dependencies to get you started. This will install `unitgrade-devel` (this package) and all dependencies to get you started.
### Videos ### Videos
For videos see the `/videos` directory : https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/videos For videos see the `/videos` directory : https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/videos or here
- First test: https://youtu.be/jC9AzZA5FcQ
- Framework and hints: https://youtu.be/xyY9Qan1b1Q
- MOSS plagiarism check: https://youtu.be/Cp4PvOnYozo
- Hidden tests and Docker: https://youtu.be/vP6ZqeDwC5U
- Jupyter notebooks: https://youtu.be/B6nzVuFTEsA
- Autolab: https://youtu.be/h5mqR8iNMwM
# Instructions and examples of use # Instructions and examples of use
The examples can be found in the `/examples` directory: https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/examples The examples can be found in the `/examples` directory: https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/examples
...@@ -221,7 +227,7 @@ When this is run, the titles are shown as follows: ...@@ -221,7 +227,7 @@ When this is run, the titles are shown as follows:
| | | |_ __ _| |_| | \/_ __ __ _ __| | ___ | | | |_ __ _| |_| | \/_ __ __ _ __| | ___
| | | | '_ \| | __| | __| '__/ _` |/ _` |/ _ \ | | | | '_ \| | __| | __| '__/ _` |/ _` |/ _ \
| |_| | | | | | |_| |_\ \ | | (_| | (_| | __/ | |_| | | | | | |_| |_\ \ | | (_| | (_| | __/
\___/|_| |_|_|\__|\____/_| \__,_|\__,_|\___| v0.1.17, started: 20/09/2021 19:01:29 \___/|_| |_|_|\__|\____/_| \__,_|\__,_|\___| v0.1.17, started: 20/09/2021 19:01:38
CS 102 Report 2 CS 102 Report 2
Question 1: Week1 Question 1: Week1
...@@ -235,7 +241,7 @@ Question 2: The same problem as before with nicer titles ...@@ -235,7 +241,7 @@ Question 2: The same problem as before with nicer titles
* q2.2) Checking if reverse_list([1, 2, 3]) = [3, 2, 1]............................................................PASS * q2.2) Checking if reverse_list([1, 2, 3]) = [3, 2, 1]............................................................PASS
* q2) Total...................................................................................................... 6/6 * q2) Total...................................................................................................... 6/6
Total points at 19:01:29 (0 minutes, 0 seconds)....................................................................16/16 Total points at 19:01:38 (0 minutes, 0 seconds)....................................................................16/16
Including files in upload... Including files in upload...
* cs102 * cs102
...@@ -535,7 +541,7 @@ and TAs can choose to annotate the students code directly in Autolab -- we are h ...@@ -535,7 +541,7 @@ and TAs can choose to annotate the students code directly in Autolab -- we are h
@online{unitgrade_devel, @online{unitgrade_devel,
title={Unitgrade-devel (0.1.27): \texttt{pip install unitgrade-devel}}, title={Unitgrade-devel (0.1.27): \texttt{pip install unitgrade-devel}},
url={https://lab.compute.dtu.dk/tuhe/unitgrade_private}, url={https://lab.compute.dtu.dk/tuhe/unitgrade_private},
urldate = {2021-09-20}, urldate = {2021-09-21},
month={9}, month={9},
publisher={Technical University of Denmark (DTU)}, publisher={Technical University of Denmark (DTU)},
author={Tue Herlau}, author={Tue Herlau},
......
...@@ -24,7 +24,13 @@ pip install unitgrade-devel ...@@ -24,7 +24,13 @@ pip install unitgrade-devel
This will install `unitgrade-devel` (this package) and all dependencies to get you started. This will install `unitgrade-devel` (this package) and all dependencies to get you started.
### Videos ### Videos
For videos see the `/videos` directory : https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/videos For videos see the `/videos` directory : https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/videos or here
- First test: https://youtu.be/jC9AzZA5FcQ
- Framework and hints: https://youtu.be/xyY9Qan1b1Q
- MOSS plagiarism check: https://youtu.be/Cp4PvOnYozo
- Hidden tests and Docker: https://youtu.be/vP6ZqeDwC5U
- Jupyter notebooks: https://youtu.be/B6nzVuFTEsA
- Autolab: https://youtu.be/h5mqR8iNMwM
# Instructions and examples of use # Instructions and examples of use
The examples can be found in the `/examples` directory: https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/examples The examples can be found in the `/examples` directory: https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/examples
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
| | | |_ __ _| |_| | \/_ __ __ _ __| | ___ | | | |_ __ _| |_| | \/_ __ __ _ __| | ___
| | | | '_ \| | __| | __| '__/ _` |/ _` |/ _ \ | | | | '_ \| | __| | __| '__/ _` |/ _` |/ _ \
| |_| | | | | | |_| |_\ \ | | (_| | (_| | __/ | |_| | | | | | |_| |_\ \ | | (_| | (_| | __/
\___/|_| |_|_|\__|\____/_| \__,_|\__,_|\___| v0.1.17, started: 20/09/2021 19:01:38 \___/|_| |_|_|\__|\____/_| \__,_|\__,_|\___| v0.1.17, started: 21/09/2021 11:52:43
CS 102 Report 2 CS 102 Report 2
Question 1: Week1 Question 1: Week1
...@@ -17,7 +17,7 @@ Question 2: The same problem as before with nicer titles ...@@ -17,7 +17,7 @@ Question 2: The same problem as before with nicer titles
* q2.2) Checking if reverse_list([1, 2, 3]) = [3, 2, 1]............................................................PASS * q2.2) Checking if reverse_list([1, 2, 3]) = [3, 2, 1]............................................................PASS
* q2) Total...................................................................................................... 6/6 * q2) Total...................................................................................................... 6/6
Total points at 19:01:38 (0 minutes, 0 seconds)....................................................................16/16 Total points at 11:52:43 (0 minutes, 0 seconds)....................................................................16/16
Including files in upload... Including files in upload...
* cs102 * cs102
......
@online{unitgrade_devel, @online{unitgrade_devel,
title={Unitgrade-devel (0.1.27): \texttt{pip install unitgrade-devel}}, title={Unitgrade-devel (0.1.27): \texttt{pip install unitgrade-devel}},
url={https://lab.compute.dtu.dk/tuhe/unitgrade_private}, url={https://lab.compute.dtu.dk/tuhe/unitgrade_private},
urldate = {2021-09-20}, urldate = {2021-09-21},
month={9}, month={9},
publisher={Technical University of Denmark (DTU)}, publisher={Technical University of Denmark (DTU)},
author={Tue Herlau}, author={Tue Herlau},
......
# Videos # Videos
To save space, the videos have been moved to youtube. The full playlist can be found at: To save space, the videos have been moved to youtube:
- https://youtube.com/playlist?list=PLypEWL00U3LyF2TL4i3Z6y3uxcsCQ-KYJ
- First test: https://youtu.be/jC9AzZA5FcQ
- Framework and hints: https://youtu.be/xyY9Qan1b1Q
- MOSS plagiarism check: https://youtu.be/Cp4PvOnYozo
- Hidden tests and Docker: https://youtu.be/vP6ZqeDwC5U
- Jupyter notebooks: https://youtu.be/B6nzVuFTEsA
- Autolab: https://youtu.be/h5mqR8iNMwM
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment