Commit 1919df71 by Sarina Canelake

Fix split test child id

parent af8cab2a
......@@ -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