{% block title %} Charity Donations {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}
As part of this study we will make a {{ C.DONATION }} to a charitable organization. You can help us determine which charitable organization receives the donation.
You will make {{ C.NUM_ROUNDS}} decisions. In each decision you will choose one from a group of charities. We will randomly pick one participant who completed this study, and one of their {{ C.NUM_ROUNDS}} decisions, and we will make the donation to the charity their picked in that decision.
Continue to see how the information about each charity will be presented.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}