{% extends "global/Page.html" %} {% load otree static %} {% block title %} Wrap-Up Questionnaire {% endblock %} {% block content %}

Before ending the experiment, please answer a couple of questions about yourself and your experience in this experiment.


How well were you and your partner able to collaborate on the puzzle solving task?

{% formfield player.Question1 label=''%}

How satisfied are you with your partner in this task?

{% formfield player.Question2 label=''%}

How frustrated are you by your partner's choices?

{% formfield player.Question3 label=''%}
{% next_button %} {% endblock %}