{{ block title }} {{ endblock }} {{ block content }}

Rules Reminder


You are about to start the decision task in part 3.{{ if player.bid_success == False }} There is a warning system available to you.{{ else }} There is no warning system available to you.{{ endif }}
Here is a reminder of the basic rules: (click to expand)

Your task is to decide how many tokens to claim from a pot.

You can claim between 0 and 100 tokens but there is a problem: You do not know how many tokens are in the pot.

The number of tokens is randomly determined by a computer - any number between 0 and 100 is equally likely.

In each part, there are 2 rounds.

If your first-round claim is not successful ✖ (you claim more tokens than there are in the pot) …
  • you earn nothing
  • the respective part of the study ends immediately
If your first-round claim is successful ✔ (there are more tokens in the pot than you claim) …
  • you receive the claimed tokens
  • you continue to the second round. You can again claim any number of tokens.
  • the pot replenishes. It contains the same (unknown) number of tokens in round 2 as in round 1.

  • If your claim in the second round is not successful ✖ …
    • you only earn the tokens claimed in round 1.

    If your claim in the second round is successful ✔ …
    • you earn the tokens claimed in round 1 and 2.

The unknown number of tokens does not change during one part. It is the same in rounds 1 and 2.

{{ if player.bid_success == False }}

If your claim leaves less than 40 tokens in the pot, you will get a warning. If your claim leaves more than 40 tokens in the pot, you will get no warning.

{{if player.noise == True}} The warning system is said to function correctly in 8 out of 10 cases. Consequently, false alarms or missed alarms may occur in 20% of cases.

{{else}}{{endif}} {{ else }} {{ endif }}

Each token you earn is worth real money. Your earnings in each part are the sum of successful claims. One part is randomly selected for payout.


{{ next_button }} {{ endblock }}