sub-065_task-memory_beh.json 844 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "participant_id": {
  3. "Description": "unique participant identifier"
  4. },
  5. "task": {
  6. "Description": "memorizing or listening task. only memory task trials are included here"
  7. },
  8. "condition": {
  9. "Description": "number of digits to memorize in the sequence"
  10. },
  11. "trial": {
  12. "Description": "serial number of trial"
  13. },
  14. "sequence": {
  15. "Description": "sequence of digits presented this trial"
  16. },
  17. "response": {
  18. "Description": "participant's response"
  19. },
  20. "NCorrect": {
  21. "Description": "number of correctly recalled digits in correct order starting from the first digit"
  22. },
  23. "partialScore": {
  24. "Description": "number of correctly recalled digits in correct serial positions"
  25. },
  26. "triggerCorrect": {
  27. "Description": "correctness flags for each presented digit: 0 - error, 1 - correct recall"
  28. }
  29. }