diff options
author | maheshgudi | 2017-01-18 02:42:29 +0530 |
---|---|---|
committer | maheshgudi | 2017-01-18 02:45:03 +0530 |
commit | f93527f83ff0b6d87cd9ffb10aac3cbb27d08b8a (patch) | |
tree | 303d12dbb3e3c5b5f44563809cbe5010f8d13865 /yaksh/templates | |
parent | c3205b84ebd1796d98e140952802cdc0baad19a7 (diff) | |
download | online_test-f93527f83ff0b6d87cd9ffb10aac3cbb27d08b8a.tar.gz online_test-f93527f83ff0b6d87cd9ffb10aac3cbb27d08b8a.tar.bz2 online_test-f93527f83ff0b6d87cd9ffb10aac3cbb27d08b8a.zip |
Can download csv of students' performance per course
Moderator can now download the csv dump of the performance of students in each quiz (best attempt of the quiz) for a course.
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/courses.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/templates/yaksh/courses.html b/yaksh/templates/yaksh/courses.html index ecd3a13..b7cc2e1 100644 --- a/yaksh/templates/yaksh/courses.html +++ b/yaksh/templates/yaksh/courses.html @@ -79,6 +79,7 @@ </div> <br/> <button class="btn btn-primary pull-right"type="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/addquiz/{{course.id}}/");'>Add New Quiz</button> + <p><a href="{{URL_ROOT}}/exam/manage/courses/download_course_csv/{{course.id}}">Download CSV</a></p> </div> </div> <br><br> |