{% extends "course/course-base.html" %} {% block title %} {{flow_desc.title}} - CourseFlow {% endblock %} {% block content %}
There were {{total_count}} questions. {% if answered_count == total_count %} You have provided an answer for all of them. {% else %} You have answered {{answered_count}} and left {{unanswered_count}} unanswered. {% endif %}
{% endif %} If you choose to end your session, the following things will happen: