mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-06-25 15:17:38 +00:00
Reduced tests to plain/polite/past/negative and te-form temporarily.
This commit is contained in:
@ -15,6 +15,36 @@
|
||||
<span>Number of Questions</span>
|
||||
<input id="numQuestions" value="10">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Conjugation types</h2>
|
||||
<ul>
|
||||
<li><label><input type="checkbox" id="polite" checked="true"> Polite</label></li>
|
||||
<li><label><input type="checkbox" id="negative" checked="true"> Negative</label></li>
|
||||
<li><label><input type="checkbox" id="te-form"> て form</label></li>
|
||||
<!--
|
||||
<li><label><input type="checkbox" id="potential"> Potential</label></li>
|
||||
<li><label><input type="checkbox" id="imperative"> Imperative</label></li>
|
||||
<li><label><input type="checkbox" id="passive"> Passive</label></li>
|
||||
<li><label><input type="checkbox" id="causative"> Causative</label></li>
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Verb classes</h2>
|
||||
<ul>
|
||||
<li><label><input type="checkbox" id="godan" checked="true"> Godan verbs</label></li>
|
||||
<li><label><input type="checkbox" id="godan-mu" checked="true"> Godan verbs with a mu ending</label></li>
|
||||
<li><label><input type="checkbox" id="godan-ru" checked="true"> Godan verbs with a ru ending</label></li>
|
||||
<li><label><input type="checkbox" id="godan-u" checked="true"> Godan verbs with an u ending</label></li>
|
||||
<li><label><input type="checkbox" id="ichidan" checked="true"> Ichidan verbs</label></li>
|
||||
<li><label><input type="checkbox" id="kuru" checked="true"> Kuru verb</label></li>
|
||||
<li><label><input type="checkbox" id="iku" checked="true"> Iku verb</label></li>
|
||||
<li><label><input type="checkbox" id="suru" checked="true"> Suru verbs</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<button id="go">Go</button>
|
||||
|
||||
<div><small>
|
||||
|
Reference in New Issue
Block a user