From 537d0fc5c5884ab620e587ff977ed61a2a50504d Mon Sep 17 00:00:00 2001
From: maheshgudi
Date: Mon, 5 Feb 2018 20:04:43 +0530
Subject: Add arrange options type question in answerpaper htmls
---
yaksh/templates/yaksh/grade_user.html | 19 ++++++++++++++++++-
yaksh/templates/yaksh/user_data.html | 18 ++++++++++++++++++
yaksh/templates/yaksh/view_answerpaper.html | 21 ++++++++++++++++++---
yaksh/templatetags/custom_filters.py | 13 ++++++++++++-
4 files changed, 66 insertions(+), 5 deletions(-)
diff --git a/yaksh/templates/yaksh/grade_user.html b/yaksh/templates/yaksh/grade_user.html
index 93f00e0..09887c4 100644
--- a/yaksh/templates/yaksh/grade_user.html
+++ b/yaksh/templates/yaksh/grade_user.html
@@ -167,7 +167,7 @@ Status : Failed
{% endif %}
{% endfor %}
- {% elif question.type == "integer" or "string" or "float" %}
+ {% elif question.type == "integer" or question.type == "string" or question.type == "float" %}