diff options
author | prathamesh | 2016-03-16 12:05:27 +0530 |
---|---|---|
committer | prathamesh | 2016-03-16 15:05:29 +0530 |
commit | aab320d8867a15569ddd0da029f13ea5740f6518 (patch) | |
tree | 2f0f84db2fd437124c6dce970cd7dd8140d79e3a /yaksh/templates | |
parent | ef3cd39ebdf9d9fc9011ba4bc470ec5018bb8077 (diff) | |
download | online_test-aab320d8867a15569ddd0da029f13ea5740f6518.tar.gz online_test-aab320d8867a15569ddd0da029f13ea5740f6518.tar.bz2 online_test-aab320d8867a15569ddd0da029f13ea5740f6518.zip |
A moderator can download csv file for a given question paper.
csv includes the latest attempt for the quiz/questionpaper.
It contains user details and marks for the quiz.
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/monitor.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/templates/yaksh/monitor.html b/yaksh/templates/yaksh/monitor.html index cb14ba5..b81c9f2 100644 --- a/yaksh/templates/yaksh/monitor.html +++ b/yaksh/templates/yaksh/monitor.html @@ -40,6 +40,7 @@ {% if papers %} <p>Number of papers: {{ papers|length }} </p> <p><a href="{{URL_ROOT}}/exam/manage/statistics/question/{{papers.0.question_paper.id}}">Question Statisitics</a></p> +<p><a href="{{URL_ROOT}}/exam/manage/monitor/download_csv/{{papers.0.question_paper.id}}">Download CSV</a></p> <table border="1" cellpadding="3"> <tr> <th> Name </th> |