summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/question.html
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/templates/exam/question.html')
-rw-r--r--testapp/templates/exam/question.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html
index d3da9fc..a09e3bf 100644
--- a/testapp/templates/exam/question.html
+++ b/testapp/templates/exam/question.html
@@ -52,10 +52,14 @@
{% block onload %} onload="update_time()" {% endblock onload %}
-{% block pagetitle %}<br><h5>You have {{ paper.questions_left }} question(s) left in {{ quiz_name }} </h5>
-<div class=time-div>
- <p id="time_left" style="color:white;"></p>
-</div>
+{% block pagetitle %}
+
+<table><h6><div>
+ <tr><td class=td1-class><h5>You have {{ paper.questions_left }} question(s) left in {{ quiz_name }} </h5>
+ <td class=td2-class><div class=time-div id="time_left">
+ </div>
+</div></h6></table>
+
{% endblock %}
{% block content %}