Skip to content
Snippets Groups Projects
Verified Commit ef4c6077 authored by Christian Rohlfing's avatar Christian Rohlfing
Browse files

added Template notebook again

parent 7db54040
Branches
Tags v0.1.1
No related merge requests found
%% Cell type:markdown id: tags:
<div><img src="https://www.rwth-aachen.de/global/show_picture.asp?id=aaaaaaaaaaagazb" style="float: right; height: 5em;"></div>
[//]: # (TODO: Replace RWTH Logo with institute logo in corporate design)
# Vorlage Praktikum Aufgabenstellung
%% Cell type:markdown id: tags:
<div class="alert rwth-topic">
## Aufgabe 1: Beispielaufgabenstellung
Skizzieren Sie die Aufsichtsperson.
</div>
%% Cell type:markdown id: tags:
<div class="alert alert-block rwth-subtopic">
### Aufgabe 1.1: Unteraufgabe
Setzen Sie den Stift zweimal ab.
</div>
%% Cell type:code id: tags:
``` python
# Lösen Sie Aufgabe 1.1 in dieser Zelle.
```
%% Cell type:markdown id: tags:
<div class="alert alert-block" style="background-color: var(--rwth-purple-50);";>
__Frage:__ Wie groß ist die Person?
_Hinweis:_ Runden Sie auf Meter.
</div>
%% Cell type:code id: tags:
``` python
height = input();
print('Die Person ist ' + height + 'm groß.')
```
%% Cell type:markdown id: tags:
---
<div class="alert alert-block rwth-subtopic">
### Aufgabe 1.2: Unteraufgabe
Setzen Sie den Stift nur einmal ab.
_Hilfreiche Links_:
[np.zeros()](https://docs.scipy.org/doc/numpy/reference/generated/numpy.zeros.html)
</div>
%% Cell type:code id: tags:
``` python
# Lösen Sie Aufgabe 1.2 in dieser Zelle.
```
%% Cell type:markdown id: tags:
---
<div class="alert alert-block rwth-subtopic">
### Aufgabe 1.3: Unteraufgabe
Füllen Sie die Tabelle aus!
</div>
%% Cell type:markdown id: tags:
| k | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| - | - | - | - | - | - | - | - | - |
| f |
%% Cell type:markdown id: tags:
---
<div class="alert alert-block rwth-feedback">
## Feedback
Liebe TeilnehmerInnen,
wir würden uns freuen, wenn ihr am Ende jeder Aufgabe kurz eure Meinung aufschreibt. Ihr könnt auf die darunter liegende Zelle zugreifen und eure Anmerkungen zu der Aufgabe (oder auch Generelles) reinschreiben.
</div>
%% Cell type:markdown id: tags:
__Was war gut?__
* ...
* ...
__Was war nicht so gut?__
* ...
* ...
__Was ich sonst noch sagen möchte:__
* ...
* ...
%% Cell type:markdown id: tags:
---
Weiter geht es mit [Teil 2](http://www.ient.rwth-aachen.de).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment