{% extends "course/course-base.html" %} {% block title %} Analytics - RELATE {% endblock %} {% block content %}

Analytics: {{ flow_identifier}} - {{ group_id }}/{{ page_id }}

{{ body|safe }}

Answer Distribution

{% if restrict_to_first_attempt %} Showing results for only the first attempt by each participant. Show all attempts {% else %} Showing results for all attempts by each participant. Show only the first attempt {% endif %}

{% for astats in answer_stats_list %}
{{ astats.normalized_answer|safe }} ({{ astats.count }} response{{ astats.count|pluralize }})
{{ astats.percentage|floatformat:1 }}%
{% endfor %}
{% endblock %}