Fausto Busuito
commited on
Commit
·
ef698a1
1
Parent(s):
54c53e2
Application changes
Browse files- templates/quiz.html +1 -1
templates/quiz.html
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
</script>
|
20 |
</head>
|
21 |
<body onload="updateTimer()">
|
22 |
-
<h1>Question {{ question_number }} of {{ total_questions }}
|
23 |
<p>{{ question.question }}</p>
|
24 |
<form action="{{ url_for('quiz') }}" method="post">
|
25 |
{% if multiple_selection %}
|
|
|
19 |
</script>
|
20 |
</head>
|
21 |
<body onload="updateTimer()">
|
22 |
+
<h1>Question {{ question_number }} of {{ total_questions }} - {{ selected_file }} - <span id="timer"></span></h1>
|
23 |
<p>{{ question.question }}</p>
|
24 |
<form action="{{ url_for('quiz') }}" method="post">
|
25 |
{% if multiple_selection %}
|