from otree.api import ( models, widgets, BaseConstants, BaseSubsession, BaseGroup, BasePlayer, Currency as c, currency_range, Page, WaitPage ) doc = '' class Constants(BaseConstants): name_in_url = 'DT_chi' players_per_group = None num_rounds = 1 class Subsession(BaseSubsession): pass class Group(BaseGroup): pass class Player(BasePlayer): num_correct_1 = models.IntegerField() num_correct_2 = models.IntegerField() Choi_1 = models.IntegerField() Choi_2 = models.IntegerField() Choi_3 = models.IntegerField() Choi_4 = models.IntegerField() Choi_5 = models.IntegerField() Choi_6 = models.IntegerField() Choi_7 = models.IntegerField() Choi_8 = models.IntegerField() Choi_9 = models.IntegerField() Choi_10 = models.IntegerField() Choi_11 = models.IntegerField() Choi_12 = models.IntegerField() Choi_13 = models.IntegerField() Choi_14 = models.IntegerField() Choi_15 = models.IntegerField() Choi_16 = models.IntegerField() Choi_17 = models.IntegerField() Choi_18 = models.IntegerField() Choi_19 = models.IntegerField() Choi_20 = models.IntegerField() Choi_21 = models.IntegerField() Choi_22 = models.IntegerField() Choi_23 = models.IntegerField() Choi_24 = models.IntegerField() Choi_25 = models.IntegerField() Choi_26 = models.IntegerField() Choi_27 = models.IntegerField()