adaptive-learning / anatomy

An intelligent application for practicing human anatomy.
https://practiceanatomy.com/
19 stars 6 forks source link

Enable custom config for subscribers #37

Closed slaweet closed 7 years ago

slaweet commented 7 years ago

UI that allows to change:

papousek commented 7 years ago

Properties are:

  1. set length: proso_models.practice.set_length (it is necessary to set also proso_models.random_test.nth to the same number, or -1 to disable reference questions)
  2. target_difficulty: item_selector.parameters.target_probability
  3. question type:
    • no-open: proso_models.option_selector.parameters.allow_zero_options: false
    • no-writing: proso_models.option_selector.parameters.allow_zero_options_restriction: true
slaweet commented 7 years ago

An initial version implemented: https://staging.anatom.cz/settings/ Known problems:

[0] https://staging.anatom.cz/common/config/ [1] https://github.com/adaptive-learning/anatomy/blob/master/anatomy/views.py#L76

papousek commented 7 years ago

I will investigate it.