diff options
author | Prabhu Ramachandran | 2016-03-17 16:50:04 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2016-03-17 16:50:04 +0530 |
commit | 424e6c94237a1d9b5a24ed6c2a49a433034304ca (patch) | |
tree | 2f0f84db2fd437124c6dce970cd7dd8140d79e3a /yaksh/templates | |
parent | ef3cd39ebdf9d9fc9011ba4bc470ec5018bb8077 (diff) | |
parent | aab320d8867a15569ddd0da029f13ea5740f6518 (diff) | |
download | online_test-424e6c94237a1d9b5a24ed6c2a49a433034304ca.tar.gz online_test-424e6c94237a1d9b5a24ed6c2a49a433034304ca.tar.bz2 online_test-424e6c94237a1d9b5a24ed6c2a49a433034304ca.zip |
Merge pull request #85 from prathamesh920/marks_csv_dump
A moderator can download csv file for a given question paper.
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> |