Update templates/quiz.html
Browse files- templates/quiz.html +2 -2
templates/quiz.html
CHANGED
|
@@ -56,9 +56,9 @@
|
|
| 56 |
<body>
|
| 57 |
<div class="container">
|
| 58 |
<h1>なんか...クイズ</h1>
|
| 59 |
-
<p>
|
| 60 |
<form action="/" method="post">
|
| 61 |
-
<label for="user_input">
|
| 62 |
<input type=text id="user_input" name="user_input" required>
|
| 63 |
<button type="submit" class="btn">答え合わせ</button>
|
| 64 |
</form>
|
|
|
|
| 56 |
<body>
|
| 57 |
<div class="container">
|
| 58 |
<h1>なんか...クイズ</h1>
|
| 59 |
+
<p>問題: <strong>{{ question }}</strong></p>
|
| 60 |
<form action="/" method="post">
|
| 61 |
+
<label for="user_input">答えを入力してください:</label>
|
| 62 |
<input type=text id="user_input" name="user_input" required>
|
| 63 |
<button type="submit" class="btn">答え合わせ</button>
|
| 64 |
</form>
|