Spaces:
Sleeping
Sleeping
Update templates/quiz.html
Browse files- templates/quiz.html +2 -2
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": "その元素は何でしょう?: <strong>{{ element }}</strong
|
31 |
"label": "原子番号を入力してください:",
|
32 |
"submit": "答え合わせ",
|
33 |
"next": "次の問題"
|
|
|
20 |
const translations = {
|
21 |
"en": {
|
22 |
"title": "Quiz",
|
23 |
+
"question": "What is this element?:<strong>{{ element }}</strong>",
|
24 |
"label": "Enter the atomic number:",
|
25 |
"submit": "Check Answer",
|
26 |
"next": "Next Question"
|
27 |
},
|
28 |
"ja": {
|
29 |
"title": "クイズ",
|
30 |
+
"question": "その元素は何でしょう?: <strong>{{ element }}</strong>",
|
31 |
"label": "原子番号を入力してください:",
|
32 |
"submit": "答え合わせ",
|
33 |
"next": "次の問題"
|