Skip to content

Commit

Permalink
Update statistik.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal authored Oct 27, 2024
1 parent f26c9c9 commit 93351bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions statistik.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2>Frage 3: Welches Diagramm ist ein Stängel-Blatt-Diagramm?
</div>

<div class="question">
<h2>Frage 4: Was ist ein Beispiel für eine nominale Variable? 🎨</h2>
<h2>Frage 4: Was ist ein Beispiel für eine nominale Variable?</h2>
<label class="answer" onclick="showResult('q4', 'correct', this)">🟡 Farben</label>
<label class="answer" onclick="showResult('q4', 'wrong', this)">📏 Körpergröße</label>
<label class="answer" onclick="showResult('q4', 'wrong', this)">🌡️ Temperatur in Grad Celsius</label>
Expand All @@ -134,7 +134,7 @@ <h2>Frage 4: Was ist ein Beispiel für eine nominale Variable? 🎨</h2>
</div>

<div class="question">
<h2>Frage 5: Was ist ein Beispiel für ein metrisches Merkmal? 📏</h2>
<h2>Frage 5: Was ist ein Beispiel für ein metrisches Merkmal?</h2>
<label class="answer" onclick="showResult('q5', 'wrong', this)">🎨 Lieblingsfarbe</label>
<label class="answer" onclick="showResult('q5', 'correct', this)">📏 Körpergröße in cm</label>
<label class="answer" onclick="showResult('q5', 'wrong', this)">📅 Wochentag</label>
Expand All @@ -144,7 +144,7 @@ <h2>Frage 5: Was ist ein Beispiel für ein metrisches Merkmal? 📏</h2>
</div>

<div class="question"></div>
<h2>Frage 6: Was ist ein Beispiel für ein ordinales Merkmal? 📏</h2>
<h2>Frage 6: Was ist ein Beispiel für ein ordinales Merkmal?</h2>
<label class="answer" onclick="showResult('q6', 'wrong', this)">🎨 Lieblingsfarbe</label>
<label class="answer" onclick="showResult('q6', 'wrong', this)">📏 Fuessgr&ouml;sse in cm</label>
<label class="answer" onclick="showResult('q6', 'correct', this)">🏆 Rangplatz bei einem Wettkampf</label>
Expand Down

0 comments on commit 93351bd

Please sign in to comment.