From 892972229c3952b5ba9a77bef2ce2e0cece5677f Mon Sep 17 00:00:00 2001 From: adityacp Date: Tue, 15 Dec 2020 22:22:13 +0530 Subject: Fix tests and quiz template --- yaksh/templates/exam.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'yaksh/templates/exam.html') diff --git a/yaksh/templates/exam.html b/yaksh/templates/exam.html index a773076..2290ca4 100644 --- a/yaksh/templates/exam.html +++ b/yaksh/templates/exam.html @@ -88,14 +88,14 @@
- - +
+ - + {% for category, question_number in paper.get_categorized_question_indices.items %}
Category Question No.
-- cgit