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

Highest Two Card Combination Instructions

In the following game, you will draw two cards and add up their numbers based on the following rules:

  1. Aces count as 1
  2. There are no Jacks, Queens or Kings
  3. Cards are privately revealed one at a time and a hand is made up of only 2 cards.

The game will consist of 20 time periods with 1 card drawn per period; after each draw, the card is reinserted into the deck and it is shuffled before the next draw. After taking an initial draw, you may decide to either:

  1. Hold on to your card (accept) and draw the next card to make a full hand. The full hand is then stored in your score card and then you will start the process over again with 2 periods used up.
  2. Not accept the card and start the process over immediately in the next period with 1 period used up.

You have 60 seconds to make the above decision. Otherwise the card the automatically accepted.

At the end of 20 periods, the maximum score among all the completed hands will be your final score.

An additional monetary prize may be given at the end of the experiment depending on your final score. The higher your final score, the higher the prize.

{% endblock %} {% block scripts %} {% endblock %}