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

What do you think about the difficulty of the task in Part 1?


  
    
    
    
{{formfield 'Difficulty_Part4'}}
{{ else }}

What do you think about the difficulty of the task in Part 1 and Part 4?

For Part 1


  
    
    
    


For Part 4


  
    
    
    
{{ endif }}

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