Verbesserung
This commit is contained in:
parent
ddaf31fe10
commit
b5226b1897
1 changed files with 4 additions and 4 deletions
|
|
@ -31,10 +31,10 @@
|
|||
|
||||
<section>
|
||||
<div class="question-container">
|
||||
<h2>Frage 1: Wofür brauchen wir JavaScript?=</h2>
|
||||
<button class="Design" data-correct="false">Design</button>
|
||||
<button class="Dynamik" data-correct="true">Dynamik</button>
|
||||
<button class="Struktur" data-correct="false">Struktur</button>
|
||||
<h2>Frage 1: Wofür brauchen wir JavaScript?</h2>
|
||||
<button class="Design" data-correct="false">A) Design</button>
|
||||
<button class="Dynamik" data-correct="true">B) Dynamik</button>
|
||||
<button class="Struktur" data-correct="false">C) Struktur</button>
|
||||
|
||||
<p id="feedback-1"></p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue