FourChoiceRT.json 905 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "MeasurementToolMetadata": {
  3. "Description": "The file FourChoiceRT_data.tsv contains the trial-level data from the four choice reaction time task used in the WAND study."
  4. },
  5. "participant": {
  6. "Description": "Participant ID"
  7. },
  8. "Block": {
  9. "Description": "N Block of task",
  10. "Levels": {
  11. "1": "First block",
  12. "2": "Second block",
  13. "3": "Third block"
  14. }
  15. },
  16. "Trial": {
  17. "Description": "N trial within block (1 to 124)"
  18. },
  19. "Correct_response": {
  20. "Description": "Correct response for the trial (also indicates stimulus location in horizontal array)"
  21. },
  22. "Given_response": {
  23. "Description": "button pressed by participant"
  24. },
  25. "Correct": {
  26. "Description": "Whether or not the response was correct",
  27. "Levels": {
  28. "1": "Correct",
  29. "0": "Error"
  30. }
  31. },
  32. "RT": {
  33. "Description": "Reaction time",
  34. "Units": "Seconds"
  35. }
  36. }