home  
goals
{{student_email}}
Lab: {{lab}}
Goal: {{goal}}
{% if timestamp != 'None' %}
Timestamp: {{timestamp}}
{% endif %}
{%if goal_entry['goaltype'] == 'boolean' %}
{% for bool_tbl in bool_tbl_list %}
{{bool_tbl[0]}} = {{bool_tbl[1]}}
{% if bool_tbl[3] %}}
{{bool_tbl[3]}}
{% endif %}
{{bool_tbl[2]}}
{%endfor%}
NOTE: Not all timestamped rows are relevant to the goal, or represent a failure on the part
of the student. They reflect events that might be relevant to the goal.
{%else%}
goal type: {{goal_entry['goaltype']}} : {{goal_entry['resulttag']}} : {{goal_entry['goaloperator']}} : {{goal_entry['answertag']}}
{% if result_rec %}
result: {{result_rec['result_id']}}:{{result_rec['value']}} = {{result_rec['expr']}}
{% for file_name in result_rec['file_data'] %}
file: {{result_rec['container']}}:{{file_name}}
{{result_rec['file_data'][file_name]}}
{%endfor%}
{% endif %}
{% if ts_table %}
{{ts_table}}
{% endif %}
{% endif %}