{% extends "admin/components/base.html" %} {% block title %} SKA Referee Test | Detailed Results {% endblock %} {% block content %} {% include "admin/components/client-alerts.html" %}
Category | Score | Max |
---|---|---|
{{ tag }} | {{ scores.scored }} | {{scores.max}} |
Question | Answer |
---|---|
{{ question }} | {{ answer }} {% if not correct[question] == answer %} Incorrect {% endif %} |