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