# Generated by Django 2.1.2 on 2020-11-11 23:07 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey_le', '0004_auto_20201109_1222'), ] operations = [ migrations.AlterField( model_name='player', name='q3', field=otree.db.models.IntegerField(choices=[[0, 'KAMs are matters that were of most significance in the conduct of the financial statement audit.'], [1, 'KAMs are matters explaining the reason(s) for a modified auditor’s opinion.']], null=True, verbose_name='3. Which of the following statements about Key Audit Matters (KAMs) is true?'), ), migrations.AlterField( model_name='player', name='q4', field=otree.db.models.IntegerField(choices=[[1, '$40,000'], [2, '$60,000']], null=True, verbose_name='4. If the fair value of a business’s assets minus liabilities is $60,000, and Company ABC purchases this business for $100,000. What amount will be included on Company ABC’s balance sheet as goodwill.'), ), migrations.AlterField( model_name='player', name='q5', field=otree.db.models.IntegerField(choices=[[1, 'Yes'], [0, 'No']], null=True, verbose_name='5. A manager has determined that the carry amount of a wholly-owned subsidiary is $50,000, while the recoverable amount is $60,000. Does the manager need to record an impairment?'), ), migrations.AlterField( model_name='player', name='q6', field=otree.db.models.IntegerField(choices=[[0, 'Increase'], [1, 'Decrease']], null=True, verbose_name='6. When the company recognises an impairment loss for goodwill and intangible assets, its profits will'), ), ]