Commit 124a26d2 by Calen Pennington

Eagerly load all modules when reading the course from xml, so that users who are…

Eagerly load all modules when reading the course from xml, so that users who are already on a problem page can check their answers
parent caa993bb
......@@ -144,6 +144,7 @@ MODULESTORE = {
'OPTIONS': {
'data_dir': DATA_DIR,
'default_class': 'xmodule.hidden_module.HiddenDescriptor',
'eager': True,
}
}
}
......
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