{% extends "base.html" %} {% block title %}Progress{% endblock %} {% block content %}

Progress

Primary metric over time, per question. The reference line is the baseline where one exists, and the question's metric_target where it does not. Invalidated results are not plotted — they would draw a trend that is not real.

{% for p in panels %}

{{ p.title }} {{ p.status }}

{% if p.series.metric %}{{ p.series.metric }}{% endif %}
{{ progress_chart(p.series) | safe }}
{% else %}

No questions to plot.

{% endfor %} {% endblock %}