{% extends "global/Page.html" %}
{% load staticfiles otree %}
{% block title %}
Question set - 1
{% endblock %}
{% block content %}
How many questions do you think the performer, {{ Constants.nameperformer }}, solved correctly?
{% formfield player.BeliefExAnte1 label="" %}
{% next_button %}
{% endblock %}