{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Round {{Constants.roundnumber}} - Please wait until your Partner performs the task for you. {% endblock %} {% block content %}

You are paired with {{player.name}}, a {{player.ageother}} years old student at Delhi School of Economics, for this round.

Please wait until {{player.pronoun}} performs the task for you.

As soon as {{player.pronoun}} has completed the puzzles' task you will be able to proceed with the next page.

Below you can see how each correct puzzle increases the probability of higher earnings for you.


Number of correct answers by the Performer Lottery earned by the Decider
0 correct answers
  • with {{Constants.probability_c0}}% probability the outcome is {{ Constants.highpayoff }};
  • with {{Constants.probability_c0com}}% probability the outcome is {{ Constants.lowpayoff }}.
  • 1 correct answer
  • with {{Constants.probability_c1}}% probability the outcome is {{ Constants.highpayoff }};
  • with {{Constants.probability_c1com}}% probability the outcome is {{ Constants.lowpayoff }}.
  • 2 correct answers
  • with {{Constants.probability_c2}}% probability the outcome is {{ Constants.highpayoff }};
  • with {{Constants.probability_c2com}}% probability the outcome is {{ Constants.lowpayoff }}.
  • 3 correct answers
  • with {{Constants.probability_c3}}% probability the outcome is {{ Constants.highpayoff }};
  • with {{Constants.probability_c3com}}% probability the outcome is {{ Constants.lowpayoff }}.

  • {% endblock %}