{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task 3: Role Descriptions {% endblock %} {% block content %} {% if player.role == 'Sender' %}
You are assigned the role of describing the puzzles.
On the next screen you will be shown the two puzzles, which only you will be able to see. Your partner was given a manual that details how to solve various puzzles, but does not know which ones your group were assigned.
You must communicate thoroughly with your partner to explain them what you are seeing. With this information, your partner should be able to look at the manual and tell you the solution for the puzzle. You then have to enter this solution to the corresponding solution box located at the bottom of the screen.
On the next screen you will also find two buttons. The first one will read "Check Answers". This will check your solutions. If they are correct, it will lead you to the next screen. You can use this button as often as you need. There is no penalty for checking an incorrect solution. You will only be able to advance if you answer both puzzles correctly.
If one or more solutions are wrong, you will get a notification saying: "Wrong answer, please try again" (so you will know something isn't correct).
The second button says "Leave Stage". If you click this button, you will abandon the task and neither you nor your partner will receive the bonus earning from this third part of the study. You will still keep your earnings from the previous part.
{% endif %} {% if player.role == 'Receiver' %}You are assigned the role of the explaining how to solve the puzzles.
You will see a pdf with a set of instructions. This manual will help you and your partner solve two puzzles that they will see but not know how to solve.
Each of the manual's pages show the instructions on how to solve one of the possible puzzles. Please note that not all pages will be of use to you and not everything on the manual is applicable to your group's puzzles.
Your partner does not know what your manual looks like. Make sure you communicate clearly with the information you need to answer these puzzles, so they can enter the solutions on their screen.
On the next screen you will find a button that reads "Leave Stage". If you click this button, you will abandon the task and neither you nor your partner will receive the bonus earning from this third part of the study. You will still keep your earnings from the previous part.
{% endif %} {% next_button %} {% endblock %}