Eagerly load all modules when reading the course from xml, so that users who are already on a problem page can check their answers

This commit is contained in:
Calen Pennington
2012-07-20 11:21:34 -04:00
parent 0fcaa01484
commit 50f27bcfb7

View File

@@ -152,6 +152,7 @@ MODULESTORE = {
'OPTIONS': {
'data_dir': DATA_DIR,
'default_class': 'xmodule.hidden_module.HiddenDescriptor',
'eager': True,
}
}
}