{% extends "base.html" %} {% block title %} Combination {% endblock %} {% block form %}
{% endblock %} {% block advanced %}
Click this link to see advanced combination analysis.
{% endblock %} {% block chart %}
{% for item in query_result %} {% if row_limit is none or loop.index <= row_limit %} {% set other = item[0][1].difference((item[0][0],)) %} {% for c in other %} {% endfor %} {% if other|length == 0 %}{% endif %} {% if other|length == 1 %}{% endif %} {% endif %} {% endfor %}
Evaluated Course Combination Count Average Difficulty
{{item[0][0].subject}} {{item[0][0].id}} - {{item[0][0].name}} {{c.subject}} {{c.id}}- --{{item[1].count}} {{'%0.2f' % item[1].mean|float}}
{% endblock %}