summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
authoradityacp2020-09-12 11:44:01 +0530
committeradityacp2020-09-12 11:44:01 +0530
commitb1d2b88746fc670d7362f9b4d175d5e570f3ac77 (patch)
tree7225713597b09645ce7b75ffe44271691e3e28b0 /yaksh/urls.py
parentbee8d54d8ae094db5e3c9c04c5e28fb5b2abb1df (diff)
downloadonline_test-b1d2b88746fc670d7362f9b4d175d5e570f3ac77.tar.gz
online_test-b1d2b88746fc670d7362f9b4d175d5e570f3ac77.tar.bz2
online_test-b1d2b88746fc670d7362f9b4d175d5e570f3ac77.zip
Mulitple changes
- Remove all alerts and add toast messages - Accept user submissions for the lesson quiz and evaluate - Initial lesson statistics
Diffstat (limited to 'yaksh/urls.py')
-rw-r--r--yaksh/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yaksh/urls.py b/yaksh/urls.py
index 2b9a04f..ada5829 100644
--- a/yaksh/urls.py
+++ b/yaksh/urls.py
@@ -263,4 +263,6 @@ urlpatterns = [
name='get_marker_quiz'),
path('submit/marker/quiz/<int:course_id>/<int:toc_id>',
views.submit_marker_quiz, name='submit_marker_quiz'),
+ path('manage/lesson/stats/<int:course_id>/<int:lesson_id>',
+ views.lessson_statistics, name='lessson_statistics'),
]