Skip to content

Commit c531845

Browse files
authored
Merge pull request #26 from quadriga-dk/assessments-of-chapter-6
Assessments of chapter 6
2 parents 6eb89e9 + 76e5e30 commit c531845

File tree

6 files changed

+763
-29
lines changed

6 files changed

+763
-29
lines changed

_static/quadriga.css

Lines changed: 85 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1+
/* font-awesome icons library */
2+
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
3+
14
/* Custom variables */
25
:root {
36
--quadriga-main: #00305e;
47
--quadriga-main-45: #818bac;
58
--quadriga-main-web: #c1d3e0;
69
}
710

11+
html[data-theme='dark'] .navbar-brand img {
12+
height: 100%;
13+
max-width: 100%;
14+
width: auto;
15+
filter: invert(95%) hue-rotate(190deg) saturate(60%) brightness(135%);
16+
}
17+
818
/* Reset ALL default admonition icons */
919
.admonition-title::before {
1020
content: none !important;
@@ -119,7 +129,8 @@ html[data-theme='dark'] div.caution > .admonition-title,
119129
html[data-theme='dark'] div.hinweis > .admonition-title,
120130
html[data-theme='dark'] div.keypoint > .admonition-title,
121131
html[data-theme='dark'] div.solution > .admonition-title,
122-
html[data-theme='dark'] div.exercise > .admonition-title {
132+
html[data-theme='dark'] div.exercise > .admonition-title,
133+
html[data-theme='dark'] div.story > .admonition-title {
123134
color: #CED6DD !important;
124135
}
125136

@@ -250,9 +261,81 @@ html[data-theme='dark'] div.citation-information > .admonition-title::after {
250261

251262
/* Dark mode styling for Jupyter notebook cells */
252263
html[data-theme='dark'] div.cell div.cell_input,
253-
html[data-theme='dark'] div.cell details.above-input > summary {
264+
html[data-theme='dark'] div.cell div.cell_output,
265+
html[data-theme='dark'] div.cell details.above-input > summary,
266+
html[data-theme='dark'] div.cell details.above-output > summary {
254267
background-color: #29313d !important;
255268
color: #f7fbff !important;
256269
}
257270

258271

272+
/* Zeitinfo/Bearbeitungszeit styling */
273+
div.zeitinfo {
274+
background-color: #fff9f4 !important; /* sehr helles Apricot */
275+
border-left-color: #e59d7e !important; /* weiches Apricot */
276+
}
277+
278+
div.zeitinfo > .admonition-title {
279+
background-color: rgba(229, 157, 126, 0.12) !important;
280+
color: #cc6f53 !important; /* kräftigerer Apricot-Ton */
281+
}
282+
283+
div.zeitinfo > .admonition-title::after {
284+
content: "\f017" !important; /* Font Awesome clock */
285+
float: left !important;
286+
padding-right: 0.5rem !important;
287+
font-size: 1em !important;
288+
font-family: "Font Awesome 5 Free";
289+
font-weight: 900;
290+
color: #cc6f53 !important; /* Apricot-Farbe für das Icon */
291+
}
292+
293+
/* Dark mode overrides for zeitinfo */
294+
html[data-theme='dark'] div.zeitinfo {
295+
background-color: rgba(229, 157, 126, 0.1) !important;
296+
border-left-color: #e59d7e !important;
297+
}
298+
299+
html[data-theme='dark'] div.zeitinfo > .admonition-title {
300+
background-color: rgba(229, 157, 126, 0.15) !important;
301+
color: #e59d7e !important;
302+
}
303+
304+
html[data-theme='dark'] div.zeitinfo > .admonition-title::after {
305+
color: #e59d7e !important;
306+
}
307+
308+
/* Story styling */
309+
div.story {
310+
background-color: #faf8ff !important; /* sehr helles Lila */
311+
border-left-color: #8e44ad !important; /* weiches Lila */
312+
}
313+
314+
div.story > .admonition-title {
315+
background-color: rgba(142, 68, 173, 0.12) !important;
316+
color: #222832 !important;
317+
}
318+
319+
div.story > .admonition-title::after {
320+
content: "\f02d" !important; /* Font Awesome book */
321+
float: left !important;
322+
padding-right: 0.5rem !important;
323+
font-size: 1em !important;
324+
font-family: "Font Awesome 5 Free";
325+
font-weight: 900;
326+
color: #7a3a96 !important; /* Lila-Farbe für das Icon */
327+
}
328+
329+
/* Dark mode overrides for story */
330+
html[data-theme='dark'] div.story {
331+
background-color: rgba(142, 68, 173, 0.1) !important;
332+
border-left-color: #8e44ad !important;
333+
}
334+
335+
html[data-theme='dark'] div.story > .admonition-title {
336+
background-color: rgba(142, 68, 173, 0.15) !important;
337+
}
338+
339+
html[data-theme='dark'] div.story > .admonition-title::after {
340+
color: #b876d1
341+
}

_toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ chapters:
2121
- file: recherche/material
2222
- file: recherche/metadaten
2323
- file: recherche/operationalisierung
24-
- file: recherche/ubung_recherche
2524
- file: recherche/resumee_recherche
2625
- file: recherche/assessment_recherche
2726
- file: bereinigung/toc
@@ -39,22 +38,19 @@ chapters:
3938
- file: bereinigung/openRefine/5.1_jahre
4039
- file: bereinigung/openRefine/5.2_titel
4140
- file: bereinigung/openRefine/6_export
42-
- file: bereinigung/ubung_bereinigung
4341
- file: bereinigung/resumee_bereinigung
4442
- file: bereinigung/assessment_bereinigung
4543
- file: auswertung/toc
4644
sections:
4745
- file: auswertung/visualisierung
4846
- file: auswertung/datenvisualisierung
49-
- file: auswertung/ubung_auswertung
5047
- file: auswertung/resumee_auswertung
5148
- file: auswertung/assessment_auswertung
5249
- file: publikation/toc
5350
sections:
5451
- file: publikation/forschungsdaten
5552
- file: publikation/publikationsformen
5653
- file: publikation/problemfelder
57-
- file: publikation/ubung_publikation
5854
- file: publikation/resumee_publikation
5955
- file: publikation/assessment_publikation
6056
- file: zusammenfassung/reflexion

auswertung/assessment_auswertung.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ kernelspec:
99
language: python
1010
name: python3
1111
---
12+
```{code-cell} ipython3
13+
:tags: [remove-cell]
14+
from jupyterquiz import display_quiz
15+
import sys
16+
sys.path.append("..")
17+
from quadriga import colors
18+
```
1219

1320

1421
# 🏆Selbsttest: Wissen und Praxis
@@ -32,6 +39,12 @@ Viel Erfolg!
3239
````
3340

3441
### Aufgabe 1
42+
```{code-cell} ipython3
43+
:tags: [remove-input]
44+
display_quiz("../assets/assessment/auswertung/auswertung_quiz.json", colors = colors.jupyterquiz)
45+
```
46+
47+
### Aufgabe 2
3548

3649
```{code-cell} ipython3
3750
:tags: [remove-input]
@@ -70,7 +83,7 @@ multiple_choice1 = [{
7083
display_quiz(multiple_choice1, colors=colors.jupyterquiz)
7184
```
7285

73-
### Aufgabe 2
86+
### Aufgabe 3
7487

7588
**Beispiele:**
7689
1. Ein Balkendiagramm zeigt die Ergebnisse einer Studie in einer Publikation
@@ -123,7 +136,7 @@ multiple_choice2 = [{
123136
display_quiz(multiple_choice2, colors=colors.jupyterquiz)
124137
```
125138

126-
### Aufgabe 3
139+
### Aufgabe 4
127140

128141
Bewerten Sie folgende Aussagen zu Visualisierungen und Interpretation:
129142

@@ -235,7 +248,7 @@ true_false4 = [{
235248
display_quiz(true_false4, colors=colors.jupyterquiz)
236249
```
237250

238-
### Aufgabe 4
251+
### Aufgabe 5
239252

240253
```{code-cell} ipython3
241254
:tags: [remove-input]
@@ -274,7 +287,7 @@ multiple_choice4 = [{
274287
display_quiz(multiple_choice4, colors=colors.jupyterquiz)
275288
```
276289

277-
### Aufgabe 5
290+
### Aufgabe 6
278291

279292
Bewerten Sie Manovichs zwei Schlüsselprinzipien klassischer Informationsvisualisierung:
280293

@@ -413,7 +426,7 @@ true_false5_5 = [{
413426
display_quiz(true_false5_5, colors=colors.jupyterquiz)
414427
```
415428

416-
### Aufgabe 6
429+
### Aufgabe 7
417430

418431
**Szenario:** Sie sollen für die Fallstudie zu studentischen Filmen (1985-1999) Visualisierungen zu folgenden Teilfragestellungen entwickeln:
419432
- Zeitliche Verteilung der Filmproduktion
@@ -452,7 +465,7 @@ create_answer_box('Assessment_E-6')
452465
- Grenzen: Qualität der Metadaten, Interpretation der Kategorisierungen, fehlende Kontextualisierung
453466
````
454467

455-
### Aufgabe 7
468+
### Aufgabe 8
456469

457470
```{code-cell} ipython3
458471
:tags: [remove-input]
@@ -491,7 +504,7 @@ single_choice7 = [{
491504
display_quiz(single_choice7, colors=colors.jupyterquiz)
492505
```
493506

494-
### Aufgabe 8
507+
### Aufgabe 9
495508

496509
**Tools:**
497510
1. Gephi

bereinigung/assessment_bereinigung.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ kernelspec:
99
language: python
1010
name: python3
1111
---
12+
```{code-cell} ipython3
13+
:tags: [remove-cell]
14+
from jupyterquiz import display_quiz
15+
import sys
16+
sys.path.append("..")
17+
from quadriga import colors
18+
```
1219

1320
# 🏆Selbsttest: Wissen und Praxis
1421

@@ -29,9 +36,15 @@ Es erfolgt keine Bewertung oder Speicherung Ihrer Ergebnisse. Nutzen Sie dieses
2936
3037
Viel Erfolg!
3138
````
32-
3339
### Aufgabe 1
3440

41+
```{code-cell} ipython3
42+
:tags: [remove-input]
43+
display_quiz("../assets/assessment/bereinigung/bereinigung_quiz.json", colors = colors.jupyterquiz)
44+
```
45+
46+
### Aufgabe 2
47+
3548
```{code-cell} ipython3
3649
:tags: [remove-input]
3750
from jupyterquiz import display_quiz
@@ -69,7 +82,7 @@ multiple_choice1 = [{
6982
display_quiz(multiple_choice1, colors=colors.jupyterquiz)
7083
```
7184

72-
### Aufgabe 2
85+
### Aufgabe 3
7386

7487
Bewerten Sie folgende Aussagen zu Datenmodellen:
7588

@@ -236,7 +249,7 @@ display_quiz(true_false6, colors=colors.jupyterquiz)
236249
```
237250

238251

239-
### Aufgabe 3
252+
### Aufgabe 4
240253

241254
```{code-cell} ipython3
242255
:tags: [remove-input]
@@ -275,7 +288,7 @@ multiple_choice3 = [{
275288
display_quiz(multiple_choice3, colors=colors.jupyterquiz)
276289
```
277290

278-
### Aufgabe 4
291+
### Aufgabe 5
279292

280293
**Szenario:** Sie erhalten einen OPAC-Datenauszug mit folgenden Beispieleinträgen:
281294

@@ -322,7 +335,7 @@ create_answer_box('Assessment_4')
322335
- Technische Angaben zum Filmwerk sind vorhanden
323336
````
324337

325-
### Aufgabe 5
338+
### Aufgabe 6
326339

327340
**Szenario:** In einem Datensatz finden Sie folgende problematische Jahresangaben:
328341

@@ -373,7 +386,7 @@ create_answer_box('Assessment_-5')
373386
- „Split into several columns" für Aufteilung der Spalten
374387
````
375388

376-
### Aufgabe 6
389+
### Aufgabe 7
377390

378391
Bewerten Sie folgende Aussagen zu OpenRefine:
379392

@@ -513,7 +526,7 @@ display_quiz(true_false5, colors=colors.jupyterquiz)
513526
```
514527

515528

516-
### Aufgabe 7
529+
### Aufgabe 8
517530

518531
```{code-cell} ipython3
519532
:tags: [remove-input]
@@ -552,7 +565,7 @@ multiple_choice7 = [{
552565
display_quiz(multiple_choice7, colors=colors.jupyterquiz)
553566
```
554567

555-
### Aufgabe 8
568+
### Aufgabe 9
556569

557570
```{code-cell} ipython3
558571
:tags: [remove-input]
@@ -591,7 +604,7 @@ single_choice8 = [{
591604
display_quiz(single_choice8, colors=colors.jupyterquiz)
592605
```
593606

594-
### Aufgabe 9
607+
### Aufgabe 10
595608

596609
```{code-cell} ipython3
597610
:tags: [remove-input]
@@ -630,7 +643,7 @@ multiple_choice9 = [{
630643
display_quiz(multiple_choice9, colors=colors.jupyterquiz)
631644
```
632645

633-
### Aufgabe 10
646+
### Aufgabe 11
634647

635648
Bewerten Sie folgende Aussagen zu GREL-Methoden:
636649

0 commit comments

Comments
 (0)