Add button to report bad correction
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1d5e29b8b6
commit
18eb7b4feb
7 changed files with 143 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue