Version 2

This commit is contained in:
2026-01-02 21:08:58 +01:00
commit 3c51bf0048
598 changed files with 31242 additions and 0 deletions

34
pagecontent/learn.php Normal file
View File

@@ -0,0 +1,34 @@
<div class="fixed-title">
<h2>Lernen starten</h2>
</div>
<div class="fixed-title-spacer">
<div class="folder-view-wrapper">
<div class="folder-divider">
<span>Schwierigkeit</span>
</div>
<div class="settings-section">
<div class="choicebox">
<label for="_1_3">Nervtötend<br><h6>Es wird eine exakte Eingabe gefordert (inkl. Groß-/Kleinschreibung)</h6><input type="radio" id="_1_3" name="difficulty" value="3" name="selection"></label>
<label for="_1_2">Normal<br><h6>Über Tippfehler wird hinweg gesehen (Ähnlichkeit >85%)</h6><input checked type="radio" id="_1_2" name="difficulty" value="2" name="selection"></label>
<label for="_1_1">Einfach<br><h6>Es wird keine Eingabe gefordert (nur richtig/falsch zum selber beantworten)</h6><input type="radio" id="_1_1" name="difficulty" value="1" name="selection"></label>
</div>
</div>
<div class="folder-divider">
<span>Auswahl</span>
</div>
<div class="settings-section">
<div class="choicebox">
<label for="_2_3">Gut ge&uuml;bt (Grüne Vokabeln)<input type="checkbox" id="_2_3" name="_3" value="3" name="selection"></label>
<label for="_2_2">Ge&uuml;bt (Gelbe Vokabeln)<input checked type="checkbox" id="_2_2" name="_2" value="2" name="selection"></label>
<label for="_2_1">Unge&uuml;bt (Rote Vokabeln)<input checked type="checkbox" id="_2_1" name="_1" value="1" name="selection"></label>
</div>
</div>
<br>
<h6>Bitte beachten Sie: Da der Lernfortschritt durchgehend mit der Datenbank synchronisiert wird, ist das simultane Lernen mit zwei Geräten nicht möglich.</h6>
<br>
<div class="form">
<button onclick="getContent('action:learn','start')" class="default-button">Starten</button>
</div>
</div>
</div>