summaryrefslogtreecommitdiff
path: root/templates/exam/intro.html
diff options
context:
space:
mode:
authorparth2011-12-09 04:02:19 +0530
committerparth2011-12-09 04:02:19 +0530
commit861d2cc5e36835f60bace61a919e73b4bd27274b (patch)
treed08d776f58167903781c371d147f5b9e1f83e168 /templates/exam/intro.html
parent7104f495d01fb934af11c8dfd09da087174c1b12 (diff)
downloadonline_test-861d2cc5e36835f60bace61a919e73b4bd27274b.tar.gz
online_test-861d2cc5e36835f60bace61a919e73b4bd27274b.tar.bz2
online_test-861d2cc5e36835f60bace61a919e73b4bd27274b.zip
Moved all the apps to testapp folder
Diffstat (limited to 'templates/exam/intro.html')
-rw-r--r--templates/exam/intro.html53
1 files changed, 0 insertions, 53 deletions
diff --git a/templates/exam/intro.html b/templates/exam/intro.html
deleted file mode 100644
index 1d3e5de..0000000
--- a/templates/exam/intro.html
+++ /dev/null
@@ -1,53 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Instructions and Rules {% endblock %}
-
-{% block content %}
-<h2>Important rules and instructions</h2>
-
-<p> Welcome <strong>{{user.first_name.title}} {{user.last_name.title}}</strong>,
-to the programming quiz! </p>
-
-<p>
-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.
-</p>
-
-<p> Here are some important instructions and rules that you should understand
-carefully.
-</p>
-
-<ul>
-
- <li>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.
- </li>
-
- <li> You <strong>may</strong> use your computer's Python/IPython shell or
- an editor to solve
- the problem and cut/paste the solution to the web interface.
- </li>
-
- <li> <strong>You are <strong>not allowed</strong> to use any internet
- resources, i.e. no google etc.</strong> </li>
-
- <li> Do not copy or share the questions or answers with anyone until the
- exam is complete <strong>for everyone</strong>.</li>
-
- <li> <strong>All</strong> 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.
- </li>
-
-</ul>
-
-<p> We hope you enjoy taking this exam.</p>
-
-<form action="{{URL_ROOT}}/exam/start/" method="post" align="center">
-{% csrf_token %}
-<input type="submit" name="start" value="Start Exam!">
-</form>
-
-{% endblock content %} \ No newline at end of file