apluslms / a-plus-rst-tools

Tools to publish RST course content for mooc-grader and a-plus. Should be cloned as a course submodule.
MIT License
6 stars 24 forks source link

Active elements category cannot be changed #162

Closed lainets closed 1 year ago

lainets commented 1 year ago

The active elements category is hard coded to "active elements". https://github.com/apluslms/a-plus-rst-tools/blob/1a7d6e007f5127e1d68c8ddf0a5fa0cec3845f10/directives/ae_output.py#L109

Fixing this may affect a course if it tries to change the category and nobody noticed that it doesn't work.

markkuriekkinen commented 1 year ago

Fixing this may affect a course if it tries to change the category and nobody noticed that it doesn't work.

I don't think this will be a problem in practice. Changing the active element category hasn't been common in my experience (maybe nobody has needed such a change).