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

Relation between performer's performance and earnings of the decider


{% endblock %} {% block content %}

For this round, the performer you are evaluating is {{ Constants.nameperformer }}. {{ Constants.pronounperformer }} is a student at a university in Delhi and is {{ Constants.ageperformer }} years old.

Below you can see how each addition solved correctly by {{ Constants.nameperformer }} affected the probability of higher earnings for {{ Constants.Pronounperformer }} Decider.


Number of correct answers by {{ Constants.nameperformer }} led to Lottery earned by {{ Constants.Pronounperformer }} Decider
0 correct answers -->
  • with {{Constants.probability_c0}}% probability the earnings were {{ Constants.highpayoff }};
  • with {{Constants.probability_c0com}}% probability the earnings were {{ Constants.lowpayoff }}.
  • 1 correct answer -->
  • with {{Constants.probability_c1}}% probability the earnings were {{ Constants.highpayoff }};
  • with {{Constants.probability_c1com}}% probability the earnings were {{ Constants.lowpayoff }}.
  • 2 correct answers -->
  • with {{Constants.probability_c2}}% probability the earnings were {{ Constants.highpayoff }};
  • with {{Constants.probability_c2com}}% probability the earnings were {{ Constants.lowpayoff }}.
  • 3 correct answers -->
  • with {{Constants.probability_c3}}% probability the earnings were {{ Constants.highpayoff }};
  • with {{Constants.probability_c3com}}% probability the earnings were {{ Constants.lowpayoff }}.
  • 4 correct answers -->
  • with {{Constants.probability_c4}}% probability the earnings were {{ Constants.highpayoff }};
  • with {{Constants.probability_c4com}}% probability the earnings were {{ Constants.lowpayoff }}.
  • 5 correct answers -->
  • with {{Constants.probability_c5}}% probability the earnings were {{ Constants.highpayoff }};
  • with {{Constants.probability_c5com}}% probability the earnings were {{ Constants.lowpayoff }}.
  • 6 correct answers -->
  • with {{Constants.probability_c6}}% probability the earnings were {{ Constants.highpayoff }};
  • with {{Constants.probability_c6com}}% probability the earnings were {{ Constants.lowpayoff }}.
  • 7 correct answers -->
  • with {{Constants.probability_c7}}% probability the earnings were {{ Constants.highpayoff }};
  • with {{Constants.probability_c7com}}% probability the earnings were {{ Constants.lowpayoff }}.

  • {% next_button %} {% endblock %}