Commit 5e199fff279d3cb82532aa93dcf9112df1eb5b3a

Authored by Miguel Barão
1 parent 0946fe79
Exists in master and in 1 other branch dev

fix bug where correct checkboxes were not shown as correct in the review

perguntations/templates/review-question-checkbox.html
... ... @@ -38,7 +38,7 @@
38 38 <div class="text-right text-danger">
39 39 <i class="fas fa-times" aria-hidden="true"></i>
40 40 </div>
41   - {% elif q['correct'][n] < 0 %}
  41 + {% else %}
42 42 <div class="text-right text-success">
43 43 <i class="fas fa-check" aria-hidden="true"></i>
44 44 </div>
... ...