{{ block title }} Results of Practice {{ endblock }} {{ block content }}
This part displays information of quantity and average quality in the slider game. As the table shows, you finished moving {{ player.quantity }} sliders and got an average quality of {{ player.quality }} in Round 3. The profit of Round 3 is {{ player.profit }} points. You can see the result in this round and the history of previous rounds.
Click "Next" to continue the experiment.
Practice Rounds | Quantity | Average Quality | Profit |
1 | {{ player.q_round1 }} | {{ player.qua_round1 }} | {{ player.p_round1 }} |
2 | {{ player.q_round2 }} | {{ player.qua_round2 }} | {{ player.p_round2 }} |
3 | {{ player.quantity }} | {{ player.quality }} | {{ player.profit }} |
{{ next_button }} {{ endblock }}