Adding a custom field to a Moodle course

I am new to moodle. I need your suggestions for creating a plugin that will add a custom field on the Add / Edit Courses page, and also save the input value in a table mdl_course.

+5
source share
2 answers

At the moment, Moodle does not allow adding custom fields to the course from the web interface.

However, a patch for v1.9 ( MDL-18319 ) is available in Moodle Tracker .

Remember that the patch for Moodle-1.9 and its application directly can ruin your source code if you use the version of Moodle> 1.9

0
source

You can do this from the settings:

http://docs.moodle.org/23/en/User_profile_fields

-2
source

All Articles