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 -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of 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 -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of 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