home   goals

{{student_email}}

Lab: {{lab}}

Goal: {{goal}} : count_greater

{% if value == 'True' %}

There were more than {{ count }} occurances of:

{% else %}

There were NOT more than {{ count }} occurances of:

{% endif %} {% for result in result_rows %} {% if result['goal_id'] %}

{{result['goal_id']}}:{{result['value']}} : {{ result['goaltype'] }} : {{ result['answer'] }} {{ result['goaloperator'] }} {{result['result_url']|safe}} : {{ result['fname'] }} : {{ result['expr'] }}

{% else %}

{{ result['result_id'] }} : {{ result['fname'] }} : {{ result['expr'] }}

{% endif %} {% endfor %}