diff options
author | adityacp | 2017-04-10 16:15:59 +0530 |
---|---|---|
committer | adityacp | 2017-04-10 17:14:40 +0530 |
commit | 5623c1225f66831d5e5db2089218b7904c3124b6 (patch) | |
tree | de595d7b16794670075bac3564e5f3e3c89830bb /yaksh/templates | |
parent | 32911e9a094e7f91ca132f98927d110049c99401 (diff) | |
download | online_test-5623c1225f66831d5e5db2089218b7904c3124b6.tar.gz online_test-5623c1225f66831d5e5db2089218b7904c3124b6.tar.bz2 online_test-5623c1225f66831d5e5db2089218b7904c3124b6.zip |
Change download assignemnts to get files using quiz
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/grade_user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/grade_user.html b/yaksh/templates/yaksh/grade_user.html index 69c03c9..311af5c 100644 --- a/yaksh/templates/yaksh/grade_user.html +++ b/yaksh/templates/yaksh/grade_user.html @@ -165,7 +165,7 @@ Status : <b style="color: green;"> Passed </b><br/> <h5>Student answer: </h5> {% if question.type == "upload" %} {% if user_file_status %} - <a href="{{URL_ROOT}}/exam/manage/download/user_assignment/{{question.id}}/{{data.user.id}}/{{paper.question_paper.id}}"> + <a href="{{URL_ROOT}}/exam/manage/download/user_assignment/{{question.id}}/{{data.user.id}}/{{paper.question_paper.quiz.id}}"> <div class="panel"> Assignment File for {{ data.user.get_full_name.title }} </div> |