{{ extends "global/Page.html" }} {{ block title }}Earning Money{{ endblock }} {{ block content }} {{ include_sibling 'uw_teton_bg.html' }}

In one part of the study, you or your partner will be randomly chosen to get the opportunity to earn money. The person selected will earn their money by completing a task that involves counting the number of 1s in matrices made up of 1s and 0s.

If you are chosen to do the matrix task to earn money, your task is to count the number of 1s in each matrix. Your pay from this task will be determined by how many matrices you correctly answer. If you answer a matrix incorrectly, you will move on to a new matrix. You will have {{session.config.time_limit}} minutes to earn up to ${{max_budget}} by completing up to {{session.config.num_correct}} matrices.

You will each get an opportunity to practice the matrix task. Below is an example of a {{session.config.m_size}} by {{session.config.m_size}} matrix identical to what you would see during the task. In this example, there are {{matrix_sum}} total 1s that you would need to count.

{% for row in matrix %} {% for cell in row %} {% endfor %} {% endfor %}
{{ cell }}

{{ formfields }} {{ next_button }} {{ endblock }}