TwoChoiceRT.json 1007 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "MeasurementToolMetadata": {
  3. "Description": "The file TwoChoiceRT_data.tsv contains the trial-level data from the two choice reaction time task used in the WAND study."
  4. },
  5. "participant": {
  6. "Description": "Participant ID"
  7. },
  8. "Condition": {
  9. "Description": "Whether the stimulus was an image of a face or a scene"
  10. },
  11. "Block": {
  12. "Description": "N Block of task",
  13. "Levels": {
  14. "1": "First block",
  15. "2": "Second block",
  16. "3": "Third block"
  17. }
  18. },
  19. "Trial": {
  20. "Description": "N trial within block (1 to 136)"
  21. },
  22. "Correct_response": {
  23. "Description": "Correct response for the trial",
  24. "Levels": {
  25. "z": "face",
  26. "m": "scene"
  27. }
  28. },
  29. "Given_response": {
  30. "Description": "button pressed by participant"
  31. },
  32. "Correct": {
  33. "Description": "Whether or not the response was correct",
  34. "Levels": {
  35. "1": "Correct",
  36. "0": "Error"
  37. }
  38. },
  39. "RT": {
  40. "Description": "Reaction time",
  41. "Units": "Seconds"
  42. }
  43. }