{{ block title }}
Results
{{ endblock }}
{{ block content }}
After selecting a random marble, you guessed that the jar was {{ if player.is_blue == 'True' }} blue. {{ else }} red. {{ endif }}
{{ if subsession.round_number <= 5 }}
{{ if group.is_blue == player.is_blue }} The majority of your group matched your guess. {{ else }} However, the majority of your group guessed that the jar was {{ if group.is_blue == 'True' }} blue. {{ else }} red. {{ endif }} {{ endif }}
{{ else }}
{{ if group.is_blue == player.is_blue }} The entirety of your group matched your guess. {{ else }} However, at least one member of your group guessed that the jar was {{ if group.is_blue == 'True' }} blue. {{ else }} red. {{ endif }} {{ endif }}
{{ endif }}
So, the group decision was submitted as {{ if group.is_blue == 'True' }} blue. {{ else }} red. {{ endif }}
{{ if group.is_blue == group.jar_type }} {{ if group.is_blue == player.is_blue }} Way to go! Your{{ else }} Even though you guessed incorrectly, your{{ endif }} group succesfully guessed that the true color of the jar was {{ if group.jar_type == 'True' }} blue! {{ else }} red! {{ endif }} As a result, each of you will recieve a payoff of {{ player.payoff }} {{ else }} Unfortunetly, the true color of the jar was {{ if group.jar_type == 'True' }} blue. {{ else }} red. {{ endif }} Each of you will therefore recieve a payoff of {{ player.payoff }}. Better luck next time! {{ endif }}
{{ next_button }}
{{ endblock }}