tmuras / moosh

Moosh
GNU General Public License v3.0
232 stars 177 forks source link

course-create expected behaviour #484

Closed CartierPierre closed 2 months ago

CartierPierre commented 4 months ago

Actual behaviour

course-create create a course without default course parameters values, just all set at NULL or 0. For exemple, I have set max byte 50 MB in default course values, but the course is created with 0, then moodle take the max byte in the site wide (1GB in my case).

Expected behaviour

course-create should create a course with default values, or with an option/argument to take default values.

Thanks :smile: