Skip to main content

Balloon Risk

The Balloon Analog Risk Task (BART) is a computerized risk-reward assessment. The participant taps to inflate a balloon โ€” each tap increases potential points, but if the balloon pops, all points for that balloon are lost. BART scores correlate with self-reported sensation seeking, impulsivity, and real-world risk behaviors including drug use, gambling, and sexually risky behavior.

ActivitySpec: lamp.balloon_risk

Cognitive domain: Risk-taking behavior, decision-making

Configurationโ€‹

SettingDescription
Balloon CountNumber of balloons (trials) in the task
Breakpoint MeanMean number of taps before the balloon bursts
Breakpoint Standard DeviationVariability in the burst threshold
API settings fields
Dashboard SettingAPI FieldType
Balloon Countballoon_countnumber
Breakpoint Meanbreakpoint_meannumber
Breakpoint Std Devbreakpoint_stdnumber

Sample Instructionsโ€‹

"Tap the button labeled 'Pump Up Balloon' to inflate it as large as you can, before the balloon bursts. When you feel like you can't inflate it anymore without it bursting, tap the button to 'Collect Points'. The number of times you pumped up the balloon will be equal to the number of points you get. If the balloon bursts, you get no points!"

Usageโ€‹

The participant inflates a balloon by tapping. At any point, they can choose to "Collect Points" to bank the current inflation count. If the balloon pops before collecting, the participant receives zero points for that balloon. The burst threshold varies per balloon.

Scoringโ€‹

If the balloon does not pop and the user collects, points equal the number of pumps. If the balloon pops, the user receives 0 points for that trial.

References
  1. Lejuez, C. W. et al. (2002) Evaluation of a behavioral measure of risk taking: the Balloon Analogue Risk Task (BART). Journal of Experimental Psychology: Applied, 8(2), 75. DOI: 10.1037//1076-898X.8.2.75
  2. Hunt, M. K. et al. (2005) Construct validity of the BART: associations with psychopathy and impulsivity. Assessment, 12(4), 416-428. DOI: 10.1177/1073191105278740
  3. Lauriola, M. et al. (2014) Individual differences in risky decision making: A meta-analysis of sensation seeking and impulsivity with the BART. Journal of Behavioral Decision Making, 27(1), 20-36. DOI: 10.1002/bdm.1784

Demoโ€‹

Screenshotsโ€‹

Balloon Risk gameplayualloon risk customization

Dataโ€‹

static_dataโ€‹

FieldTypeDescription
pointsnumberTotal points earned in the session

temporal_slicesโ€‹

FieldDescription
itemPump number within the balloon
value0 = balloon exploded, 1 = intact
typefalse = exploded, true = intact
durationTime since last pump (ms)
levelBalloon number

Cortex Featuresโ€‹

balloon_risk (raw) โ†’ game_level_scores (primary) โ†’ game_results (secondary)

Game results returns average number of pumps per balloon.

View in Portal | Python SDK | API Reference