diff options
author | maheshgudi | 2017-03-09 01:27:39 +0530 |
---|---|---|
committer | maheshgudi | 2017-03-09 01:27:39 +0530 |
commit | 8e2bf890d38d4ab2ac73180ff4982302d9355b75 (patch) | |
tree | f89d88101c867927628961bf0a856d3c68824999 /yaksh/templates/exam.html | |
parent | 1c5e1dfef3fb4af8bc070fe190cec552ef3732b0 (diff) | |
parent | 69951e247ea02196ec6e65324f77898d9ea389b3 (diff) | |
download | online_test-8e2bf890d38d4ab2ac73180ff4982302d9355b75.tar.gz online_test-8e2bf890d38d4ab2ac73180ff4982302d9355b75.tar.bz2 online_test-8e2bf890d38d4ab2ac73180ff4982302d9355b75.zip |
rebase changes
Diffstat (limited to 'yaksh/templates/exam.html')
-rw-r--r-- | yaksh/templates/exam.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/yaksh/templates/exam.html b/yaksh/templates/exam.html index ae1a620..4818717 100644 --- a/yaksh/templates/exam.html +++ b/yaksh/templates/exam.html @@ -52,7 +52,9 @@ {% endif %} {% endif %} {% if qid in paper.get_questions_answered %} - <li class="disabled"><a style="background-color:#B4B8BA; width:25%" href="#" data-toggle="tooltip" title="{{ qid.description }}" >{{ forloop.counter }}</a></li> + <li><a style="background-color:#B4B8BA; width:25%" href="#" data-toggle="tooltip" + onclick="call_skip('{{ URL_ROOT }}/exam/{{ question.id }}/skip/{{ qid.id }}/{{ paper.attempt_number }}/{{ paper.question_paper.id }}/')" + title="{{ qid.description }}">{{ forloop.counter }}</a></li> {% endif %} {% else %} {% if qid.id == question.id %} |