Randomization Method
Between-subject randomization is done in Python before subjects start with the experiment. Randomization is done on the following levels:
(1) The environmental domain that participants face (forests or air quality)
(2) The positive and negative growth rate in each domain (0.1% - 5.0% p.a.)
(3) Whether participants face the consumption scenario first, or the environmental scenario
(4) The order of the nine variants per scenario: Here, randomization is only done within the same level of complexity i.e. within the variants where only one domain experiences growth and within the variants where both domains experience growth. Participants always see the variant first without any growth, followed by the variants with growth in a single domain, followed by the variants with growth in both domains at the same time.
There is no control group in the narrow sense of the term. For each participant, the decisions in variants without any growth serve as the control. The difference between these control decisions and the decisions with growth rate informations constitute the treatment effect.