diff options
author | adityacp | 2016-09-20 14:53:01 +0530 |
---|---|---|
committer | adityacp | 2016-09-20 14:53:01 +0530 |
commit | 6d3ece46b9a6569c711e20db2c3220e32a82751c (patch) | |
tree | 41616ce7ef39ae290c9147336eb2016e3fa84f0b /yaksh/templates/manage.html | |
parent | 485f3a74a59402fa2adca7bbea025b856f12d854 (diff) | |
download | online_test-6d3ece46b9a6569c711e20db2c3220e32a82751c.tar.gz online_test-6d3ece46b9a6569c711e20db2c3220e32a82751c.tar.bz2 online_test-6d3ece46b9a6569c711e20db2c3220e32a82751c.zip |
changed manage and courses template
Diffstat (limited to 'yaksh/templates/manage.html')
-rw-r--r-- | yaksh/templates/manage.html | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ <h4>Moderator's Dashboard!</h4> <h5>Click on the button given below to add a new course.</h5> <button class="btn" type="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/add_course");'>Add New Course</button> + <h5>Click on the button to Create a Demo course. + <a href="" onclick="$('#help').show(); return false;">Help </a></h5> + <button class="btn" type="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/create_demo_course");'>Create Demo Course</button> + <div style="display: none;" id="help"> + <ol> + <ul> + <li>A Demo Course and Demo Quiz will be created (Click Courses link on nav bar to view courses).</li> + <li>Some Demo Questions are also created for you (Click Questions link on nav bar to view questions).</li> + <li>In Courses you can view Demo Quiz.</li> + <li>Click on the Demo Quiz and Click on User Mode or God Mode to take the quiz. + </li> + <li>You can also edit Demo quiz. + </li> + </ul> + </p> + <a href="" onclick="$('#help').hide(); return false"> Close </a> + </div> + {% if msg %} + <h4>{{ msg }}</h4> + {% endif %} </center> {% if trial_paper %} <h5/> You have trial papers. |