summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/intro.html
diff options
context:
space:
mode:
authorhardythe12012-02-24 16:16:38 +0530
committerhardythe12012-02-24 16:16:38 +0530
commitb1fbf5b02280de5b78b0249e777a179e34b50b98 (patch)
treef133bd5e556d4d0e8bbc94c9ffbac22bcc46bb31 /testapp/templates/exam/intro.html
parentdd3fd7b8c58d836baba24441e7d55c6d51858eab (diff)
downloadonline_test-b1fbf5b02280de5b78b0249e777a179e34b50b98.tar.gz
online_test-b1fbf5b02280de5b78b0249e777a179e34b50b98.tar.bz2
online_test-b1fbf5b02280de5b78b0249e777a179e34b50b98.zip
formating and identation
Diffstat (limited to 'testapp/templates/exam/intro.html')
-rw-r--r--testapp/templates/exam/intro.html103
1 files changed, 39 insertions, 64 deletions
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 %}
-
- <div class="container">
- <div class="content">
-<div class="page-header">
-<h1><Strong><center>Online Test</center></strong></h1>
-</div>
- <div class=row>
- <div class=span14>
-<h3><center>Important instructions & rules</center></h3><br>
-
-<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 %}
-<center><button class="btn" type="submit" name="start">Start Exam!</button></center>
-<!--input type="submit" name="start" value="Start Exam!"-->
-</form>
-</div>
- </div>
- </div>
-<footer>
- <p>&copy; FOSSEE group, IIT Bombay</p>
- </footer>
-
- </div> <!-- /container -->
-
+ <div class="container">
+ <div class="content">
+ <div class="page-header">
+ <h1><Strong><center>Online Test</center></strong></h1>
+ </div>
+ <div class=row>
+ <div class=span14>
+ <h3><center>Important instructions & rules</center></h3><br>
+ <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 %}
+ <center><button class="btn" type="submit" name="start">Start Exam!</button></center>
+ </form>
+ </div>
+ </div>
+ </div>
+ <footer>
+ <p>&copy; FOSSEE group, IIT Bombay</p>
+ </footer>
+ </div>
{% endblock content %}