{% extends "global/Base.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}

Please answer the following questions.

{% formfield player.crt_bat label="A bat and a ball cost 22 dollars in total. The bat costs 20 dollars more than the ball. How much does the ball cost? (Please give your answer in cents.)" %} {% formfield player.crt_widget label="If it takes 5 machines 5 minutes to make 5 widgets, how many minutes would it take 100 machines to make 100 widgets?"%} {% formfield player.crt_lake label="In a lake, there is a patch of lily pads. Every day, the patch doubles in size.If it takes 48 days for the patch to cover the entire lake, how many days would it take for the patch to cover half of the lake?" %} {% next_button %} {% endblock %}