from otree.api import Currency as c, currency_range from ._builtin import Page, WaitPage from .models import Constants class risk(Page): form_model = 'player' form_fields = ['gender','age', 'work1','work2','risk', 'when', 'why', 'whatif', 'taxrate','opinion'] class thank(Page): pass page_sequence = [risk, thank]