{% extends "responses/responses_base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %} {{ super() }}

Average Response

This shows the average position for each card and average value for all data value label for all current responses to the study {{ study.name }}.

{% endblock %} {% block table %} {{ super() }} {% include "responses/response.html" %} {% endblock %}