{{ block title }} Instructions {{ endblock }} {{ block content }}

Button-Pressing Task Instructions

You will receive a {% C.BONUS|c %} bonus for finishing this task.

On the next page you will play a simple button-pressing task. The object of this task is to alternately press the a and b buttons on your keyboard as quickly as possible for 10 minutes. Every time you successfully press the a and then the b button, you will receive a point. Points are only rewarded when you alternate button pushes; pressing the same button twice will not count.

Buttons must be pressed by hand only (key-bindings or automated scripts are not allowed) or the task will not be approved.

Feel free to score as many points as you can.

{% if condition == 1 %}

Your score will not affect your payment in any way.

{% elif condition == 2 %}

As a bonus, the Red Cross charitable fund will be given 10 cents for every 100 points that you score.

{% else %}

Your score will not affect your payment in any way.

{% endif %}
Summary:
  • Press a and b keys alternately
  • Each complete a-b sequence = 1 point
  • 10 minutes total time
  • {% if condition == 1 %}
  • Your score does not affect your payment
  • {% elif condition == 2 %}
  • Red Cross receives 10 cents per 100 points
  • {% else %}
  • Your score does not affect your payment
  • {% endif %}
{{ next_button }} {{ endblock }}