diff --git a/ref-test/app/analysis/templates/analysis/analysis.html b/ref-test/app/analysis/templates/analysis/analysis.html
index 627d311..33aad9d 100644
--- a/ref-test/app/analysis/templates/analysis/analysis.html
+++ b/ref-test/app/analysis/templates/analysis/analysis.html
@@ -8,105 +8,129 @@
{% endblock %}
{% block content %}
-
-
- Question List
-
-
-
-
-
-
- Question
- |
-
- Percent Correct
- |
-
- Answers
- |
-
- Tags
- |
-
-
- {% for question in questions %}
-
-
- {{ question.q_no + 1 }}
- |
-
- {{ ((analysis.answers[question.q_no][question.correct] or 0)*100/(analysis.answers[question.q_no].values())|sum())|round(2) }}
- |
-
-
- {% for option in question.options %}
-
-
- {{ option[1] }}
- |
-
- {% if question.correct == option[0] %}
-
- {{ ((analysis.answers[question.q_no][option[0]] or 0)*100/(analysis.answers[question.q_no].values())|sum())|round(2) }}%
-
- {% else %}
-
- {{ ((analysis.answers[question.q_no][option[0]] or 0)*100/(analysis.answers[question.q_no].values())|sum())|round(2) }}%
-
- {% endif %}
- |
-
- {% endfor %}
-
- |
-
-
- {% for tag in question.tags %}
- - {{ tag|safe }}
- {% endfor %}
-
- |
-
- {% endfor %}
-
-
-
+ {% endif %}
+
+