Commit 50f27bcf 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 0fcaa014
......@@ -152,6 +152,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