-
-
+
+
{{ question.summary }}
{{ question.description|safe }}
@@ -96,15 +107,11 @@ function update_time()
Time left:
-
+
-
+
{% endblock content %}
--
cgit
From b1fbf5b02280de5b78b0249e777a179e34b50b98 Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Fri, 24 Feb 2012 16:16:38 +0530
Subject: formating and identation
---
testapp/templates/exam/question.html | 190 ++++++++++++++++-------------------
1 file changed, 88 insertions(+), 102 deletions(-)
(limited to 'testapp/templates/exam/question.html')
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html
index a02e8c4..113a9ae 100644
--- a/testapp/templates/exam/question.html
+++ b/testapp/templates/exam/question.html
@@ -1,117 +1,103 @@
{% extends "base.html" %}
+
- {% block title %} Answer question {% endblock %}
+{% block title %} Answer question {% endblock %}
{% block script %}
-
+
{% endblock script %}
{% block onload %} onload="update_time()" {% endblock onload %}
{% block content %}
-
-
-
-
Online Test
-
-
-
-
-
-
+
+
-
-
-
-
-
-
{{ question.summary }}
-
{{ question.description|safe }}
-
(Marks : {{ question.points }})
-
-
-{% if error_message %}
ERROR:{{ error_message }}
{% endif %}
-
-
-
-
-
-
{{ user.first_name.title }} {{ user.last_name.title }}, You have {{ paper.questions_left }} question(s) left in {{ quiz_name }}
-
-
Time left:
-
-
-
-
-
+
+
+
+
+
{{ question.summary }}
+
{{ question.description|safe }}
+
(Marks : {{ question.points }})
+ {% if error_message %}
ERROR:{{ error_message }}
{% endif %}
+
+
+
{{ user.first_name.title }} {{ user.last_name.title }}, You have {{ paper.questions_left }} question(s) left in {{ quiz_name }}
+
Time left:
+
+
+
+
+
-
{% endblock content %}
--
cgit
From b7ad768a6cc4fe5c8a05e20b1968f13a678c22cc Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Tue, 28 Feb 2012 12:09:28 +0530
Subject: changes to remove the inline css from every page
---
testapp/templates/exam/question.html | 23 ++++++-----------------
1 file changed, 6 insertions(+), 17 deletions(-)
(limited to 'testapp/templates/exam/question.html')
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html
index 113a9ae..f5dcdf4 100644
--- a/testapp/templates/exam/question.html
+++ b/testapp/templates/exam/question.html
@@ -48,6 +48,7 @@
{% block onload %} onload="update_time()" {% endblock onload %}
+{% block pagetitle %}
Test for {{ user.first_name.title }} {{ user.last_name.title }}
{% endblock %}
{% block content %}
-
-
-
-
-
-
{{ question.summary }}
-
{{ question.description|safe }}
-
(Marks : {{ question.points }})
+
+
{{ question.summary }} (Marks : {{ question.points }})
+
{{ question.description|safe }}
+
{% if error_message %}
ERROR:{{ error_message }}
{% endif %}
-
-
-
-
+
{% endblock content %}
--
cgit
From 480fc524eaffa99bbcec65b0829f6116ccace673 Mon Sep 17 00:00:00 2001
From: jayparikh111
Date: Thu, 15 Mar 2012 18:12:49 +0530
Subject: minor UI changes
---
testapp/templates/exam/question.html | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
(limited to 'testapp/templates/exam/question.html')
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html
index f5dcdf4..d3da9fc 100644
--- a/testapp/templates/exam/question.html
+++ b/testapp/templates/exam/question.html
@@ -4,6 +4,10 @@
{% block title %} Answer question {% endblock %}
+{% block css %}
+
+{% endblock %}
+
{% block script %}
+
{% endblock script %}
{% block onload %} onload="update_time()" {% endblock onload %}
--
cgit
From 64b38d3365f1d65132942fce6e29fed7da076bba Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Wed, 28 Mar 2012 11:55:34 +0530
Subject: minor changes
---
testapp/templates/exam/question.html | 40 +++++++++++++++++++++++++++++++++++-
1 file changed, 39 insertions(+), 1 deletion(-)
(limited to 'testapp/templates/exam/question.html')
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html
index 981af7f..87ed40d 100644
--- a/testapp/templates/exam/question.html
+++ b/testapp/templates/exam/question.html
@@ -9,7 +9,45 @@
{% endblock %}
{% block script %}
-
+
{% endblock script %}
{% block onload %} onload="update_time()" {% endblock onload %}
--
cgit
From 6c0d75e784b87ed05e4c138110f987e88a37701b Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Wed, 18 Apr 2012 01:56:51 +0530
Subject: changes for student interface
---
testapp/templates/exam/question.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'testapp/templates/exam/question.html')
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html
index 87ed40d..584ab72 100644
--- a/testapp/templates/exam/question.html
+++ b/testapp/templates/exam/question.html
@@ -70,9 +70,9 @@
-