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
total_earningsnumberTotal points earned
total_pumpsnumberTotal pump taps across all balloons
balloons_collectednumberBalloons where points were banked
balloons_poppednumberBalloons that burst
total_balloonsnumberTotal balloons presented
avg_pumpsnumberAverage pumps per balloon
avg_pumps_collectednumberAverage pumps on collected balloons (standard BART risk index)
pop_ratenumberProportion of balloons that popped
balloon_countnumberConfiguration: number of balloons
breakpoint_meannumberConfiguration: mean burst threshold
breakpoint_stdnumberConfiguration: burst threshold variability
breakpointsnumber[]Actual burst thresholds for each balloon
balloon_resultsarrayPer-balloon detail (see below)
scorenumberLegacy score
correct_answersnumberBalloons collected
total_questionsnumberTotal balloons
questionnaireobjectPost-game ratings: clarity (1-5), happiness (1-5)

Each entry in balloon_results:

FieldTypeDescription
pumpsnumberPumps on this balloon
collectedbooleanWhether points were collected
earningsnumberPoints earned (0 if popped)
breakpointnumberBurst threshold for this balloon

temporal_slicesโ€‹

The activity emits three event types per balloon:

FieldTypeDescription
itemnumberBalloon number
typestringEvent type: "pump", "burst", or "collect"
valuenumberCumulative pumps (0 for burst events)
durationnumberTime since last event (ms)
levelnumberBalloon number
pumpsnumberCumulative pump count
eventstring"pump", "burst", or "collect"

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