This commit is contained in:
2025-10-22 21:53:58 +02:00
parent 4867032006
commit 9e44354ef0
11 changed files with 278 additions and 42 deletions

View File

@@ -0,0 +1,84 @@
---
title: Fragen - Note
short_desc: Umfrage Fragen für die Organisations Vorlesung
tags:
- Note
timestamp: 22.10.2025 - 21:33
path:
public: true
update: true
editor: markdown
uuid: "1761161623050"
---
# Fragen
## 1. Studiengang
- [ ] Medienwissenschaften
- [ ] Sozialwissenschaften
- [ ] Naturwissenschaften
- [ ] Etwas Anderes
| | Values n= |
| ------ | --------- |
| Medien | 0 |
| Sozial | 0 |
| Natur | 0 |
| Etc. | 0 |
^table1
```chart
type: bar
id: table1
layout: rows
width: 80%
beginAtZero: true
```
---
## 2. Semester
- [ ] 1./2. Semester
- [ ] 3./4. Semester
- [ ] 5./6. Semester
- [ ] 7./8. Semester
- [ ] 9+ Semester
| | Values n= |
| --- | --------- |
| 1/2 | 0 |
| 3/4 | 0 |
| 5/6 | 0 |
| 7/8 | 0 |
| 9+ | 0 |
^table2
```chart
type: bar
id: table2
layout: rows
width: 80%
beginAtZero: true
```
---
## 2. Semester
- [ ] 1./2. Semester
- [ ] 3./4. Semester
- [ ] 5./6. Semester
- [ ] 7./8. Semester
- [ ] 9+ Semester
| | Values n= |
| --- | --------- |
| 1/2 | 0 |
| 3/4 | 0 |
| 5/6 | 0 |
| 7/8 | 0 |
| 9+ | 0 |
^table2
```chart
type: bar
id: table2
layout: rows
width: 80%
beginAtZero: true
```
---