Introduction
The Balloon Analogue Risk Task (BART) helps psychologists study how people take risks. In the task, you see a virtual balloon on the screen. With each button press, you can inflate the balloon to earn more points. But if you pump it too far, it might explode, and you lose the points for that round. The trick is deciding when to stop and collect your winnings before the balloon bursts.
The task was first developed by Lejuez and colleagues (2002) as a simple and engaging way to measure risk-taking in a controlled environment. What makes the BART so useful is that it mimics real-life situations where we have to balance potential rewards against the risk of loss—like deciding how fast to drive, how much money to invest, or when to speak up in a group. Because of this, researchers use BART to understand decision-making in both healthy individuals and those with psychological or behavioural conditions.
The score on the BART task correlates well with Barratt’s impulsivity scale (available here on PsyToolkit) and some other scores. Here is a short quote from the 2002 paper: "Correlations among Adj BART and the risk-related constructs are shown in Table 2. With the exception of Eysenck Venturesome subscale score, Adj BART score was significantly correlated with each of the relevant measures of risk-related constructs, including Barratt Impulsiveness total score, Eysenck Impulsivity subscale score, MPQ Behavioral Constraint superfactor score, and Sensa- tion Seeking total score." (page 79 of Lejuez et al., 2002).
There are many examples of its use and the 2002 paper a highly cited study in psychology. For example, it has been useful for testing real-world risk taking in adolescents and it has been used to compare smokers and non-smokers (see references at bottom of page). |
Detail of how the task works
Participants need to collect money. In total there are 90 trials.
There are 3 types of baloons (30 blue, 30 yellow, and 30 orange ones):
Colour |
When explode likely |
Blue |
64 pumps is average explosion point |
Yellow |
16 pumps is average explosion point |
Orange |
4 pumps is average explosion point |
Obviously, orange balloons cannot be pumped much, while blue ones can be pumped up a long time.
On each trial, they are shown a ballon and they can inflate it with clicking a "pump" button or "collect $$$" button to collect the money.
With each additional pump, the trial counter adds up 5 cents. There are two counters on the screen, one for the current trial and one for the total earned.
About this implementation
Here we follow the original 2002 paper except for the following:
First, we added three training trials. The added training trials do not interfere with the training as the training balloons are green and all explode only if people would have pressed the pump up button 10 times. You can remove this from the task easily. You simply remove the line task bart 3 and you remove the block feedback1.
Second, we provide after the training block and at the end of the experiment a feedback report about how much money was earned and more. The idea here is that this is of interest. If you do not like this, you can take this out of the experiment by removing blocks feedback1 and feedback2.
Block order
The block order is as in the paper except for the first training block which PsyToolkit added.
-
Training block (3 green baloons)
-
30 trials of randomly colored balloons (10 yellow, 10 green, 10 blue)
-
20 blue balloons
-
20 yellow balloons
-
20 orange balloons
Scoring
The BART score is calculated as in the 2002 study. It is the average number of pumps for trials in which the balloon did not explode. In the paper they call this the adjusted score.
Each participant gets exactly the same explosion points offered, so you can compare participants really well. We did not have the exact explosion points of the original paper, but we followed the same logic of a mean of 64 for blue balloons, 16 for yellow balloons, and 4 for orange balloons. Further we ensured these numbers held over blocks of 10 trials to ensure a good distribution.
Run the demo
Data output file
In PsyToolkit, the data output file is simply a textfile. The save line of the PsyToolkit experiment script determines what is being saved in the data output file. Typically, for each experimental trial, you would have exactly one line in your text file, and each number/word on that line gives you the information you need for your data analysis, such as the condition, response speed, and whether an error was made. |
Meaning of the columns in the output datafile. You need this information for your data analysis.
Colum |
Meaning save BLOCKNAME %balloonColor &balloonCount $timesPumped $explosion $earningsThisBalloon &earnings &bartScoreSoFar &averageRT |
1 |
Name of block |
2 |
Balloon color |
3 |
Balloon count (in training block from 1 to 3, and then in rest 1 to 90 |
4 |
Number of times pumped for current balloon |
5 |
Whether an explosion occured (1) or not (0) |
6 |
Earnings for this balloon |
7 |
Total earnings so far |
8 |
Total adjusted BART score so far |
9 |
Average response time for pumpbutton |
Check out the source code
Download
If you have a PsyToolkit account, you can upload the zipfile directly to your PsyToolkit account. |
If you want to upload the zipfile into your PsyToolkit account, make sure the file is not automatically uncompressed (some browsers, especially Mac Safari, by default uncompress zip files). Read here how to easily deal with this.
Further reading
-
Lejuez, C. W., Read, J. P., Kahler, C. W., Richards, J. B., Ramsey, S. E., Stuart, G. L., … & Brown, R. A. (2002). Evaluation of a behavioral measure of risk taking: the Balloon Analogue Risk Task (BART). Journal of Experimental Psychology: Applied, 8(2), 75. You can find free versions like this one on academia.edu.
-
Lejuez, C. W., Aklin, W. M., Zvolensky, M. J., & Pedulla, C. M. (2003). Evaluation of the Balloon Analogue Risk Task (BART) as a predictor of adolescent real-world risk-taking behaviours. Journal of adolescence, 26(4), 475-479.
-
Lejuez, C. W., Aklin, W. M., Jones, H. A., Richards, J. B., Strong, D. R., Kahler, C. W., & Read, J. P. (2003). The balloon analogue risk task (BART) differentiates smokers and nonsmokers. Experimental and clinical psychopharmacology, 11(1), 26.