From 5aa7fb163af95c27bb3aea4a1dee75ef406e0582 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 1 Feb 2012 10:32:30 +0530 Subject: Updated Introduction form with new look --- testapp/templates/exam/intro.html | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) (limited to 'testapp/templates/exam/intro.html') diff --git a/testapp/templates/exam/intro.html b/testapp/templates/exam/intro.html index 1d3e5de..2306fb7 100644 --- a/testapp/templates/exam/intro.html +++ b/testapp/templates/exam/intro.html @@ -3,7 +3,16 @@ {% block title %}Instructions and Rules {% endblock %} {% block content %} -

Important rules and instructions

+ + +
+
+ +
+
+

Important instructions & rules


Welcome {{user.first_name.title}} {{user.last_name.title}}, to the programming quiz!

@@ -43,11 +52,23 @@ carefully. -

We hope you enjoy taking this exam.

+

We hope you enjoy taking this exam !!!

{% csrf_token %} - +
+
+
+
+
+ -{% endblock content %} \ No newline at end of file +
+ + + + +{% endblock content %} -- cgit From 493f228229d96dab4a13b21cf7d4d089fcf7b2fd Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 6 Feb 2012 15:20:41 +0530 Subject: removed & tags from the forms --- testapp/templates/exam/intro.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'testapp/templates/exam/intro.html') diff --git a/testapp/templates/exam/intro.html b/testapp/templates/exam/intro.html index 2306fb7..35a6923 100644 --- a/testapp/templates/exam/intro.html +++ b/testapp/templates/exam/intro.html @@ -3,8 +3,7 @@ {% block title %}Instructions and Rules {% endblock %} {% block content %} - - +
- - - {% 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/intro.html | 103 +++++++++++++++----------------------- 1 file changed, 39 insertions(+), 64 deletions(-) (limited to 'testapp/templates/exam/intro.html') diff --git a/testapp/templates/exam/intro.html b/testapp/templates/exam/intro.html index 35a6923..167a4b2 100644 --- a/testapp/templates/exam/intro.html +++ b/testapp/templates/exam/intro.html @@ -3,68 +3,43 @@ {% block title %}Instructions and Rules {% endblock %} {% block content %} - -
-
- -
-
-

Important instructions & rules


- -

Welcome {{user.first_name.title}} {{user.last_name.title}}, -to the programming quiz!

- -

-This examination system has been developed with the intention of making you -learn programming and be assessed in an interactive and fun manner. -You will be presented with a series of programming questions and problems that -you will answer online and get immediate feedback for. -

- -

Here are some important instructions and rules that you should understand -carefully. -

- -
    - -
  • For any programming questions, you can submit solutions as many times as - you want without a penalty. You may skip questions and solve them later. -
  • - -
  • You may use your computer's Python/IPython shell or - an editor to solve - the problem and cut/paste the solution to the web interface. -
  • - -
  • You are not allowed to use any internet - resources, i.e. no google etc.
  • - -
  • Do not copy or share the questions or answers with anyone until the - exam is complete for everyone.
  • - -
  • All your attempts at the questions are logged. - Do not try to outsmart and break the testing system. If you do, we know - who you are and we will expell you from the course. You have been warned. -
  • - -
- -

We hope you enjoy taking this exam !!!

- -
-{% csrf_token %} -
- -
-
-
-
-
-

© FOSSEE group, IIT Bombay

-
- -
- +
+
+ +
+
+

Important instructions & rules


+

Welcome {{user.first_name.title}} {{user.last_name.title}}, to the programming quiz!

+

+ This examination system has been developed with the intention of making you + learn programming and be assessed in an interactive and fun manner. + You will be presented with a series of programming questions and problems that + you will answer online and get immediate feedback for. +

+

Here are some important instructions and rules that you should understand carefully.

+
    +
  • For any programming questions, you can submit solutions as many times as you want without a penalty. You may skip questions and solve them later. +
  • +
  • You may use your computer's Python/IPython shell or an editor to solve the problem and cut/paste the solution to the web interface. +
  • +
  • You are not allowed to use any internet resources, i.e. no google etc.
  • +
  • Do not copy or share the questions or answers with anyone until the exam is complete for everyone.
  • +
  • All your attempts at the questions are logged. Do not try to outsmart and break the testing system. If you do, we know who you are and we will expell you from the course. You have been warned. +
  • +
+

We hope you enjoy taking this exam !!!

+ +
+ {% csrf_token %} +
+
+
+
+
+
+

© FOSSEE group, IIT Bombay

+
+
{% 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/intro.html | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'testapp/templates/exam/intro.html') diff --git a/testapp/templates/exam/intro.html b/testapp/templates/exam/intro.html index 167a4b2..ef218a2 100644 --- a/testapp/templates/exam/intro.html +++ b/testapp/templates/exam/intro.html @@ -3,14 +3,10 @@ {% block title %}Instructions and Rules {% endblock %} {% block content %} -
-
- -
-
-

Important instructions & rules


+ +{% block pagetitle %}Online Test {% endblock %} +{% block formtitle %}Important instructions & rules {% endblock %} +

Welcome {{user.first_name.title}} {{user.last_name.title}}, to the programming quiz!

This examination system has been developed with the intention of making you @@ -35,11 +31,4 @@ {% csrf_token %}

-
-
-
-
-

© FOSSEE group, IIT Bombay

-
-
{% 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/intro.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testapp/templates/exam/intro.html') diff --git a/testapp/templates/exam/intro.html b/testapp/templates/exam/intro.html index ef218a2..afa596b 100644 --- a/testapp/templates/exam/intro.html +++ b/testapp/templates/exam/intro.html @@ -1,11 +1,11 @@ {% extends "base.html" %} {% block title %}Instructions and Rules {% endblock %} - -{% block content %} - {% block pagetitle %}Online Test {% endblock %} {% block formtitle %}Important instructions & rules {% endblock %} +{% block content %} + +

Welcome {{user.first_name.title}} {{user.last_name.title}}, to the programming quiz!

-- 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/intro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapp/templates/exam/intro.html') diff --git a/testapp/templates/exam/intro.html b/testapp/templates/exam/intro.html index afa596b..ec1888a 100644 --- a/testapp/templates/exam/intro.html +++ b/testapp/templates/exam/intro.html @@ -27,7 +27,7 @@

We hope you enjoy taking this exam !!!

-
+ {% csrf_token %}
-- cgit