{% if interaction.user_guess or not blind %}
the chance you are misunderstood is {{ interaction.user_miscommunication }}
the chance you misunderstand your partner is {{ interaction.foil_miscommunication }}
{% endif %}
your intended trust history: {{user_intent}}
{% if interaction.user_guess %}
your apparent trust history: {{user_effect}}
partner's intended trust history: {{foil_intent}}
{% endif %} partner's apparent trust history: {{foil_effect}}
{% with your_score, foil_score = interaction.score() %}
current score: {{ your_score }} to {{ foil_score }} {% endwith %} {% if interaction.user_guess %} {% if interaction.user_guess == interaction.foil_strategy %}
You guessed right!: {{ interaction.get_user_guess_display() }} {% else %}
You guessed wrong: {{ interaction.get_user_guess_display() }}
(When the truth was: {{ interaction.get_foil_strategy_display() }}) {% endif %}
What percentage of the time did you act like one of the basic strategies?
{% for j in strategy_list %}
{{j.strategy}}:
(your partner's intent {{j.foil_intent}}%)
(your partner appeared to you {{j.foil_effect}}%)
(your intent {{j.user_intent}}%)
(your appearance to your partner {{j.user_effect}}%)
{% endfor %}
{% else %} Who are you exchanging with?
{% endif %}
{% if interaction.user_guess %}
{% elif blind %}
reveal the level of miscommunication
{% else %}
hide the level of miscommunication
{% endif %}
{% with j_results=interaction.journey.results() %}
{% if j_results %}
you have guessed correctly {{j_results['correct_guesses']}} of
{{j_results.completed_dialogs}} times, averaging
{{j_results.mean_exchanges}}
exchanges per dialog
{% endif %}
{% endwith %}
exchange with new partner
start a new journey