adaptive-learning / proso-apps

Django modules for an adaptive practice system (currently used by http://slepemapy.cz/ or https://anatom.cz/)
MIT License
2 stars 7 forks source link

Allow users to disable open questions completely #181

Closed papousek closed 8 years ago

papousek commented 8 years ago

@slaweet The configuration property is:

proso_models.options_number.parameters.allow_zero_options

In the same time, you need to set proso_models.random_test.nth to -1 (to disable reference questions).