I’m trying to design a digit span task where 4 integers (1-10) are presented randomly (one at a time), which is followed by 10 boxes labelled 1-10. Participants are instructed to click the boxes in the order of presentation of the 4 integers.
I was wondering how I could store the accuracy of each trial.
In my digit span online demo I compare the number presented with the number entered by the participant. This is why I don’t allow the first digit to be 0.