{% extends "global/Page.html" %} {% load otree %} {% block title %} Survey {% endblock %} {% block content %}
{% block styles %} {% endblock %}
{{ if player.participant.treatment == 1 }}

Do you think ability or effort plays a bigger role in determining performance in the task in Part 1?

{{ else }}

Do you think ability or effort plays a bigger role in determining performance in the task in Part 1 and Part 4?

{{ endif }}

Please indicate using the scale below ("1" being purely ability driven and "5" being purely effort driven).


Ability driven

  
    
    
    
Effort driven



{% if form.errors %} {% endif %} {{ endblock }}