{% extends "course/course-base.html" %} {% block title %} {{flow_desc.title}} - CourseFlow {% endblock %} {% block content %} {% if grade_info.total_count %}

Results: {{flow_desc.title}}

You have {% if grade_info.max_points != grade_info.max_reachable_points %} (so far) {% endif %} achieved {{ grade_info.provisional_points|floatformat }} out of {{ grade_info.max_points|floatformat }} points. {% if grade_info.max_points != grade_info.max_reachable_points %} (Some questions are not graded yet, so your grade will likely change.) {% else %} (That's {{ grade_info.points_percent|floatformat }}%.) {% endif %}

You have answered {{ grade_info.fully_correct_count }} questions correctly, {{ grade_info.partially_correct_count }} questions partially correctly, and {{ grade_info.incorrect_count }} questions incorrectly. {% if grade_info.unknown_count %} The grade for {{ grade_info.unknown_count }} questions is not yet known. {% endif %}

{% endif %} {{ completion_text|safe }}
« Back to start page
{% endblock %}