Reduced tests to plain/polite/past/negative and te-form temporarily.

This commit is contained in:
doncr
2016-12-25 00:43:01 +00:00
parent 7be1f9c514
commit 8d4c49ab71
2 changed files with 103 additions and 73 deletions

View File

@ -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>