mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-01-14 22:08:44 +00:00
Fixed 行く and 来る in the options area.
This commit is contained in:
parent
c33f00168c
commit
480b0ce97e
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="drill.css" type="text/css" media="screen"/>
|
<link rel="stylesheet" href="drill.css" type="text/css" media="screen"/>
|
||||||
<link href="https://fonts.googleapis.com/css?family=Amaranth" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Amaranth" rel="stylesheet">
|
||||||
<script type="text/ecmascript" src="//code.jquery.com/jquery-3.1.1.min.js"></script>
|
<script type="text/ecmascript" src="//code.jquery.com/jquery-3.1.1.min.js"></script>
|
||||||
<script type="text/ecmascript" src="drill.js"></script>
|
<script type="text/ecmascript" src="drill.js"></script>
|
||||||
<title>Don's Japanese Conjugation Drill</title>
|
<title>Don's Japanese Conjugation Drill</title>
|
||||||
@ -36,14 +36,14 @@
|
|||||||
<li><label><input type="checkbox" id="causative"> Causative</label></li>
|
<li><label><input type="checkbox" id="causative"> Causative</label></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h2>Verb classes</h2>
|
<h2>Verb classes</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><label><input type="checkbox" id="godan" checked> Group 1 verbs</label></li>
|
<li><label><input type="checkbox" id="godan" checked> Group 1 verbs</label></li>
|
||||||
<li><label><input type="checkbox" id="ichidan" checked> Group 2 verbs</label></li>
|
<li><label><input type="checkbox" id="ichidan" checked> Group 2 verbs</label></li>
|
||||||
<li><label><input type="checkbox" id="iku" checked> いく verb</label></li>
|
<li><label><input type="checkbox" id="iku" checked> 行く verb</label></li>
|
||||||
<li><label><input type="checkbox" id="kuru" checked> くる verb</label></li>
|
<li><label><input type="checkbox" id="kuru" checked> 来る verb</label></li>
|
||||||
<li><label><input type="checkbox" id="suru" checked> する verbs</label></li>
|
<li><label><input type="checkbox" id="suru" checked> する verbs</label></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -82,15 +82,15 @@
|
|||||||
<div class="questionOuter">
|
<div class="questionOuter">
|
||||||
<div id="question"></div>
|
<div id="question"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="input">
|
<div id="input">
|
||||||
<form action="javascript:processAnswer()">
|
<form action="javascript:processAnswer()">
|
||||||
<input placeholder="答え" autocomplete="off" id="answer">
|
<input placeholder="答え" autocomplete="off" id="answer">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="proceed">
|
<div id="proceed">
|
||||||
|
|
||||||
<form style="float: right" action="javascript:proceed()">
|
<form style="float: right" action="javascript:proceed()">
|
||||||
<button>
|
<button>
|
||||||
|
|
||||||
@ -100,15 +100,15 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div id="response">
|
<div id="response">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="message">
|
<div id="message">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<div id="explanation">
|
<div id="explanation">
|
||||||
<h2>Conjugations for group 1 verbs (godan)</h2>
|
<h2>Conjugations for group 1 verbs (godan)</h2>
|
||||||
@ -126,7 +126,7 @@
|
|||||||
<td class="empty"></td>
|
<td class="empty"></td>
|
||||||
<td><div>ん</div><div>n</div></td>
|
<td><div>ん</div><div>n</div></td>
|
||||||
<td><div>わ</div><div>wa</div></td>
|
<td><div>わ</div><div>wa</div></td>
|
||||||
<td><div>ら</div><div>ra</div></td>
|
<td><div>ら</div><div>ra</div></td>
|
||||||
<td><div>や</div><div>ya</div></td>
|
<td><div>や</div><div>ya</div></td>
|
||||||
<td><div>ま</div><div>ma</div></td>
|
<td><div>ま</div><div>ma</div></td>
|
||||||
<td><div>は</div><div>ha</div></td>
|
<td><div>は</div><div>ha</div></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user