Dual N-Back

Based on Gwern's Dual N-Back FAQ and this implementation of the game. This is a game that displays a symbol in a random position with a random sound. The goal is to recognize when the latest position or sound is the same as the one given n steps before.




Rounds remaining: {{ rr }}
 

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" : "" }}
Sound Test: