Info about mod_workshop package

Info about mod_workshop package

by Peter West -
Number of replies: 3

Can anyone tell me about the aims of the mod_workshop package? I'm particularly interested in mod_form.php, which contains a class mod_workshop_mod_form. As far as I can tell, this class is never referenced, but that may simply mean that I do not understand its purpose.  The author is David Mudrak, and the copyright date is 2009.

Average of ratings: -
In reply to Peter West

Re: Info about mod_workshop package

by Mary Cooch -
Gambar Documentation writers Gambar Moodle HQ Gambar Particularly helpful Moodlers Gambar Testers Gambar Translators

Hello Peter. I will just move your question into the dedicated workshop forum.

In reply to Peter West

Re: Info about mod_workshop package

by David Mudrák -
Gambar Core developers Gambar Documentation writers Gambar Moodle HQ Gambar Particularly helpful Moodlers Gambar Peer reviewers Gambar Plugin developers Gambar Plugins guardians Gambar Testers Gambar Translators

This is a standard class that has to be provided by all activity modules to define the module instance settings.

https://docs.moodle.org/dev/Activity_modules#mod_form.php

It is referenced from https://github.com/moodle/moodle/blob/v3.2.2/course/modedit.php#L133-L142