summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/show_quiz.html
diff options
context:
space:
mode:
authorhardythe12012-02-21 12:38:38 +0530
committerhardythe12012-02-21 12:38:38 +0530
commit2b6b595ca8652696ab9059add8ea54661cab5f31 (patch)
tree39906c360056c2cafc65e088e7cc6115954b01df /testapp/templates/exam/show_quiz.html
parent6b608e174fbd9367c9453f7933b69a35516811d2 (diff)
downloadonline_test-2b6b595ca8652696ab9059add8ea54661cab5f31.tar.gz
online_test-2b6b595ca8652696ab9059add8ea54661cab5f31.tar.bz2
online_test-2b6b595ca8652696ab9059add8ea54661cab5f31.zip
views for editing quiz and questions
Diffstat (limited to 'testapp/templates/exam/show_quiz.html')
-rw-r--r--testapp/templates/exam/show_quiz.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/show_quiz.html b/testapp/templates/exam/show_quiz.html
index bbea77f..2e9059d 100644
--- a/testapp/templates/exam/show_quiz.html
+++ b/testapp/templates/exam/show_quiz.html
@@ -35,7 +35,7 @@ function my_confirm(frm)
{% csrf_token %}
{% for quiz in quizzes %}
-<input type=checkbox name='quiz' value={{quiz.id}} />&nbsp;&nbsp;<a href="{{URL_ROOT}}/exam/manage/monitor/{{quiz.id}}/">{{ quiz.description }}</a><br>
+<input type=checkbox name='quiz' value={{quiz.id}} />&nbsp;&nbsp;<a href="{{URL_ROOT}}/exam/manage/addquiz/{{quiz.id}}/">{{ quiz.description }}</a><br>
{% endfor %}
<br><br>
<button class="btn" type="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/addquiz");'>Add New Quiz</button>&nbsp;&nbsp;<button class="btn" type="submit" name="delete" onClick="my_confirm(frm);">Delete</button>