summaryrefslogtreecommitdiff
path: root/testapp/exam/urls.py
diff options
context:
space:
mode:
authorprathamesh2015-04-07 15:33:23 +0530
committerprathamesh2015-04-07 15:33:23 +0530
commitbcfaf246852cb90a519aab3d0cea21599fd1fd55 (patch)
treeb5646fa2d68373310bbf55e75cf15bb8f3b2e333 /testapp/exam/urls.py
parent1e26be51bc269fc3884d75ace33bfd6c4627547f (diff)
parentb0551e3cb8dc59fb83ea622375c9e53003fcb489 (diff)
downloadonline_test-bcfaf246852cb90a519aab3d0cea21599fd1fd55.tar.gz
online_test-bcfaf246852cb90a519aab3d0cea21599fd1fd55.tar.bz2
online_test-bcfaf246852cb90a519aab3d0cea21599fd1fd55.zip
Question navigator implemented
Diffstat (limited to 'testapp/exam/urls.py')
-rw-r--r--testapp/exam/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/exam/urls.py b/testapp/exam/urls.py
index 8a01a81..43970ce 100644
--- a/testapp/exam/urls.py
+++ b/testapp/exam/urls.py
@@ -18,6 +18,7 @@ urlpatterns = patterns('testapp.exam.views',
url(r'^(?P<q_id>\d+)/check/(?P<attempt_num>\d+)/(?P<questionpaper_id>\d+)/$',\
'check'),
url(r'^intro/$', 'start'),
+ url(r'^(?P<q_id>\d+)/(?P<attempt_num>\d+)/(?P<questionpaper_id>\d+)/$', 'show_question'),
url(r'^manage/$', 'prof_manage'),
url(r'^manage/addquestion/$', 'add_question'),