# Generated by Django 2.2.4 on 2022-04-20 09:01 from django.db import migrations, models import django.db.models.deletion import otree.db.models class Migration(migrations.Migration): initial = True dependencies = [ ('otree', '0001_initial'), ] operations = [ migrations.CreateModel( name='Group', fields=[ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('id_in_subsession', otree.db.models.PositiveIntegerField(db_index=True, null=True)), ('round_number', otree.db.models.PositiveIntegerField(db_index=True, null=True)), ('selection_supervisor', otree.db.models.IntegerField(choices=[[1, 'Employee 1'], [2, 'Employee 2']], null=True, verbose_name='')), ('session', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='livepages_group', to='otree.Session')), ], options={ 'db_table': 'livepages_group', }, ), migrations.CreateModel( name='Player', fields=[ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('id_in_group', otree.db.models.PositiveIntegerField(db_index=True, null=True)), ('_payoff', otree.db.models.CurrencyField(default=0, null=True)), ('round_number', otree.db.models.PositiveIntegerField(db_index=True, null=True)), ('_gbat_arrived', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], default=False, null=True)), ('_gbat_grouped', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], default=False, null=True)), ('final_submission', otree.db.models.IntegerField(null=True, verbose_name='')), ('finished_1', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], null=True)), ('finished_2', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], null=True)), ('finished_3', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], null=True)), ('finished_4', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], null=True)), ('finished_5', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], null=True)), ('comprehension_emp1', otree.db.models.IntegerField(choices=[[1, 'True'], [2, 'False']], null=True, verbose_name='The decision to ask for feedback or not will be at my own discretion.')), ('comprehension_emp2', otree.db.models.IntegerField(choices=[[1, 'True'], [2, 'False']], null=True, verbose_name='I can ask feedback as often as I want.')), ('comprehension_emp3', otree.db.models.IntegerField(choices=[[1, 'True'], [2, 'False']], null=True, verbose_name='I can use the chatbox to freely communicate with the supervisor.')), ('comprehension_sup1', otree.db.models.IntegerField(choices=[[1, 'True'], [2, 'False']], null=True, verbose_name='The employee can ask feedback as often as he or she wants.')), ('comprehension_sup2', otree.db.models.IntegerField(choices=[[1, 'True'], [2, 'False']], null=True, verbose_name='I can use the chatbox to freely communicate with each employee.')), ('personalcode', otree.db.models.StringField(max_length=10000, null=True)), ('nationality', otree.db.models.StringField(max_length=10000, null=True)), ('mother_tongue', otree.db.models.StringField(max_length=10000, null=True, verbose_name='What is your mother tongue (first language)?')), ('educational_level', otree.db.models.IntegerField(choices=[[1, 'Bachelor degree'], [2, 'Master degree'], [3, 'Other'], [4, 'I prefer not to say']], null=True, verbose_name='What best describes your current educational level?')), ('educational_track', otree.db.models.IntegerField(choices=[[1, 'Economics'], [2, 'International Business Administration/Business Economics'], [3, 'Other degree in Management or Economics'], [4, 'Degree in Law'], [5, 'Degree in Psychology'], [6, 'Other'], [7, 'I prefer not to say']], null=True, verbose_name='What best describes your current educational track?')), ('work_experience', otree.db.models.IntegerField(choices=[[1, 'I do not have work experience'], [2, 'Less than 1 years work experience'], [3, 'Between 1 to 2 years work experience'], [4, 'Between 2 to 3 years work experience'], [5, 'Between 3 to 5 years work experience'], [6, 'More than 5 years work experience']], null=True, verbose_name='Please indicate your work experience. All jobs count, including part-time and volunteer work.')), ('english', otree.db.models.IntegerField(null=True, verbose_name='Please rate your English on a percentage scale between 0 and 100.')), ('gender', otree.db.models.IntegerField(choices=[[1, 'Male'], [2, 'Female'], [3, 'Other']], null=True, verbose_name='Please select your gender.')), ('age', otree.db.models.IntegerField(null=True, verbose_name='Please enter your age.')), ('newspaper', otree.db.models.IntegerField(choices=[[1, 'Never or rarely - Less than 30% of the days'], [2, 'Occasionally - On about 30% of the days'], [3, 'Sometimes - On about 50% of the days'], [4, 'Frequently - On about 70% of the days'], [5, 'Usually - On about 90% of the days or every day']], null=True, verbose_name='How often do you read a newspaper (online or on paper)?')), ('interest_1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I thought this was a boring activity.')), ('interest_2', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I would describe this activity as very interesting.')), ('interest_3', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='While I was doing this activity, I was thinking about how much I enjoyed it.')), ('competence_1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='After working at this activity for a while, I felt pretty competent.')), ('competence_2', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I am satisfied with my performance during this activity.')), ('competence_3', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I was pretty skilled at this activity.')), ('effort_1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I did not try very hard to do well at this activity.')), ('effort_2', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='It was important to me to do well during this activity.')), ('effort_3', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I did not put much energy into this experiment.')), ('pressure_1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I did not feel nervous at all while doing this activity.')), ('pressure_2', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I felt pressured while doing this activity.')), ('autonomy_1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I had the feeling that I could decide for myself how I did this activity.')), ('autonomy_2', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I had the feeling that I could freely integrate my own ideas in the creative solutions I developed.')), ('value_1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I think this is an important activity.')), ('related_1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I felt really distant to the supervisor.')), ('related_2', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I felt like I could really trust the supervisor.')), ('related_3', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I would really prefer not to interact with the supervisor in the future.')), ('decision_aut_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='This activity gave me a chance to use my personal judgment.')), ('decision_aut_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='This activity allowed me to make a lot of decisions on my own.')), ('decision_aut_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='This activity provided me with significant autonomy.')), ('methods_aut_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='This activity allowed me to make decisions about what methods I wanted to use to develop creative solutions.')), ('methods_aut_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='This activity gave me considerable opportunity for independence and freedom in how I developed creative solutions.')), ('methods_aut_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='This activity allowed me to decide on my own how to go about developing creative solutions.')), ('monitoring_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I sometimes felt like my supervisor was looking over my shoulder.')), ('monitoring_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I had the feeling that my work was constantly being evaluated.')), ('monitoring_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I had the feeling that my supervisor liked to see things done in a certain way.')), ('extrinsic_mot_1', otree.db.models.IntegerField(choices=[[1, 'Never or almost never true of me'], [2, 'Sometimes true of me'], [3, 'Often true of me'], [4, 'Always or almost always true of me']], null=True, verbose_name='I felt strongly motivated by the recognition I could earn if my creative solution was selected at the end of the activity.')), ('extrinsic_mot_2', otree.db.models.IntegerField(choices=[[1, 'Never or almost never true of me'], [2, 'Sometimes true of me'], [3, 'Often true of me'], [4, 'Always or almost always true of me']], null=True, verbose_name='I wanted the supervisor to find out how good I am at developing at creative solutions.')), ('extrinsic_mot_3', otree.db.models.IntegerField(choices=[[1, 'Never or almost never true of me'], [2, 'Sometimes true of me'], [3, 'Often true of me'], [4, 'Always or almost always true of me']], null=True, verbose_name='To me, success meant doing better than the other employee during this activity.')), ('extrinsic_mot_4', otree.db.models.IntegerField(choices=[[1, 'Never or almost never true of me'], [2, 'Sometimes true of me'], [3, 'Often true of me'], [4, 'Always or almost always true of me']], null=True, verbose_name='I was strongly motivated by the desire to get my creative solution selected by the supervisor at the end of the activity.')), ('distraction_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I found myself involved in the experiment.')), ('distraction_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I started to lose my interest as the experiment progressed.')), ('distraction_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='At times, I forgot that I was taking part in the experiment.')), ('distraction_4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I found it difficult to stay focused on what was happening in the experiment.')), ('distraction_5', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I rushed through the experiment without being really attentive to what was going on.')), ('distraction_6', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I did the experiment automatically, without being aware of what I was doing.')), ('distraction_7', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I found myself doing the experiment without paying attention.')), ('identification_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='In developing creative solutions, I felt that the supervisor and I were one team.')), ('identification_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='It felt as if developing creative solutions was joint work by me and the supervisor.')), ('identification_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='It felt as if the supervisor and I joined forces to develop creative solutions.')), ('identification_4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I had the feeling that I could easily approach the supervisor for feedback.')), ('interest_sup1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I think developing creative solutions would be a boring activity.')), ('interest_sup2', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I would describe developing creative solutions as very interesting.')), ('competence_sup1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I would be pretty skilled at developing creative solutions.')), ('effort_sup1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I would not try very hard to do well at developing creative solutions. ')), ('effort_sup2', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='It would be important to me to do well at developing creative solutions.')), ('effort_sup3', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I would not put much energy into developing creative solutions.')), ('pressure_sup1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I would not feel nervous at all while developing creative solutions.')), ('pressure_sup2', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I would be anxious while working on developing creative solutions.')), ('pressure_sup3', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I would feel pressured while developing creative solutions.')), ('value_sup1', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I think developing creative solutions is an important activity.')), ('decision_aut_sup1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='This activity gave me a chance to use my personal judgment.')), ('decision_aut_sup2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='This activity allowed me to make a lot of decisions on my own.')), ('decision_aut_sup3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='This activity provided me with significant autonomy.')), ('methods_aut_sup1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='This activity allowed me to make decisions about what methods I preferred to use to give feedback to the employees.')), ('methods_aut_sup2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='This activity gave me considerable opportunity for independence and freedom in how I gave feedback to the employees.')), ('methods_aut_sup3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='This activity allowed me to decide on my own how to go about giving feedback to the employees.')), ('distraction_sup1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I found myself involved in the experiment.')), ('distraction_sup2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I started to lose my interest as the experiment progressed.')), ('distraction_sup3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='At times, I forgot that I was taking part in the experiment.')), ('distraction_sup4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I found it difficult to stay focused on what was happening in the experiment.')), ('distraction_sup5', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I rushed through the experiment without being really attentive to what was going on.')), ('distraction_sup6', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I did the experiment automatically, without being aware of what I was doing.')), ('distraction_sup7', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I found myself doing the experiment without paying attention.')), ('connected_11', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I felt connected to Employee 1.')), ('connected_12', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I felt that Employee 1 and I were one team.')), ('connected_13', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='It felt as if Employee 1 and I joined forces to develop creative solutions.')), ('connected_21', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I felt connected to Employee 2.')), ('connected_22', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='I felt that Employee 2 and I were one team.')), ('connected_23', otree.db.models.IntegerField(choices=[[1, 'Very untrue of me'], [2, 'Untrue of me'], [3, 'Somewhat untrue of me'], [4, 'Neutral'], [5, 'Somewhat true of me'], [6, 'True of me'], [7, 'Very true of me']], null=True, verbose_name='It felt as if Employee 2 and I joined forces to develop creative solutions.')), ('rating_1', otree.db.models.IntegerField(choices=[[1, 'Poor'], [2, 'Fair'], [3, 'Good'], [4, 'Very good'], [5, 'Excellent']], null=True, verbose_name='In general, how do you rate the creativity of Employee 1?')), ('rating_2', otree.db.models.IntegerField(choices=[[1, 'Poor'], [2, 'Fair'], [3, 'Good'], [4, 'Very good'], [5, 'Excellent']], null=True, verbose_name='In general, how do you rate the creativity of Employee 2?')), ('engage_1', otree.db.models.IntegerField(choices=[[1, 'Not at all'], [2, 'Slightly'], [3, 'Somewhat'], [4, 'Moderately'], [5, 'Very much']], null=True, verbose_name='When developing creative solutions, I felt bursting with energy.')), ('engage_2', otree.db.models.IntegerField(choices=[[1, 'Not at all'], [2, 'Slightly'], [3, 'Somewhat'], [4, 'Moderately'], [5, 'Very much']], null=True, verbose_name='I felt enthusiastic about developing creative solutions.')), ('engage_3', otree.db.models.IntegerField(choices=[[1, 'Not at all'], [2, 'Slightly'], [3, 'Somewhat'], [4, 'Moderately'], [5, 'Very much']], null=True, verbose_name='I was immersed in developing creative solutions.')), ('expectation_emp', otree.db.models.IntegerField(null=True, verbose_name='Please indicate the probability on a scale of 0 to 100% that the supervisor will select your creative solution.')), ('feedback_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='When giving feedback, I tried to mainly help the employees in improving their current creative solution.')), ('feedback_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='When giving feedback, I tried to help the employees in selecting whether or not to continue working on the current creative solution.')), ('feedback_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='When giving feedback, I tried to clearly communicate my expectations of creativity to the employees.')), ('feedback_4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='When giving feedback, I tried to guide the employees to creative solutions I had in mind.')), ('feedback_5', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='When giving feedback to one employee, I was influenced by the creative solutions submitted by the other employee.')), ('feedback_6', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='I found it difficult to give feedback on creative solutions knowing that I also had to select one creative solution later on.')), ('feedback_7', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='My feedback would have been different if the final selection of the creative solution would have been made by someone else.')), ('feedback_8', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='My selection of the most creative solution is influenced by the behavior of employees throughout the 10 minutes.')), ('feedback_9', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='Before starting the experiment, I had high expectations of the creative solutions of the employees.')), ('feedback_10', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, the expectations I had regarding the creative solutions were not met.')), ('alternative_sup1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, I got the feeling that the employee(s) asked feedback to increase the probability that I would select their creative solution.')), ('alternative_sup2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, I got the feeling that the employee(s) asked feedback to signal to me that they were working hard.')), ('alternative_sup3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, I got the feeling that the employee(s) asked feedback to signal to me that they are creative persons.')), ('alternative_sup4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, I got the feeling that the employee(s) asked feedback to detect what I want to see in a creative solution.')), ('alternative_sup5', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, I got the feeling that the employee(s) asked feedback to make sure that I developed a good impression about him/her.')), ('alternative_sup6', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, I got the feeling that the employee(s) asked feedback to make sure that I would consider him/her as my favorite employee.')), ('alternative_sup7', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, I got the feeling that the employee(s) asked feedback to improve their creative performance.')), ('alternative_emp1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I did not ask for feedback']], null=True, verbose_name='By asking feedback, I tried to increase the probability that the supervisor would select my creative proposal.')), ('alternative_emp2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I did not ask for feedback']], null=True, verbose_name='By asking feedback, I tried to signal to the supervisor that I am working hard.')), ('alternative_emp3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I did not ask for feedback']], null=True, verbose_name='By asking feedback, I tried to signal that I am a creative person.')), ('alternative_emp4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I did not ask for feedback']], null=True, verbose_name='By asking feedback, I tried to detect what the supervisor wants to see in a creative solution.')), ('alternative_emp5', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I did not ask for feedback']], null=True, verbose_name='By asking feedback, I tried to make sure that the supervisor developed a good impression about me.')), ('alternative_emp6', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I did not ask for feedback']], null=True, verbose_name='By asking feedback, I tried to make sure that the supervisor would consider me as his/her favorite employee.')), ('alternative_emp7', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I did not ask for feedback']], null=True, verbose_name='By asking feedback, I tried to improve my creative performance.')), ('FB_value_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I did not ask for feedback']], null=True, verbose_name="I find the supervisor's feedback useful.")), ('FB_value_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I did not ask for feedback']], null=True, verbose_name='I felt pleased with myself after receiving feedback.')), ('FB_value_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I did not ask for feedback']], null=True, verbose_name='The feedback of my supervisor made me feel proud.')), ('FB_value_4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I did not ask for feedback']], null=True, verbose_name='The feedback of my supervisor helped me to improve my performance.')), ('FB_value_sup1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, I believe that the feedback I gave to the employee(s) was useful.')), ('FB_value_sup2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, I felt pleased with myself after giving feedback to the employee(s).')), ('FB_value_sup3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, I believe that the feedback I gave helped the employee(s) to improve his/her performance.')), ('FB_value_sup4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree'], [6, 'I was not asked to give feedback']], null=True, verbose_name='In general, I felt that the employee(s) trusted me as a supervisor.')), ('credibility_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I used the feedback of the supervisor.')), ('credibility_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I was influenced by the feedback of the supervisor when developing creative solutions.')), ('credibility_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='The feedback of the supervisor was credible.')), ('reasons_feedback', otree.db.models.StringField(max_length=10000, null=True, verbose_name='What is (are) the reasons that you asked for feedback (if you did)?')), ('understand_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='The instructions of this experiment were clear.')), ('understand_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='The experiment was difficult for me to understand.')), ('understand_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I had to make difficult decisions in this experiment.')), ('experience_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='It is important to me to obtain useful information about my performance.')), ('experience_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='Receiving negative feedback does not really change the way I feel about myself.')), ('experience_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I try to avoid negative feedback because it makes me feel bad about myself.')), ('experience_4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I am worried about the impression I would make if I were to ask for feedback.')), ('experience_5', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='If I seek feedback about my performance, I don’t want other people to know what type of feedback I received.')), ('experience_6', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I change my behavior to create a good impression to others.')), ('experience_7', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='It is important to me to give a good impression to others.')), ('creativity_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I have a lot of creative ideas.')), ('creativity_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I prefer to work on tasks that allow me to be creative.')), ('creativity_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I can cope with several new ideas at the same time.')), ('creativity_4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='If I cannot solve a particular problem, I always try to consider the problem from another perspective.')), ('creativity_5', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I like to break established routines.')), ('creativity_6', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I prefer situations where everything is clear from the beginning.')), ('creativity_7', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='When doing a team assignment, I am usually the one who comes up with the creative ideas.')), ('risk_pref', otree.db.models.IntegerField(null=True, verbose_name='In general, are you a person who is fully prepared to take risks or try to avoid taking risks? Please provide a rating between 1 and 10, where 1 = Not at all willing to take risk and 10 = Very willing to take risk.')), ('efficacy_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I feel that I am good at generating novel ideas.')), ('efficacy_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I have confidence in my ability to solve problems and creatively.')), ('efficacy_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Neither agree or disagree'], [4, 'Agree'], [5, 'Strongly agree']], null=True, verbose_name='I have a good imagination.')), ('mindset_q1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Slightly disagree'], [4, 'Slightly agree'], [5, 'Agree'], [6, 'Strongly agree']], null=True, verbose_name='Everyone can create something great at some point if he or she is given appropriate conditions.')), ('mindset_q2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Slightly disagree'], [4, 'Slightly agree'], [5, 'Agree'], [6, 'Strongly agree']], null=True, verbose_name='You either are creative or you are not — even trying very hard you cannot change much.')), ('mindset_q3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Slightly disagree'], [4, 'Slightly agree'], [5, 'Agree'], [6, 'Strongly agree']], null=True, verbose_name='Anyone can develop his or her creative abilities up to a certain level.')), ('mindset_q4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Slightly disagree'], [4, 'Slightly agree'], [5, 'Agree'], [6, 'Strongly agree']], null=True, verbose_name='You have to be born a creator — without innate talent you can only be a scribbler.')), ('mindset_q5', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Slightly disagree'], [4, 'Slightly agree'], [5, 'Agree'], [6, 'Strongly agree']], null=True, verbose_name='Practice makes perfect — perseverance and trying hard are the best ways to develop and expand one’s capabilities.')), ('mindset_q6', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Slightly disagree'], [4, 'Slightly agree'], [5, 'Agree'], [6, 'Strongly agree']], null=True, verbose_name='Creativity can be developed, but one either is or is not a truly creative person.')), ('mindset_q7', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Slightly disagree'], [4, 'Slightly agree'], [5, 'Agree'], [6, 'Strongly agree']], null=True, verbose_name='Rome wasn’t built in a day — each creativity requires effort and work, and these two are more important than talent.')), ('mindset_q8', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Slightly disagree'], [4, 'Slightly agree'], [5, 'Agree'], [6, 'Strongly agree']], null=True, verbose_name='Some people are creative, others aren’t — and no practice can change it.')), ('mindset_q9', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Slightly disagree'], [4, 'Slightly agree'], [5, 'Agree'], [6, 'Strongly agree']], null=True, verbose_name='It doesn’t matter what creativity level one reveals—you can always increase it.')), ('mindset_q10', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Slightly disagree'], [4, 'Slightly agree'], [5, 'Agree'], [6, 'Strongly agree']], null=True, verbose_name='A truly creative talent is innate and constant throughout one’s entire life.')), ('trait_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='Extraverted, enthusiastic.')), ('trait_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='Critical, quarrelsome.')), ('trait_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='Dependable, self-disciplined.')), ('trait_4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='Anxious, easily upset.')), ('trait_5', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='Open to new experiences, complex.')), ('trait_6', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='Reserved, quiet.')), ('trait_7', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='Sympathetic, warm.')), ('trait_8', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='Disorganized, careless.')), ('trait_9', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='Calm, emotionally stable.')), ('trait_10', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='Conventional, uncreative.')), ('confidence_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I sort of only half believe in myself.')), ('confidence_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I feel that I am a person of worth, on an equal plane with others.')), ('confidence_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I seem to have a real inner strength in handling things. I am on a pretty solid foundation and it makes me pretty sure of myself.')), ('confidence_4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I am frequently bothered by feelings of inferiority.')), ('processing_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I would rather not be confronted with my personal limitations and shortcomings.')), ('processing_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='When someone criticizes me, I try not to vest too much attention to it.')), ('processing_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I would rather not have my personal weaknesses exposed.')), ('processing_4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I try to block out unpleasant feelings about myself.')), ('transparency_1', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I often pretend to like something when I really do not.')), ('transparency_2', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='Even when I disagree with someone, I will often silently agree.')), ('transparency_3', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I often behave in a way that does not reflect my true feelings or thoughts.')), ('transparency_4', otree.db.models.IntegerField(choices=[[1, 'Strongly disagree'], [2, 'Disagree'], [3, 'Somewhat disagree'], [4, 'Neither agree nor disagree'], [5, 'Somewhat agree'], [6, 'Agree'], [7, 'Strongly agree']], null=True, verbose_name='I often pretend to be someone I am not.')), ('familiarity_1', otree.db.models.IntegerField(choices=[[1, 'Much less'], [2, 'Somewhat less'], [3, 'About the same'], [4, 'Somewhat more'], [5, 'Much more']], null=True, verbose_name='Compared to other people in your age category, how familiar are you with modern technology?')), ('familiarity_2', otree.db.models.IntegerField(choices=[[1, 'Not at all familiar'], [2, 'Slightly familiar'], [3, 'Somewhat familiar'], [4, 'Moderately familiar'], [5, 'Extremely familiar']], null=True, verbose_name='How familiar are you with the current way of life of elderly people?')), ('familiarity_3', otree.db.models.IntegerField(choices=[[1, 'Very untrue of what I believe'], [2, 'Somewhat untrue of what I believe'], [3, 'Neutral'], [4, 'Somewhat true of what I believe'], [5, 'Very true of what I believe']], null=True, verbose_name='In general, it is important that elderly people get more familiar with modern technology.')), ('familiarity_4', otree.db.models.IntegerField(choices=[[1, 'Very untrue of what I believe'], [2, 'Somewhat untrue of what I believe'], [3, 'Neutral'], [4, 'Somewhat true of what I believe'], [5, 'Very true of what I believe']], null=True, verbose_name='Elderly people that are more familiar with modern technology will live independently for a longer period of time.')), ('familiarity_5', otree.db.models.IntegerField(choices=[[1, 'Very untrue of what I believe'], [2, 'Somewhat untrue of what I believe'], [3, 'Neutral'], [4, 'Somewhat true of what I believe'], [5, 'Very true of what I believe']], null=True, verbose_name='Elderly people that are more familiar with modern technology will have better health.')), ('familiarity_6', otree.db.models.IntegerField(choices=[[1, 'Very untrue of what I believe'], [2, 'Somewhat untrue of what I believe'], [3, 'Neutral'], [4, 'Somewhat true of what I believe'], [5, 'Very true of what I believe']], null=True, verbose_name='Elderly people that are more familiar with modern technology will feel less socially isolated.')), ('familiarity_7', otree.db.models.IntegerField(choices=[[1, 'Never'], [2, 'Rarely'], [3, 'Occasionally'], [4, 'A moderate amount'], [5, 'A great deal']], null=True, verbose_name='Before you participated in this experiment, how often have you thought about solutions to get elderly people more familiar with technology?')), ('group', models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, to='livepages.Group')), ('participant', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='livepages_player', to='otree.Participant')), ('session', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='livepages_player', to='otree.Session')), ], options={ 'db_table': 'livepages_player', }, ), migrations.CreateModel( name='Subsession', fields=[ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('round_number', otree.db.models.PositiveIntegerField(db_index=True, null=True)), ('session', models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, related_name='livepages_subsession', to='otree.Session')), ], options={ 'db_table': 'livepages_subsession', }, ), migrations.CreateModel( name='Solution', fields=[ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('text', otree.db.models.StringField(max_length=10000, null=True)), ('with_feedback', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], null=True)), ('click_time', otree.db.models.StringField(max_length=10000, null=True)), ('submission_time', otree.db.models.StringField(max_length=10000, null=True)), ('first_key_press', otree.db.models.StringField(max_length=10000, null=True)), ('group', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='solutions', to='livepages.Group')), ('player', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='solutions', to='livepages.Player')), ], ), migrations.AddField( model_name='player', name='subsession', field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='livepages.Subsession'), ), migrations.AddField( model_name='group', name='subsession', field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='livepages.Subsession'), ), ]