{% extends "base.html" %} {% load richtext %} {% block title %}My Progress{% endblock %} {% block content %}
You haven't answered any practice questions yet. Once you do, this page will track your accuracy and progress in every course.
{% if row.answered %}{{ row.accuracy }}% accuracy · {{ row.answered }} of {{ row.total }} questions tried{% else %}No multiple-choice questions tried yet{% endif %} {% if row.written %}· {{ row.written }} written response{{ row.written|pluralize }} practiced{% endif %}