Verbesserung Quiz
This commit is contained in:
parent
0c7abb353c
commit
ddaf31fe10
2 changed files with 6 additions and 5 deletions
|
|
@ -63,4 +63,5 @@ if (stunde < 10) {
|
||||||
el.classList.add("tag");
|
el.classList.add("tag");
|
||||||
} else {
|
} else {
|
||||||
el.classList.add("abend");
|
el.classList.add("abend");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,10 +31,10 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div class="question-container">
|
<div class="question-container">
|
||||||
<h2>Frage 1: Wofür brauchen wir JavaScript</h2>
|
<h2>Frage 1: Wofür brauchen wir JavaScript?=</h2>
|
||||||
<button class="Design" data-correct="false">Antwort A</button>
|
<button class="Design" data-correct="false">Design</button>
|
||||||
<button class="Dynamik" data-correct="true">Antwort B (Richtig)</button>
|
<button class="Dynamik" data-correct="true">Dynamik</button>
|
||||||
<button class="Struktur" data-correct="false">Antwort C</button>
|
<button class="Struktur" data-correct="false">Struktur</button>
|
||||||
|
|
||||||
<p id="feedback-1"></p>
|
<p id="feedback-1"></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue