{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Results of Quadratic Equation {% endblock %} {% block content %}

Equation: ax^2 + bx + c

Inputs You Entered
a coefficient: {{a_coefficient}}
b coefficient: {{b_coefficient}}
c coefficient: {{c_coefficient}}
Results
Results Positive: {{final_result_positive}}
Results Negative: {{final_result_negative}}

Click next to move to next page.
{% next_button %} {% endblock %}