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

Add min-group-size and max-group-size directive #154

Closed EerikSaksi closed 1 year ago

EerikSaksi commented 1 year ago

Define min-group-size and max-group-size directives in ConfigurableExercise, and add data to Questionnaire and SubmitForm

Fixes #70

Description

What?

Add group size directives

Why?

Before this could only be defined in the config globally

How?

Add group size options to option_spec in ConfigurableExercise, define data in SubmitForm and Questionnaire

Fixes #70

Testing

Remember to add or update unit tests for new features and changes.

What type of test did you run?

Did you test the changes in

Think of what is affected by these changes and could become broken

Translation

Programming style

Have you updated the README or other relevant documentation?

Is it Done?

Clean up your git commit history before submitting the pull request!