ben-domingue / irw

Code related to data for the Item Response Warehouse
https://datapages.github.io/irw/
6 stars 9 forks source link

OSARI, an Open-Source Anticipated Response Inhibition Task #58

Open ben-domingue opened 6 months ago

ben-domingue commented 6 months ago

https://osf.io/tw46u/ paper. https://link.springer.com/article/10.3758/s13428-021-01680-9#additional-information

KingArthur0205 commented 1 month ago

Working on this. Sorry but I had a few questions while working on this

The dataset contains a binary response type(press, no press) for 2 signs(go, stop). Should the response be procssed as

  1. True/1 when the participant makes the correct move. i.e., there is (no press for a stop sign) and (press for a go sign)
  2. False/0 when the participant makes the wrong move. i.e., there is (press for a stop sign) and (no press for a go sign)

It also has a column for the time interval between the presentation of the go signal and the stop signal, i.e. the time interval for the participant to make a move. I am assuming that this shouldn't be included but would very much like to get a confirmation.

Thanks for responding. ;)