summaryrefslogtreecommitdiff
path: root/testapp/exam/urls.py
diff options
context:
space:
mode:
authorhardythe12012-02-20 20:29:06 +0530
committerhardythe12012-02-20 20:29:06 +0530
commitddb7f4e07771f4e4ca514c253d671698e1b74020 (patch)
tree1b476a130efb9eca565ea3fa7d588bf454b98796 /testapp/exam/urls.py
parentc61396a219efb3b078094d028e41fe51bc857fe3 (diff)
downloadonline_test-ddb7f4e07771f4e4ca514c253d671698e1b74020.tar.gz
online_test-ddb7f4e07771f4e4ca514c253d671698e1b74020.tar.bz2
online_test-ddb7f4e07771f4e4ca514c253d671698e1b74020.zip
changes to manage quiz
Diffstat (limited to 'testapp/exam/urls.py')
-rw-r--r--testapp/exam/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testapp/exam/urls.py b/testapp/exam/urls.py
index 504a4e6..772a2f3 100644
--- a/testapp/exam/urls.py
+++ b/testapp/exam/urls.py
@@ -8,6 +8,7 @@ urlpatterns = patterns('exam.views',
url(r'^manage/addquiz/$', 'add_quiz'),
url(r'^manage/gradeuser/$', 'show_all_users'),
url(r'^manage/questions/$', 'show_all_questions'),
+ url(r'^manage/showquiz/$','show_all_quiz'),
url(r'^register/$', 'user_register'),
url(r'^start/$', 'start'),
url(r'^quit/$', 'quit'),
@@ -19,3 +20,4 @@ urlpatterns = patterns('exam.views',
url(r'^(?P<q_id>\d+)/$', 'question'),
url(r'^(?P<q_id>\d+)/check/$', 'check'),
)
+