Add button to report bad correction

This commit is contained in:
nemunaire 2022-03-28 10:53:45 +02:00
commit 1a5eea3bb2
7 changed files with 143 additions and 17 deletions

View file

@ -56,7 +56,7 @@
{:then responses}
<td>
{#if responses}
{responses.filter((r) => !r.time_scored).length} /
{responses.filter((r) => !r.time_scored || (r.time_reported && r.time_reported >= r.time_scored)).length} /
{responses.length}
{:else}
0