{% extends "otree/Page.html" %} {% load otree static %} {% block title %} Instructions {% endblock %} {% block content %}

In this experiment you can buy and sell assets. You are going to play for {{periods}} periods.
Initially you have {{Constants.assets}} assets and {{Constants.endowment}} points to trade with.

The value of each asset changes every round. The real value is draw randomly from this list [0, 8, 28, 60]. Therefore, the average value is 24 points.
Your objective is to get as many points as possible.

{% next_button %} {% endblock %}