mudrd8mz / node-moodle-client

Node.js client for Moodle web services API
Other
91 stars 19 forks source link

Uploading files and Urls/content under topics/weeks in a particular course #16

Closed TRomesh closed 7 years ago

TRomesh commented 7 years ago

Is there any method to add an file/link/url/text below a selected topic/week in a course??. I've been searching for a function like this for days.

mudrd8mz commented 7 years ago

As far as I know, there is no such external function available in standard Moodle yet that would allow you to actually add activity modules to the course. You can implement such a function via a custom plugin though.

HTH