summaryrefslogtreecommitdiff
path: root/testapp/exam/urls.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2015-04-13 00:55:01 +0530
committerPrabhu Ramachandran2015-04-13 00:55:01 +0530
commit7acbd64bff389a838f049234e78889a2b94a4f94 (patch)
treeb5646fa2d68373310bbf55e75cf15bb8f3b2e333 /testapp/exam/urls.py
parent7f52ecfdbf27d3e2bf6f481c3f48a52f1a1a639a (diff)
parentbcfaf246852cb90a519aab3d0cea21599fd1fd55 (diff)
downloadonline_test-7acbd64bff389a838f049234e78889a2b94a4f94.tar.gz
online_test-7acbd64bff389a838f049234e78889a2b94a4f94.tar.bz2
online_test-7acbd64bff389a838f049234e78889a2b94a4f94.zip
Merge pull request #43 from prathamesh920/question_navigator
Question navigator
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'),