summaryrefslogtreecommitdiff
path: root/testapp/exam/templates
diff options
context:
space:
mode:
authorankitjavalkar2015-06-22 17:09:30 +0530
committerankitjavalkar2015-08-03 15:23:05 +0530
commit6399ddce69a71f87a2e164a2b6e77a2f105f4741 (patch)
tree5ff98f6944189f03e9b8c6b94277497c8ce988db /testapp/exam/templates
parent3f35f7dd0c79f76518a71f597b96c226d08157fb (diff)
downloadonline_test-6399ddce69a71f87a2e164a2b6e77a2f105f4741.tar.gz
online_test-6399ddce69a71f87a2e164a2b6e77a2f105f4741.tar.bz2
online_test-6399ddce69a71f87a2e164a2b6e77a2f105f4741.zip
- Install script: Add subcommands
- Install script: Add code server launcher - Add requirements.txt - Edit README to fix changes/errors - Remove jquery v1.11.3 and add v1.4.2 - Edit initial_data.json
Diffstat (limited to 'testapp/exam/templates')
-rw-r--r--testapp/exam/templates/exam/add_question.html2
-rw-r--r--testapp/exam/templates/exam/add_questionpaper.html2
-rw-r--r--testapp/exam/templates/exam/automatic_questionpaper.html2
-rw-r--r--testapp/exam/templates/exam/design_questionpaper.html2
-rw-r--r--testapp/exam/templates/exam/edit_question.html2
-rw-r--r--testapp/exam/templates/exam/manual_questionpaper.html2
-rw-r--r--testapp/exam/templates/exam/question.html2
7 files changed, 7 insertions, 7 deletions
diff --git a/testapp/exam/templates/exam/add_question.html b/testapp/exam/templates/exam/add_question.html
index 2161ba1..2e27f60 100644
--- a/testapp/exam/templates/exam/add_question.html
+++ b/testapp/exam/templates/exam/add_question.html
@@ -9,7 +9,7 @@
{% endblock %}
{% block script %}
-<script type="text/javascript" src="{{ URL_ROOT }}/static/exam/js/min.js"></script>
+<script type="text/javascript" src="{{ URL_ROOT }}/static/exam/js/jquery-1.4.2.min.js"></script>
<script src="{{ URL_ROOT }}/static/exam/js/add_question.js"></script>
{% endblock %}
diff --git a/testapp/exam/templates/exam/add_questionpaper.html b/testapp/exam/templates/exam/add_questionpaper.html
index c339b81..9e02adc 100644
--- a/testapp/exam/templates/exam/add_questionpaper.html
+++ b/testapp/exam/templates/exam/add_questionpaper.html
@@ -8,7 +8,7 @@
<link rel="stylesheet" media="all" type="text/css" href="{{ URL_ROOT }}/static/exam/css/autotaggit.css" />
{% endblock %}
{% block script %}
-<script src="/static/exam/js/jquery-1.11.3.min.js" type="text/javascript"></script>
+<script src="/static/exam/js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="{{ URL_ROOT }}/static/exam/js/add_questionpaper.js"></script>
{% endblock %}
diff --git a/testapp/exam/templates/exam/automatic_questionpaper.html b/testapp/exam/templates/exam/automatic_questionpaper.html
index b3b5ce6..c3ffc9d 100644
--- a/testapp/exam/templates/exam/automatic_questionpaper.html
+++ b/testapp/exam/templates/exam/automatic_questionpaper.html
@@ -14,7 +14,7 @@ select
</style>
{% endblock %}
{% block script %}
-<script src="/static/exam/js/jquery-1.11.3.min.js" type="text/javascript"></script>
+<script src="/static/exam/js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="{{ URL_ROOT }}/static/exam/js/add_questionpaper.js"></script>
{% endblock %}
diff --git a/testapp/exam/templates/exam/design_questionpaper.html b/testapp/exam/templates/exam/design_questionpaper.html
index 9b3d9cf..da38c65 100644
--- a/testapp/exam/templates/exam/design_questionpaper.html
+++ b/testapp/exam/templates/exam/design_questionpaper.html
@@ -15,7 +15,7 @@ select
</style>
{% endblock %}
{% block script %}
-<script src="/static/exam/js/jquery-1.11.3.min.js" type="text/javascript"></script>
+<script src="/static/exam/js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="{{ URL_ROOT }}/static/exam/js/bootstrap-tabs.js"></script>
<script src="{{ URL_ROOT }}/static/exam/js/add_questionpaper.js"></script>
diff --git a/testapp/exam/templates/exam/edit_question.html b/testapp/exam/templates/exam/edit_question.html
index 5463f47..66b4f58 100644
--- a/testapp/exam/templates/exam/edit_question.html
+++ b/testapp/exam/templates/exam/edit_question.html
@@ -8,7 +8,7 @@
{% endblock %}
{% block script %}
<script src="{{ URL_ROOT }}/static/exam/js/edit_question.js"></script>
-<script src="/static/exam/js/jquery-1.11.3.min.js" type="text/javascript"></script>
+<script src="/static/exam/js/jquery-1.4.2.min.js" type="text/javascript"></script>
{% endblock %}
{% block onload %} onload = 'javascript:textareaformat();' {% endblock %}
diff --git a/testapp/exam/templates/exam/manual_questionpaper.html b/testapp/exam/templates/exam/manual_questionpaper.html
index 0ab5d2b..e44d3cb 100644
--- a/testapp/exam/templates/exam/manual_questionpaper.html
+++ b/testapp/exam/templates/exam/manual_questionpaper.html
@@ -14,7 +14,7 @@ select
</style>
{% endblock %}
{% block script %}
-<script src="/static/exam/js/jquery-1.11.3.min.js" type="text/javascript"></script>
+<script src="/static/exam/js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="{{ URL_ROOT }}/static/exam/js/add_questionpaper.js"></script>
{% endblock %}
diff --git a/testapp/exam/templates/exam/question.html b/testapp/exam/templates/exam/question.html
index 1e8c80a..e63c484 100644
--- a/testapp/exam/templates/exam/question.html
+++ b/testapp/exam/templates/exam/question.html
@@ -10,7 +10,7 @@
{% endblock %}
{% block script %}
-<script src="/static/exam/js/jquery-1.11.3.min.js" type="text/javascript"></script>
+<script src="/static/exam/js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="{{ URL_ROOT }}/static/exam/js/question.js"></script>
<script src="{{ URL_ROOT }}/static/exam/js/bootstrap-modal.js"></script>