Skip to content
Snippets Groups Projects
Commit aa3fbc63 authored by Robert Lanzafame's avatar Robert Lanzafame
Browse files

octograder test 1

parent 827a5302
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id:d14e9d93 tags:
# OctoGrader Test 1
<h1 style="position: absolute; display: flex; flex-grow: 0; flex-shrink: 0; flex-direction: row-reverse; top: 60px;right: 30px; margin: 0; border: 0">
<style>
.markdown {width:100%; position: relative}
article { position: relative }
</style>
<img src="https://gitlab.tudelft.nl/mude/public/-/raw/main/tu-logo/TU_P1_full-color.png" style="width:100px" />
<img src="https://gitlab.tudelft.nl/mude/public/-/raw/main/mude-logo/MUDE_Logo-small.png" style="width:100px" />
</h1>
<h2 style="height: 10px">
</h2>
*[CEGM1000 MUDE](http://mude.citg.tudelft.nl/): Week X.X. Due: Month X, 2024.*
%% Cell type:markdown id:49c7419b tags:
This is an instruction. Add some sort of code.
%% Cell type:markdown id:96374136 tags:
<div style="background-color:#AABAB2; color: black; vertical-align: middle; padding:15px; margin: 10px; border-radius: 10px; width: 95%">
<p>
<b>Task 1:</b>
<b>Add code to the notebook. Ignore the rest of this Task Block.</b>
Always format the tasks for students in a box with black text and background color #AABAB2. If not clear where the end of the task is and the next content cell starts, use the "end of task" cell.
If you need to specify a function and/or part of the code you must use the HTML code blocks like this <code>name_of_the_function</code>.
If you need items add them like this:
<ol>
<li>First</li>
<li>Second</li>
<li>And so on</li>
</ol>
</p>
</div>
%% Cell type:code id:8846950b tags:
``` python
# YOUR_CODE_HERE
```
%% Cell type:markdown id:2e4617c0 tags:
**End of notebook.**
<h2 style="height: 60px">
</h2>
<h3 style="position: absolute; display: flex; flex-grow: 0; flex-shrink: 0; flex-direction: row-reverse; bottom: 60px; right: 50px; margin: 0; border: 0">
<style>
.markdown {width:100%; position: relative}
article { position: relative }
</style>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="Creative Commons License" style="border-width:; width:88px; height:auto; padding-top:10px" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
</a>
<a rel="TU Delft" href="https://www.tudelft.nl/en/ceg">
<img alt="TU Delft" style="border-width:0; width:100px; height:auto; padding-bottom:0px" src="https://gitlab.tudelft.nl/mude/public/-/raw/main/tu-logo/TU_P1_full-color.png" />
</a>
<a rel="MUDE" href="http://mude.citg.tudelft.nl/">
<img alt="MUDE" style="border-width:0; width:100px; height:auto; padding-bottom:0px" src="https://gitlab.tudelft.nl/mude/public/-/raw/main/mude-logo/MUDE_Logo-small.png" />
</a>
</h3>
<span style="font-size: 75%">
&copy; Copyright 2024 <a rel="MUDE" href="http://mude.citg.tudelft.nl/">MUDE</a> TU Delft. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a>.
# OctoGrader Test 1
*[CEGM1000 MUDE](http://mude.citg.tudelft.nl/): Week X.X. Due: Month X, 2024.*
This is a mock assignment to be used as a test for the OctoGrader System.
## Instructions
In this assignment you will complete an `Analysis.ipynb` in a notebook and document it in a `Report.md`.
You will pass this assignment if:
1. your notebook runs without errors
2. your answers in `Report.md` are sufficient (manually graded)
Results for this assignment will be provided in a `Feedback.md` file, added to your repository after grading is completed.
## Contents
The repo is deployed with the following files:
- this `README.md`
- a `*.csv` file containing data
- a Jupyter Notebook for running analysis
- a `Report.md` for documenting results and interpretation
**End of file.**
<span style="font-size: 75%">
&copy; Copyright 2024 <a rel="MUDE" href="http://mude.citg.tudelft.nl/">MUDE</a>, TU Delft. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a>.
\ No newline at end of file
# OctoGrader Test 1 Report
*[CEGM1000 MUDE](http://mude.citg.tudelft.nl/): Week X.X. Due: Month X, 2024.*
This is a mock assignment to be used as a test for the OctoGrader System.
## Question 1
_Why is the sky blue?_
**Question 2: which question formatting is better?**
_Answer_
**Question 3:** _Can we make this better?_
We could implement some cool things, for example:
- tags to identify questions and answers
- a script to auto-format Q and A spaces properly and check if students have entered a response
- free-for-all / do nothing
**End of file.**
<span style="font-size: 75%">
&copy; Copyright 2024 <a rel="MUDE" href="http://mude.citg.tudelft.nl/">MUDE</a>, TU Delft. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a>.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment