{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}

You will play a 2 player game in which your earnings at the end will depend on the decisions you both make. If both players answer in an appropiate time, it shouldn't take more than 10 minutes to complete the task.

The sequence is as follows:

  1. You will be asked to answer an individual survey
  2. You will enter the multi-player game with an endowment of 10 points (1 point= 0.01 USD)
  3. You will be asked to engage in a common project that could multiply your earnings by more than double
  4. Player 2 will throw a dice and determine if your earnings are further increased by 1.5 or completely lost
  5. You better hope Player 2 gets lucky!
Your final payment will consist of your earnings from the common project and the participation fee of 0.05 USD

{% next_button %} {% endblock %}