zID & Answer | {% for col in g.columns %}{{col[0]}} (/{{col[2]}}) | {% endfor %} {% for _ in range(g.extra_cols) %}? | {% endfor %}|
---|---|---|---|
{{row["zid"]}}
{{row["answer"]}} |
{% for i, (mark, col) in enumerate(zip_longest(row['marks'], g.columns, fillvalue=None)) %}
{% if col == None %} {% elif col[1] %} {% else %} {% endif %} | {% endfor %}||
Average | 9,126 | 0.91 | 341 |