# Generated by Django 2.2.12 on 2020-10-17 03:30 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0039_auto_20201015_1716'), ] operations = [ migrations.AlterField( model_name='player', name='q1', field=otree.db.models.IntegerField(choices=[[0, 'An underlying profit (loss) is profit or loss information presented other than in accordance with all relevant accounting standards. It excludes certain income or expense items.'], [1, 'An underlying profit (loss) is profit or loss information prepared in accordance with the accounting standards and other financial reporting requirements of the Corporations Act.']], null=True, verbose_name=''), ), migrations.AlterField( model_name='player', name='q10', field=otree.db.models.IntegerField(choices=[[0, 'I will be paid AU$25 if the company selected is the better performer or AU$15 if it is the worse performer.'], [1, 'I will be paid AU$25 if the company selected is the worse performer or AU$15 if it is the better performer.']], null=True, verbose_name=''), ), migrations.AlterField( model_name='player', name='q2', field=otree.db.models.IntegerField(choices=[[0, 'An underlying profit (loss) is profit or loss information presented other than in accordance with all relevant accounting standards. It excludes certain income or expense items.'], [1, 'An underlying profit (loss) is profit or loss information prepared in accordance with the accounting standards and other financial reporting requirements of the Corporations Act.']], null=True, verbose_name=''), ), migrations.AlterField( model_name='player', name='q3', field=otree.db.models.IntegerField(choices=[[0, 'Key audit matter paragraph'], [1, 'Other matter paragraph']], null=True, verbose_name='When considering all of the audit matters communicated to the audit committee, the audit matters that, in the auditor’s professional judgement, were of most significance in the audit of the financial report of the current period are included in a ______ in the auditor’s report.'), ), migrations.AlterField( model_name='player', name='q6', field=otree.db.models.IntegerField(choices=[[0, 'Increase'], [1, 'Decrease']], null=True, verbose_name='When the company recognises an impairment loss for goodwill and intangible assets, its profits will'), ), migrations.AlterField( model_name='player', name='q7', field=otree.db.models.IntegerField(choices=[[0, 'My task is to pick the company that I think will perform better and evaluate it as an investor in that company.'], [1, 'My task is to pick the company that I think will perform worse and evaluate it as an investor taking a short position in that company.']], null=True, verbose_name=''), ), migrations.AlterField( model_name='player', name='q9', field=otree.db.models.IntegerField(choices=[[0, 'Firm X'], [1, 'Firm Y']], null=True, verbose_name=''), ), ]