Added support for multiple answers and added question pool counter.

This commit is contained in:
doncr
2017-08-12 19:04:09 +01:00
parent 73b242377d
commit 6804d03c27
3 changed files with 176 additions and 102 deletions

View File

@ -21,6 +21,8 @@
<button id="go">Go</button>
</div>
<div>Question pool size: <span id="questionCount">Calculating...</span></div>
<div class="options">
<div>
<h2>Conjugation types</h2>
@ -62,14 +64,9 @@
<label><input type="checkbox" id="trick" checked> Trick questions (answers may be the same as the given form)</label>
</div>
<div id="te-notice"><small>
When the test refers to negative て forms, they are assumed to be ~なくて and not ~ないで .
</small></div>
</div>
<div id="scoreSection">
終わり
<div id="history">
</div>