{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Introduction
{% endblock %}
{% block content %}
Hello, Participant! I appreciate your joining this experiment and hope you enjoy the process.
Your actions will contribute to the understanding of people's decisions under risks
The experiment consists of three parts, 9 rounds each.
Part 1: Make personal choices between two lotteries, each with different possible outcomes and their chances
Part 2: Make alike personal choices with public information available
Part 3: Make alike collective choices when randomly grouped with other participants each round
{% formfields %}
{% next_button %}
{% endblock %}