Commit 4a842131 by Sarina Canelake

Merge pull request #3760 from edx/sarina/fix-split-test-child-id

Sarina/fix split test child
parents afac5145 1919df71
......@@ -159,7 +159,7 @@ class SplitTestModule(SplitTestFields, XModule):
contents.append({
'group_id': group_id,
'id': child.id,
'id': child.location.to_deprecated_string(),
'content': rendered_child.content
})
......
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