from otree.api import ( models, widgets, BaseConstants, BaseSubsession, BaseGroup, BasePlayer, Currency as c, currency_range ) author = 'Your name here' doc = """ Your app description """ class Constants(BaseConstants): name_in_url = 'my_empathy_IRI' players_per_group = None num_rounds = 1 instructions_template = 'my_empathy_IRI/Instructions.html' class Subsession(BaseSubsession): pass class Group(BaseGroup): pass class Player(BasePlayer): test_question_1 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_2 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_3 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_4 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_5 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_6 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_7 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_8 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_9 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_10 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_11 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_12 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_13 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_14 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_15 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_16 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_17 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_18 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_19 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_20 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_21 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_22 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_23 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_24 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_25 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_26 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_27 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() ) test_question_28 = models.IntegerField( choices=[1, 2, 3, 4, 5], widget=widgets.RadioSelectHorizontal() )