cog_tasks.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "MeasurementToolMetadata": {
  3. "Description": "cog_tasks.tsv contains scores from the Logical memory test, Wechsler Abbreviated Scale of Intelligence (WASI) and Verbal fluency test."
  4. },
  5. "participant": {
  6. "Description": "Participant ID"
  7. },
  8. "LogicalMemory1B": {
  9. "Description": "Number of items recalled correctly for logical memory story B (immediate)"
  10. },
  11. "Logical.Memory1C": [
  12. "Number of items recalled correctly for logical memory story C (immediate)"
  13. ],
  14. "LogicalMemory2Brecall": [
  15. "Number of items recalled correctly for logical memory story B (delayed)"
  16. ],
  17. "LogicalMemory2Crecall": [
  18. "Number of items recalled correctly for logical memory story C (delayed)"
  19. ],
  20. "LogicalMemory2Brecog": [
  21. "Number of items recalled correctly in recognition phase for logical memory story B"
  22. ],
  23. "LogicalMemory2Crecog": [
  24. "Number of items recalled correctly in recognition phase for logical memory story C"
  25. ],
  26. "WASI_VOCAB": [
  27. "Raw score on vocabulary subtest of WASI-II"
  28. ],
  29. "WASI_MATRIX": [
  30. "Raw score on matrix reasoning subtest of WASI-II"
  31. ],
  32. "VerbalFluency_fwords": [
  33. "number of unique words beginning with F recalled in verbal fluency"
  34. ],
  35. "VerbalFluency_animals": [
  36. "number of unique animal names recalled in verbal fluency"
  37. ],
  38. "VerbalFluency_friends": [
  39. "number of unique friends names recalled in verbal fluency"
  40. ],
  41. "VerbalFluency_bedroom": [
  42. "number of unique objects in bedroom recalled in verbal fluency"
  43. ]
  44. }