Spaces:
Sleeping
Sleeping
Update templates/quiz.html
Browse files- templates/quiz.html +3 -3
templates/quiz.html
CHANGED
@@ -20,14 +20,14 @@
|
|
20 |
const translations = {
|
21 |
"en": {
|
22 |
"title": "Quiz",
|
23 |
-
"question": "What is this element
|
24 |
"label": "Enter the atomic number:",
|
25 |
"submit": "Check Answer",
|
26 |
"next": "Next Question"
|
27 |
},
|
28 |
"ja": {
|
29 |
"title": "クイズ",
|
30 |
-
"question": "その元素は何でしょう?:
|
31 |
"label": "原子番号を入力してください:",
|
32 |
"submit": "答え合わせ",
|
33 |
"next": "次の問題"
|
@@ -51,7 +51,7 @@
|
|
51 |
<body>
|
52 |
<div class="container">
|
53 |
<h1></h1>
|
54 |
-
<p id="question"<strong>{{ element }}</strong>></p>
|
55 |
<form action="/" method="post">
|
56 |
<label for="user_input"></label>
|
57 |
<input type="number" id="user_input" name="user_input" required>
|
|
|
20 |
const translations = {
|
21 |
"en": {
|
22 |
"title": "Quiz",
|
23 |
+
"question": "What is this element?:",
|
24 |
"label": "Enter the atomic number:",
|
25 |
"submit": "Check Answer",
|
26 |
"next": "Next Question"
|
27 |
},
|
28 |
"ja": {
|
29 |
"title": "クイズ",
|
30 |
+
"question": "その元素は何でしょう?:",
|
31 |
"label": "原子番号を入力してください:",
|
32 |
"submit": "答え合わせ",
|
33 |
"next": "次の問題"
|
|
|
51 |
<body>
|
52 |
<div class="container">
|
53 |
<h1></h1>
|
54 |
+
<p id="question"<strong>{{ element }}</strong>></p><p><strong>{{ element }}</strong></p>
|
55 |
<form action="/" method="post">
|
56 |
<label for="user_input"></label>
|
57 |
<input type="number" id="user_input" name="user_input" required>
|