# Generated by Django 2.2.12 on 2020-10-15 04:41 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0004_player_q1'), ] operations = [ migrations.AlterField( model_name='player', name='q5', field=otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], 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?'), ), ]