from otree.api import Currency as c, currency_range from ._builtin import Page, WaitPage from .models import Constants class AmbiguityAversion(Page): form_model = 'player' form_fields = [ 'CASE_A', 'CASE_B', 'CASE_C', 'CASE_D', 'CASE_E', 'CASE_F', 'CASE_G' ] page_sequence = [ AmbiguityAversion ]