From 6d3ece46b9a6569c711e20db2c3220e32a82751c Mon Sep 17 00:00:00 2001
From: adityacp
Date: Tue, 20 Sep 2016 14:53:01 +0530
Subject: changed manage and courses template
---
yaksh/templates/manage.html | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
(limited to 'yaksh/templates/manage.html')
diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html
index b628a44..ea587df 100644
--- a/yaksh/templates/manage.html
+++ b/yaksh/templates/manage.html
@@ -77,6 +77,26 @@
Moderator's Dashboard!
Click on the button given below to add a new course.
+ Click on the button to Create a Demo course.
+ Help
+
+
+
+
+ - A Demo Course and Demo Quiz will be created (Click Courses link on nav bar to view courses).
+ - Some Demo Questions are also created for you (Click Questions link on nav bar to view questions).
+ - In Courses you can view Demo Quiz.
+ - Click on the Demo Quiz and Click on User Mode or God Mode to take the quiz.
+
+ - You can also edit Demo quiz.
+
+
+
+ Close
+
+ {% if msg %}
+ {{ msg }}
+ {% endif %}
{% if trial_paper %}
You have trial papers.
--
cgit
From e1811e3560742a4070f3e92e059a7cd1c50f1f36 Mon Sep 17 00:00:00 2001
From: adityacp
Date: Wed, 21 Sep 2016 14:38:00 +0530
Subject: changed func name from create_demo_que_ppr to create_demo_quiz_paper
---
yaksh/templates/manage.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'yaksh/templates/manage.html')
diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html
index ea587df..a736b0a 100644
--- a/yaksh/templates/manage.html
+++ b/yaksh/templates/manage.html
@@ -88,7 +88,7 @@
In Courses you can view Demo Quiz.
Click on the Demo Quiz and Click on User Mode or God Mode to take the quiz.
- You can also edit Demo quiz.
+ You can also edit the Demo quiz.
--
cgit