OzoneAsai commited on
Commit
704f6e8
·
verified ·
1 Parent(s): 99c5a65

Update templates/quiz.html

Browse files
Files changed (1) hide show
  1. 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?:<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": "次の問題"
@@ -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>