summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authoradityacp2020-03-09 17:10:10 +0530
committeradityacp2020-03-09 17:10:10 +0530
commit81667305df2bc148e4ca6247ad3b2d12b30e660c (patch)
treea762e7e1c95adcc354b4e51d8dc3aedd97fe0050 /yaksh/templates
parentb3362b8a5d09184407ae988699b22b46485a916e (diff)
downloadonline_test-81667305df2bc148e4ca6247ad3b2d12b30e660c.tar.gz
online_test-81667305df2bc148e4ca6247ad3b2d12b30e660c.tar.bz2
online_test-81667305df2bc148e4ca6247ad3b2d12b30e660c.zip
Download course progress
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/course_progress.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/yaksh/templates/yaksh/course_progress.html b/yaksh/templates/yaksh/course_progress.html
index a833c92..826f84b 100644
--- a/yaksh/templates/yaksh/course_progress.html
+++ b/yaksh/templates/yaksh/course_progress.html
@@ -4,10 +4,19 @@
{% if student_details %}
<div class="text-center">
<h3>Course Progress</h3>
- <div class="col">
- Number Of Students: {{ students_no }}
+ <br>
+ <div class="row">
+ <div class="col">
+ Number Of Students: {{ students_no }}
+ </div>
+ <div class="col">
+ <a href="{% url 'yaksh:download_course_progress' course.id %}" class="btn btn-info">
+ <i class="fa fa-download"></i>&nbsp;Download Data
+ </a>
+ </div>
</div>
</div>
+ <br>
{% include "yaksh/paginator.html" %}
<table class="tablesorter table table-bordered table-responsive-sm" id="course_table" data-sortlist="[0,0]">
<thead>