{{ block title }}Results{{ endblock }} {{ block content }} {{ if player.q1}}

Question 1: Incorrect. You answered "True" but there is actually only one possible asset that you can invest in.

{{ else }}

Question 1: Correct! You answered "False". There is only one possible asset that you can invest in.

{{ endif }} {{ if player.q2}}

Question 2: Correct! You answered "True". During any round, you are free to invest 0% in the asset.

{{ else }}

Question 2: Incorrect. You answered "False". You are free to invest 0% in the asset during any round.

{{ endif }} {{ if player.q3}}

Question 3: Incorrect. You answered "True". If the current market is good, that means that there is a higher chance of the next market also being good.

{{ else }}

Question 3: Correct! You answered "False". If the current market is good, that means that there is a higher chance of the next market also being good.

{{ endif }} {{ if player.q4}}

Question 4: Incorrect. You answered "True". 500 research points translates to $2.50 at the end of the experiment.

{{ else }}

Question 4: Correct! You answered "False". 500 research points translates to $2.50 at the end of the experiment.

{{ endif }} {{ next_button }} {{ endblock }}