{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Input Quadratic Figures {% endblock %} {% block content %}
Advertisement: {{player.Name_Initials_Consent}} {{a}}
Standard Quadratic Equation: ax^2 + bx + c
{{player.Name_Initials_Consent}}, please provide the following details to help compute your quadratic equation: {% formfield player.a_coefficient label="What is the coefficient infront of x-squared?" %} {% formfield player.b_coefficient label="What is the coefficient infront of x?" %} {% formfield player.c_coefficient label="What is the coefficient infront of the constant?" %}