mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-06-25 15:17:38 +00:00
Added basic splash screen and score chart.
This commit is contained in:
@ -9,7 +9,26 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="quizSection">
|
||||
<div id="splash">
|
||||
<h1>Don's Japanese Conjugation Drill</h1>
|
||||
<div>
|
||||
<span>Number of Questions</span>
|
||||
<input id="numQuestions" value="10">
|
||||
</div>
|
||||
<button id="go">Go</button>
|
||||
</div>
|
||||
|
||||
<div id="scoreSection">
|
||||
終わり
|
||||
|
||||
<div id="history">
|
||||
</div>
|
||||
|
||||
<button id="backToStart">Back to Start</button>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="quizSection">
|
||||
|
||||
<div class="questionOuter">
|
||||
<div id="question"></div>
|
||||
@ -41,9 +60,6 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div id="history">
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div id="explanation">
|
||||
<h2>Conjugations for group 1 verbs (godan)</h2>
|
||||
|
Reference in New Issue
Block a user