People with this capacity can add a shared resource publication in the course.
People with this ability can manage the blocks in the library.
Other control capabilities of the shared library system are available in other plugins (Shared resource repository).
The installation of the shared resources installs an interaction service between the libraries and shared resources of several Moodles connected in network.
The Shared Resources module has an extensible architecture for the metadata schemas supported. New metadata support can be developed as they are based on Dublin Core.
The currently supported schemes are:
as the result of the development and application of the shared resource library in France.
In some cases, certain metadata attributes must be maintained for reasons of default completion of the standard, but their value is predetermined in the local use context of the library. You can force certain fixed values, thus preventing documentalists from entering data that never changes anyway.
In the general moodle configuration file, build a METADATATREE_DEFAULTS array in the following way, using the position of the attribute in the metadata tree:
$CFG->METADATATREE_DEFAULTS[<schemaname>][<nodeindex>]['default'] = <default value>
Example :
$CFG->METADATATREE_DEFAULTS['lom']['1_1_1']['default'] = 'Default catalog name';
If the attribute belongs to an “unstandable” branch, then the instance index (node arities) can be specified, e.g.:
$CFG->METADATATREE_DEFAULTS['lom']['3_2_1:0_0_0']['default'] = 'creator';
The above expression will initialize the first instance of the “Role” attribute in the description of the meta-metadata.
Back to plugin index - Back to plugins summary - Back to catalog