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

Suppose after Part 3, there is another Part 4 where you can solve another round of puzzles, just like in Part 1.


In Part 2, you guessed that you had solved {{player.participant.bef_abs}} puzzle(s) correctly in Part 1. How many puzzles do you think you will be able to solve correctly in this hypothetical Part 4?

{{formfield 'efficacy_1'}}

How confident are you about achieving this level of performance?

{{ else }}

Before we proceed to Part 4, please answer the following questions.


In Part 2, you guessed that you had solved {{player.participant.bef_abs}} puzzle(s) correctly in Part 1. How many puzzles do you think you will be able to solve correctly in this hypothetical Part 4?

{{formfield 'efficacy_1'}}

How confident are you about this guess?

{{ endif }}
  
    
    
    

Your payment in this experiment will not be affected by your responses to these questions.



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