from otree.api import Currency as c, currency_range from ._builtin import Page, WaitPage from .models import Constants class MyPage(Page): pass class ResultsWaitPage(WaitPage): pass class Results(Page): pass class YPage0(Page): pass class YPage1(Page): form_model = 'player' form_fields = ['q10'] class YPage2(Page): pass class YPage3(Page): form_model = 'player' form_fields = ['q11', 'q12', 'q13', 'q14', 'q15', 'count_ypage3_b1', 'count_ypage3_b2','count_ypage3_b3', 'count_ypage3_b4', 'count_ypage3_b5', 'count_ypage3_b6', 'count_ypage3_t1', 'count_ypage3_t2', 'count_ypage3_t3', 'count_ypage3_t4', 'count_ypage3_t5', 'count_ypage3_t6'] pass class YPage4(Page): form_model = 'player' form_fields = ['q16','q17', 'q18', 'q19', 'q20', 'q21', 'q22', 'q23', 'q24', 'q25', 'q26', 'count_ypage4_b1', 'count_ypage4_b2','count_ypage4_b3', 'count_ypage4_b4', 'count_ypage4_b5', 'count_ypage4_b6', 'count_ypage4_t1', 'count_ypage4_t2', 'count_ypage4_t3', 'count_ypage4_t4', 'count_ypage4_t5', 'count_ypage4_t6'] pass class YPage5(Page): form_model = 'player' form_fields = ['q27', 'q28', 'count_ypage5_b1', 'count_ypage5_b2','count_ypage5_b3', 'count_ypage5_b4', 'count_ypage5_b5', 'count_ypage5_b6', 'count_ypage5_t1', 'count_ypage5_t2', 'count_ypage5_t3', 'count_ypage5_t4', 'count_ypage5_t5', 'count_ypage5_t6'] class YPage6(Page): form_model = 'player' form_fields = ['q29', 'q30', 'q31', 'q32', 'q40','q41', 'q42', 'q47', 'q48', 'q49', 'q50', 'q51_1', 'q51_2', 'q51_3', 'q51_4', 'q51_5', 'count_ypage6_b1', 'count_ypage6_b2','count_ypage6_b3', 'count_ypage6_b4', 'count_ypage6_b5', 'count_ypage6_b6', 'count_ypage6_t1', 'count_ypage6_t2', 'count_ypage6_t3', 'count_ypage6_t4', 'count_ypage6_t5', 'count_ypage6_t6'] class YPageFinal(Page): pass class y1(Page): pass class y2(Page): pass class y3(Page): pass class y4(Page): pass class y5(Page): pass class y6(Page): pass page_sequence = [YPage1, YPage0, y1, y2, y3, y4, y5, y6, YPage3, YPage4, YPage6, YPageFinal]