{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 1 - Question {% endblock %} {% block content %}
Time: {{ time }} seconds.
In the following audio clip, you can hear a human voice pronouncing a word.
This is an auditory illusion, and people do not agree on what they hear.
You can hear one thing or another based on many variables.
Please, press the play button and listen to the audio clip.
{% if player.w_audio == 1 %}
{% formfield player.audio1 label = "Which word do you think is more likely pronounced?" %}
{% else %}
{% formfield player.audio2 label = "Which word do you think is more likely pronounced?" %}
{% endif %}
Please click "Next" to continue.
{% next_button %} {% endblock %}