mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-06-25 07:07:37 +00:00
Made いい a separate entry.
This commit is contained in:
@ -21,7 +21,7 @@
|
|||||||
<button id="go">Go</button>
|
<button id="go">Go</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>Question pool size: <span id="questionCount">Calculating...</span></div>
|
<div>Question pool size: <span id="questionCount">...</span></div>
|
||||||
|
|
||||||
<div class="options">
|
<div class="options">
|
||||||
<div>
|
<div>
|
||||||
@ -56,6 +56,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><label><input type="checkbox" id="i-adjective"> い adjectives</label></li>
|
<li><label><input type="checkbox" id="i-adjective"> い adjectives</label></li>
|
||||||
<li><label><input type="checkbox" id="na-adjective"> な adjectives</label></li>
|
<li><label><input type="checkbox" id="na-adjective"> な adjectives</label></li>
|
||||||
|
<li><label><input type="checkbox" id="ii"> いい adjective</label></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1532,7 +1532,7 @@ var words = {
|
|||||||
|
|
||||||
"いい": {
|
"いい": {
|
||||||
|
|
||||||
"group": "i-adjective",
|
"group": "ii",
|
||||||
|
|
||||||
"conjugations": {
|
"conjugations": {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user