Commit 2d15ca08 by Dylan Rhodes

Merge pull request #16 from edx/dylanrhodes/first_attempt_distribution

Upgrade API client tests to new answer_dist schema
parents 3af397b4 5b14f72c
...@@ -65,7 +65,8 @@ class ModulesTests(ClientTestCase): ...@@ -65,7 +65,8 @@ class ModulesTests(ClientTestCase):
'module_id': self.module_id, 'module_id': self.module_id,
'part_id': self.module_id.replace('/', '-') + '-part1', 'part_id': self.module_id.replace('/', '-') + '-part1',
'correct': True, 'correct': True,
'count': 2, 'first_response_count': 2,
'last_response_count': 2,
'value_id': 'choice_4', 'value_id': 'choice_4',
'answer_value_text': 'User chose this answer.', 'answer_value_text': 'User chose this answer.',
'answer_value_numeric': None, '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