# Generated by Django 2.1.2 on 2020-11-11 23:01 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey_se', '0003_auto_20201109_1223'), ] 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?'), ), ]