diff options
author | Prabhu Ramachandran | 2016-09-21 17:48:06 +0530 |
---|---|---|
committer | GitHub | 2016-09-21 17:48:06 +0530 |
commit | 4f384f81cbde58f5eaa616dce85f1e4d60ea2c66 (patch) | |
tree | 42f7c05744a87ad615d801324113472aaeb72492 /yaksh/templates/manage.html | |
parent | f78647307f2e5f858d1c1f74507a8626ec117223 (diff) | |
parent | e1811e3560742a4070f3e92e059a7cd1c50f1f36 (diff) | |
download | online_test-4f384f81cbde58f5eaa616dce85f1e4d60ea2c66.tar.gz online_test-4f384f81cbde58f5eaa616dce85f1e4d60ea2c66.tar.bz2 online_test-4f384f81cbde58f5eaa616dce85f1e4d60ea2c66.zip |
Merge pull request #127 from adityacp/create_course_fixtures
Create course fixtures
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..a736b0a 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 the 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. |