|
|
| Audio | Position | |
|---|---|---|
| Matches | {{ (ss == "Start" && record.length > 0) ? record.filter((r, i) => r.am && responses[i].a == r.am).length : "" }} | {{ (ss == "Start" && record.length > 0) ? record.filter((r, i) => r.pm && responses[i].p == r.pm).length : "" }} |
| Misses | {{ (ss == "Start" && record.length > 0) ? record.filter((r, i) => responses[i].a != r.am).length : "" }} | {{ (ss == "Start" && record.length > 0) ? record.filter((r, i) => responses[i].p != r.pm).length : "" }} |
| Audio | {{ r.a }} |
| Position | {{ r.p }} |
| A. Match | {{ r.a ? "Match" : "" }} |
| P. Match | {{ r.p ? "Match" : "" }} |