A dataframe containing sample JSON output format of the tap data, containing t(time), x and y (the location of the tap on the screen), and buttonid (which of left/right/No button was tapped).
tap_data
A data frame with 181 rows (observations) and 4 variables:
time, in seconds
the x location of the tap on the phone screen
the y location of the tap on the phone screen
a string from 'TappedButonLeft', 'TappedButtonRight' or 'TappedButtonNone' indicating that at that time the left, right or No button was tapped respectively
Participants were shown a screen with two buttons on it, indicating left and right. They were asked to tap on the buttons alternatingly as fast as they can for 30s.