# Generated by Django 2.2.12 on 2020-11-08 23:37 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0047_auto_20201109_1037'), ] operations = [ migrations.AlterField( model_name='player', name='q5', field=otree.db.models.IntegerField(choices=[[1, '$200,000'], [2, '$50,000'], [3, '$0']], null=True, verbose_name='Assume that a manager has determined that the carrying amount of a wholly-owned subsidiary is $200,000, and its recoverable amount is $150,000. If the manager records an impairment, how large is the loss associated with the impairment?'), ), ]