{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Investment Game
{% endblock %}
{% block content %}
Please fill out the answers and enter the amount you would like to invest in each option.
Return (r) | Probability (p) | Portfolio Allotment | ||
---|---|---|---|---|
Portfolio {{ order_2.pop() }} | {{ A1 }} {{ A2 }} |
{% formfield 'answer_r_A' label='' %} | {% formfield 'answer_p_A' label=''%} | {% formfield 'invest_A' label=''%} |
Portfolio {{ order_2.pop() }} | {{ B1 }} {{ B2 }} |
{% formfield player.answer_r_B label='' %} | {% formfield player.answer_p_B label='' %} | {% formfield player.invest_B label='' %} | {{ endif }}
Portfolio {{ order_2.pop() }} | {{ C1 }} {{ C2 }} |
{% formfield player.answer_r_C label=''%} | {% formfield player.answer_p_C label=''%} | {% formfield player.invest_C label=''%} |
Portfolio {{ order_2.pop() }} | {{ D1 }} {{ D2 }} |
{% formfield player.answer_r_D label=''%} | {% formfield player.answer_p_D label=''%} | {% formfield player.invest_D label=''%} |
Portfolio {{ order_2.pop() }} | {{ E1 }} {{ E2 }} |
{% formfield player.answer_r_E label=''%} | {% formfield player.answer_p_E label=''%} | {% formfield player.invest_E label=''%} |