# Generated by Django 2.2.12 on 2020-10-15 05:12 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0027_auto_20201015_1612'), ] operations = [ migrations.AlterField( model_name='player', name='q2', field=otree.db.models.IntegerField(choices=[[1, '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.'], [2, '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=[[1, 'Key audit matter paragraph'], [0, '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='q4', field=otree.db.models.IntegerField(null=True, verbose_name='A manager has determined that the carry amount of a wholly-owned subsidiary is $50, while the recoverable amount is $60. Does the manager need to record an impairment?'), ), ]