{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Student Name
{% endblock %}
{% block content %}
Please type your name so you can get credit:
{% formfield player.stud_name %}
What course are you in?
{% formfield player.stud_course%}
What section of this course are you in?
{% formfield player.stud_section%}
Did you think instructions were clear? If not, what can be improved?
{% formfield player.stud_instructions_comment %}
Do you have any other feedback? Can any of the screens be made more user friendly?
{% formfield player.stud_other_comments %}
{% next_button %}
{% endblock %}