# Generated by Django 2.1.2 on 2020-11-11 23:03 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey_se', '0006_auto_20201112_1003'), ] operations = [ migrations.AlterField( model_name='player', name='q4', field=otree.db.models.IntegerField(choices=[[1, '$40,000'], [2, '$']], 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.'), ), ]