Commit 5b14f72c by dylanrhodes

Upgrade API client tests to new answer_dist schema

parent 4d934a78
......@@ -65,7 +65,8 @@ class ModulesTests(ClientTestCase):
'module_id': self.module_id,
'part_id': self.module_id.replace('/', '-') + '-part1',
'correct': True,
'count': 2,
'first_response_count': 2,
'last_response_count': 2,
'value_id': 'choice_4',
'answer_value_text': 'User chose this answer.',
'answer_value_numeric': None,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment