From d4a2b0af95ee4347a71346fa3f20409d938d5a46 Mon Sep 17 00:00:00 2001 From: adityacp Date: Fri, 17 Nov 2017 19:42:43 +0530 Subject: Change in templates - Add new templates for creating lessons, modules, design course - Change existing templates for student and moderator interface --- yaksh/templates/base.html | 2 +- yaksh/templates/exam.html | 8 +- yaksh/templates/user.html | 4 +- yaksh/templates/yaksh/add_course.html | 4 +- yaksh/templates/yaksh/add_lesson.html | 61 +++ yaksh/templates/yaksh/add_module.html | 140 ++++++ yaksh/templates/yaksh/add_quiz.html | 13 +- yaksh/templates/yaksh/complete.html | 9 +- yaksh/templates/yaksh/course_detail.html | 10 +- yaksh/templates/yaksh/courses.html | 554 +++++++++++++++++------ yaksh/templates/yaksh/design_course_session.html | 107 +++++ yaksh/templates/yaksh/grade_user.html | 12 +- yaksh/templates/yaksh/intro.html | 13 +- yaksh/templates/yaksh/moderator_dashboard.html | 11 +- yaksh/templates/yaksh/monitor.html | 10 +- yaksh/templates/yaksh/question.html | 6 +- yaksh/templates/yaksh/quit.html | 7 +- yaksh/templates/yaksh/quizzes_user.html | 74 ++- yaksh/templates/yaksh/regrade.html | 4 +- yaksh/templates/yaksh/show_video.html | 63 +++ yaksh/templates/yaksh/statistics_question.html | 2 +- yaksh/templates/yaksh/user_data.html | 13 +- 22 files changed, 886 insertions(+), 241 deletions(-) create mode 100644 yaksh/templates/yaksh/add_lesson.html create mode 100644 yaksh/templates/yaksh/add_module.html create mode 100644 yaksh/templates/yaksh/design_course_session.html create mode 100644 yaksh/templates/yaksh/show_video.html (limited to 'yaksh') diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index e7cc15c..007d9b8 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -56,7 +56,7 @@
Developed by FOSSEE group, IIT Bombay