# Generated by Django 2.2.4 on 2021-05-21 07:56 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)), ('session', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='taskdiscretion_eng_group', to='otree.Session')), ], options={ 'db_table': 'taskdiscretion_eng_group', }, ), 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='taskdiscretion_eng_subsession', to='otree.Session')), ], options={ 'db_table': 'taskdiscretion_eng_subsession', }, ), 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)), ('treat', otree.db.models.IntegerField(null=True)), ('accept_conditions', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], null=True)), ('feeder2000first', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], null=True)), ('task_choice', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], null=True)), ('orderDemographics', otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], null=True)), ('inspectinfo', otree.db.models.IntegerField(blank=True, default=0, null=True)), ('screenshot_training', otree.db.models.IntegerField(blank=True, default=0, null=True)), ('random', otree.db.models.IntegerField(null=True)), ('screenshot_feeder', otree.db.models.IntegerField(blank=True, default=0, null=True)), ('screenshot_robofer', otree.db.models.IntegerField(blank=True, default=0, null=True)), ('summary_figure', otree.db.models.IntegerField(blank=True, default=0, null=True)), ('understanding', otree.db.models.IntegerField(choices=[[1, 'CMG Machines owns two patent and grants exclusive rights to use and exploit the machines to Agrifirm, in return CMG Machines receives royalty payments.'], [2, 'Agrifirm owns two patents and grants exclusive rights to use and exploit the machines to CMG Machines, in return Agrifirm receives royalty payments.'], [3, 'Agrifirm acquired CMG Machines and is therefore able to capitalize the patents.']], null=True, verbose_name='Please select the statement that is most appropriate for the situation:')), ('cq1', otree.db.models.IntegerField(choices=[[1, 'Increases the present value of the cash flows.'], [2, 'Decreases the present value of the cash flows.'], [3, 'Does not affect the present value of the cash flows.']], null=True, verbose_name='A decrease in the discount rate used by Agrifirm:')), ('cq2', otree.db.models.IntegerField(choices=[[1, 'Increases the present value of the cash flows.'], [2, 'Decreases the present value of the cash flows.'], [3, 'Does not affect the present value of the cash flows.']], null=True, verbose_name='A decrease in the royalty rate used by Agrifirm:')), ('name_PO', otree.db.models.StringField(max_length=10000, null=True, verbose_name='Please fill in your first name:')), ('documentatie', otree.db.models.LongStringField(null=True, verbose_name='')), ('difficulty_slider', otree.db.models.FloatField(default=0, null=True)), ('mistakes_robofer', otree.db.models.LongStringField(blank=True, null=True, verbose_name='Fill in the cells (e.g., B2) in which you think Agrifirm has made a mistake:')), ('robofer_estimate', otree.db.models.FloatField(blank=True, null=True, verbose_name='Fill in the fair value amount, that you think accurately represents the value of the patents, given the parameters:')), ('mistakes_feeder', otree.db.models.LongStringField(blank=True, null=True, verbose_name='Fill in the cells (e.g., B2) in which you think Agrifirm has made a mistake:')), ('feeder_estimate', otree.db.models.FloatField(blank=True, null=True, verbose_name='Fill in the fair value amount, that you think accurately represents the value of the patents, given the parameters:')), ('time_consideration', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='When I had to decide which task to do first, the estimated time needed for the task impacted my decision.')), ('learning_effect', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='When I had to decide which task to do first, the expected learning effects have impacted my decision.')), ('choice_method_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='When I had to decide which task to do first, I took into consideration that I wanted to finish at least one task within the 8 minutes.')), ('choice_method_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='When I had to decide which task to do first, I assumed that I could finish both tasks within 8 minutes.')), ('pom_1_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='In this audit team, control over the tasks is seen as important.')), ('pom_1_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='In this audit team, you do not have control over the way in which the tasks are conducted.')), ('pom_1_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='In this audit team, you can use the insights from previous tasks in deciding how to conduct future audit tasks.')), ('pom_1_4', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='When I made myself familiar with the tasks, I experienced time pressure.')), ('pom_2_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='When I documented why the patents had to be valued using the fair value method, I did not have much control over the way in which this was done.')), ('pom_2_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I feel a high degree of personal involvement with the documentation that was written.')), ('pom_2_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='If someone would give me a compliment for the documentation that was written, it would feel as a personal compliment.')), ('pom_2_4', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='Whe I documented why the patents had to be valued using the fair value method, I felt involved with this documentation.')), ('pom_3_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='When I conducted the audit tasks, I had the feeling that I could decide myself how to conduct them.')), ('pom_3_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='When I conducted the audit tasks, I felt a high degree of personal involvement by the work that I did.')), ('pom_3_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='If someone would give me a compliment for the audit tasks that were done, this would feel as a personal compliment.')), ('pom_3_4', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='When I conducted the audit, I experience time pressure.')), ('pom_3_5', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I had the feeling that I had too little time to execute the audit tasks well.')), ('pom_4_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I feel a high degree of personal ownership of the work I did during the audit engagement.')), ('pom_4_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='The audit tasks that I did are my own work.')), ('pom_4_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I have the feeling that the audit tasks that I did are my own work.')), ('pom_4_4', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I have the feeling that the audit tasks that I did are mine.')), ('po_check', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I consider the documentation as part of the audit tasks that I had to conduct within the eight minutes.')), ('difficulty_consideration', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='When I had to decide what task to do first, I took the difficulty of both tasks into consideration.')), ('robofer_difficulty', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='The audit of the Robofer patent was difficult.')), ('feeder_difficulty', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='The audit of the Feeder 2000 patent was difficult.')), ('both_difficulty', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='The audit of the Robofer patent was more difficult than the audit of the Feeder 2000 patent.')), ('accountability', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='During the audit, I felt a high degree of accountability to the audit team leader.')), ('IE_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I enjoyed doing the audit tasks.')), ('IE_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='It was difficult to keep concentrated for a long time on the audit tasks.')), ('WE_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='On my job, I am full of energy.')), ('WE_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='My job inspires me.')), ('WE_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='If I wake up in the morning, I enjoy going to my job.')), ('need_for_cognition_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I enjoy doing tasks that require little thought, at the moment you have learned them.')), ('need_for_cognition_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I enjoy having responsibility over tasks that require a lot of thinking.')), ('need_for_cognition_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I am proud of the outcomes of my reasoning..')), ('experience_dcf', otree.db.models.IntegerField(choices=[[1, 'Never'], [2, 'Rarely'], [3, 'Sometimes'], [4, 'Often'], [5, 'Very Often']], null=True, verbose_name='How often have you audited DCF models?')), ('experience_fve', otree.db.models.IntegerField(choices=[[1, 'Never'], [2, 'Rarely'], [3, 'Sometimes'], [4, 'Often'], [5, 'Very Often']], null=True, verbose_name='How often did you audit fair value estimates?')), ('see_spreadsheet', otree.db.models.IntegerField(choices=[[1, 'True'], [2, 'False']], null=True, verbose_name='I could view the Excel spreadsheets and could work in it.')), ('BNS_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='During the study, I had the feeling that I had a lot of control over the way in which I conducted the audit tasks.')), ('BNS_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='During the audit tasks, I had the feeling that I had to do what was ordered to me.')), ('BNS_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='There were not much possibilities to determine how to do the audit tasks during the study.')), ('BNS_4', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I had the feeling to have learned things while conducting the audit tasks.')), ('BNS_5', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='During the audit tasks I did not have any opportunities to show my capabilities.')), ('BNS_6', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='During the audit tasks, I felt very capable.')), ('PrAQ_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='When I have to work under high time pressure, I prefer to do my work as fast as possible, even if this leads to a lower level of audit quality.')), ('PrAQ_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='To get the work done, sometimes prescribed audit procedures are neglected.')), ('PrAQ_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='If there are not enough colleagues for the work that needs to be done, audit procedures are followed less strictly.')), ('TP_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='In my work, I have to do task for which I do not have enough time to conduct them properly.')), ('TP_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='In my work, I divide my time well over the different tasks that I have to do.')), ('TP_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='In my job, I experience time pressure.')), ('PO_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I feel a high degree of psychological ownership over the work that I do.')), ('PO_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='The work I conduct during audits, is MY work.')), ('PO_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='If someone gives me a compliment about my work, it feels as a personal compliment.')), ('C_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='In general, I experience a lot of control over the tasks that I conduct.')), ('C_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I have a high degree of influence over the tasks I conduct during my work.')), ('C_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I have a high degree of influence over the speed and order in which I conduct tasks at work.')), ('K_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I have a deep understanding of the tasks that I conduct at my job')), ('K_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I know a lot about what is happening on-the-job.')), ('K_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I have a thorough knowledge of the tasks that I conduct at my job.')), ('I_1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='In general, I invest a lot of effort into my job.')), ('I_2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I invest a large part of my energy into my job.')), ('I_3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='I invest a lot of time to gain knowledge about the tasks that I conduct.')), ('TC', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='In a typical audit, I start more often with an easy than a difficult task.')), ('Big1', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='Extravert, Enthusiastic')), ('Big2', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='Critical, Quarrelsome')), ('Big3', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='Dependable, Self-disciplined')), ('Big4', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='Anxious, Easily Upset')), ('Big5', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='Open to New Experiences, Complex')), ('Big6', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='Reserved, Quiet')), ('Big7', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='Sympathetic, Warm')), ('Big8', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='Disorganized, Careless')), ('Big9', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='Calm, Emotionally Stable')), ('Big10', otree.db.models.IntegerField(choices=[[1, 'Disagree strongly'], [2, 'Disagree moderately'], [3, 'Disagree slightly'], [4, 'Neither agree nor disagree'], [5, 'Agree slightly'], [6, 'Agree moderately'], [7, 'Agree strongly']], null=True, verbose_name='Conventional, Uncreative')), ('Age', otree.db.models.IntegerField(blank=True, null=True, verbose_name='What is your age?')), ('Gender', otree.db.models.IntegerField(choices=[[1, 'Male'], [2, 'Female'], [3, 'Other'], [4, 'Prefer not to say']], null=True, verbose_name='Wat is your gender?')), ('WorkExp', otree.db.models.IntegerField(blank=True, null=True, verbose_name='How many months of work experience as auditor do you have?')), ('Big4_question', otree.db.models.IntegerField(choices=[[1, 'A Big-4 office'], [2, 'A Non-Big-4 office'], [3, 'I do not work for an accounting firm.']], null=True, verbose_name='For which type of accounting firm do you work?')), ('Leave_Office', otree.db.models.IntegerField(choices=[[1, 'Almost never'], [2, 'Rarely'], [3, 'Sometimes'], [4, 'Often'], [5, 'Almost always']], null=True, verbose_name='How frequent do you think about leaving your accounting firm within three years?')), ('Leave_Profession', otree.db.models.IntegerField(choices=[[1, 'Almost never'], [2, 'Rarely'], [3, 'Sometimes'], [4, 'Often'], [5, 'Almost always']], null=True, verbose_name='How frequent do you think about leaving the profession within three years?')), ('math1', otree.db.models.IntegerField(choices=[[1, 6], [2, 15], [3, 21], [4, 120], [5, 720], [6, 'Skip question']], null=True, verbose_name='The host at a cocktail party has to divide seats between himself and five guests, how many different combinations can he make if he chooses a last spot for himself?')), ('math2', otree.db.models.IntegerField(choices=[[1, 15], [2, 18], [3, 20], [4, 25], [5, 26], [6, 'Skip question']], null=True, verbose_name='A chemist has 10 liters of a solution that naturally contains 10 percent nitric acid. He wants to dilute the solution to 4 procent nitric acid by adding water. How many liters of water does he need to add?')), ('SNR', otree.db.models.StringField(max_length=10000, null=True, verbose_name='Please fill in your SNR number such that you can receive an e-mail with the payment details:')), ('feedback', otree.db.models.LongStringField(blank=True, null=True, verbose_name='In case you have any feedback, you can write it in the textbox below.')), ('group', models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, to='taskdiscretion_eng.Group')), ('participant', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='taskdiscretion_eng_player', to='otree.Participant')), ('session', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='taskdiscretion_eng_player', to='otree.Session')), ('subsession', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='taskdiscretion_eng.Subsession')), ], options={ 'db_table': 'taskdiscretion_eng_player', }, ), migrations.AddField( model_name='group', name='subsession', field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='taskdiscretion_eng.Subsession'), ), ]