{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Results
{% endblock %}
{% block content %}
You stated that you did not learn anything new from Computer 3.
{% formfield player.Nudge_2_why_no_l_explain label="Why do you think that you did not learn anything from Computer 3?" %}
{% next_button %}
{% endblock %}