{% extends "otree/admin/Session.html" %} {% load otree %} {% block internal_scripts %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {% if not published %}
The MTurk payments page will appear after you publish this session to MTurk.
{% else %}MTurk HIT ID | {{ session.mturk_HITId }} |
---|---|
Participation fee | {{ participation_fee }} |
Participant code | Assignment Id | Worker Id | Participation fee | Bonus | Total pay |
---|---|---|---|---|---|
{{ p.code }} | {{ p.mturk_assignment_id|default_if_none:"" }} | {{ p.mturk_worker_id|default_if_none:"" }} | {{ participation_fee }} | {{ p.payoff_in_real_world_currency }} | {{ p.payoff_plus_participation_fee }} |
Participant code | Assignment Id | Worker Id | Participation fee | Bonus | Total pay |
---|---|---|---|---|---|
{{ p.code }} | {{ p.mturk_assignment_id|default_if_none:"" }} | {{ p.mturk_worker_id|default_if_none:"" }} | {{ participation_fee }} | {{ p.payoff_in_real_world_currency }} | {{ p.payoff_plus_participation_fee }} |
You have no participants who finished the experiment.
{% endif %}