BART.json 775 B

12345678910111213141516171819202122232425
  1. {
  2. "MeasurementToolMetadata": {
  3. "Description": "The file BART_data.tsv contains the trial-level data from the Balloon Analogue Risk Task used in the WAND study."
  4. },
  5. "participant": {
  6. "Description": "Participant ID"
  7. },
  8. "popped": {
  9. "Description": "whether the balloon burst on the current trial",
  10. "Levels": {
  11. "True": "The balloon did pop",
  12. "False": "The balloon did not pop"
  13. }
  14. },
  15. "nPumps": {
  16. "Description": "how many times the participant chose to pump the balloon on that trial"
  17. },
  18. "earnings": {
  19. "Description": "the participant's score on that balloon",
  20. "Units": "Pence"
  21. },
  22. "MeanAdjPumps": {
  23. "Description": "Mean adjusted pumps (one value per participant). This is the primary measure of performance."
  24. }
  25. }