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 !!!
-
-
-
-
-
-
-
-
-
+
+
+
+
Online Test
+
+
+
+
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 !!!
+
+
+
+
+
+
+
{% 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 %}
-