Added individual result correct/incorrect flag

This commit is contained in:
2021-12-06 13:42:26 +00:00
parent 9a7758f208
commit 9bf39107fb
3 changed files with 16 additions and 2 deletions

View File

@ -141,6 +141,9 @@
</td>
<td>
{{ answer }}
{% if not correct[question] == answer %}
<span class="badge badge-pill bg-danger badge-danger">Incorrect</span>
{% endif %}
</td>
</tr>
{% endfor %}