-
Improvement
-
Resolution: Deferred
-
Minor
-
None
-
3.1.2
-
Moodle 3.2dev (Build: 20161020)
-
Any
-
MOODLE_31_STABLE
-
uploadcourses function: allows to define numsection value for upload -
MDL-56590 -
Easy
It would be great if the Upload Courses function (https://docs.moodle.org/31/en/Upload_courses) could be extended, so the number of sections can be provided in the .csv file.
We could use this, as we're uploading (copying) different courses at the same time with a different number of sections. By default the settings from the Course default settings > numsections is taken.
This improvement could be easily done by adding the numsection variable in the validfields in admin/tool/uploadcourse/classes/course.php. However, as I'm not a developer and as I don't know how to handle the validation, testing and documenting, it would be great if someone could implement this?
Following forked repo contains the necessary changes: https://git.ffhs.ch/joel.schmid/moodle (Commit: a6486f14279)
There are various forum posts with people who would like to have this feature:
- will be (partly) resolved by
-
MDL-57769 Remove 'numsections' from topics and weeks, allow teachers to create and delete sections as they are needed
- Closed