session.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "trial":{
  3. "Description": "Trial number"
  4. },
  5. "condition": {
  6. "Description": "The task condition during the trial. Each condiiton was given different instructions regarding cognitive task",
  7. "Levels": {
  8. "control": "think of nothing in particular",
  9. "strategy": "think of a safe and happy place (pre training)/apply your learned cognitive strategy (post training)"
  10. }
  11. },
  12. "taskOnset":{
  13. "Description": "Onset time of the cognitive task",
  14. "Units": "seconds"
  15. },
  16. "stimulation":{
  17. "Description": "Time of painful electrical stimulation event",
  18. "Units": "seconds"
  19. },
  20. "VASonset":{
  21. "Description": "Onset time of VAS rating of painful stimulus",
  22. "Units": "seconds"
  23. },
  24. "VASduration":{
  25. "Description": "Time given to participants to rate on the VAS",
  26. "Units": "seconds"
  27. },
  28. "pain":{
  29. "Description": "Pain rating of painful stimulation from 0 (no pain) to 100 (strongest pain imaginable)",
  30. },
  31. "RIII":{
  32. "Description": "RIII-reflex size evoked by painful stimulation, normalized to pre-experiment baseline measurement",
  33. },
  34. }