{{ extends 'global/Page.html' }} {{ block title }}Task 2 Instruction{{ endblock }} {{ block content }}
This experiment is about an investment game. You could use your current account balance {{participant.Total}} to make investment decisions on a virtual farmland market .
The experiment will consist of 5 trading periods. In each period, you could purchase farmlands from the auctioneer. There are 4 irrigated farmlands with different saturated thickness levels and 1 dryland farmland (farmlands with 0/10/20 feet saturated thickness) available to be purchased in each period.
Introduction of farmland
Farmland could bring you returns. The return of the farmland is related to the saturated thickness level and follows a distribution. The farmland with a higher saturated thickness level has a larger mean of return. The farmland lasts only one period, which means you only get a return once for each farmland in the whole game.
In general, the average saturated thickness level of the aquifer will decline by20 feet each period because of agricultural production on the farmlands. The farmlands sold to you in each period might have different saturated thickness levels, but with a mean at the average saturated thickness level of the aquifer, which means in the later period, the posssibility of getting the higher saturated thickness level farmlands available for auction is less. The saturated thickness level of the farmland available to sell in each period is randomly drawn from a normal distribution ~N (aquifer level, 20). The saturated thickness of each available farmland to be sold will be informed to you in each period.
Autcion Rule
You could use the money you received from Part 1 and showup fee to purchase the farmland assets. At the beginning of each period, we will release the average saturated thickness of the aquifer and the information of the available farmlands, including the number of farmlands to be sold and the saturated thickness of each farmland.
Then, we will conduct auctions for every farmland that is available to be sold sequationally. We will do the auction on the farmlands according to the order of the water level hence the expected return of farmland from the highest to the lowest level. The price of the successfully sold farmland will be automatically taken from the winners’ accounts.
Last, After the farmland is sold, we will randomly genetate the returns for your purchased farmlands. The returns of your farmlands will be automaticall added to your account .
Payment Rule
At the end of period 5, after the return has been generated for the last period, another 500 points will be added to your experiment account as a reward for completing the whole experiment.
the total points left in your experiment account will be converted into US dollars as your final payment. We will pay you in cash/via your student account according to your player ID. If you make negative net points in Part 2 experiment, we will make your net points in Part 2 equal to zero, which means you will still get the payment from Part 1 + show up fee+ completing fee.
{{ formfields }} {{ next_button }} {{ endblock }}