Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Workshop allocation methods

From MoodleDocs
Revision as of 15:28, 7 February 2025 by Sara Arjona Téllez (talk | contribs) (This page will not be migrated to new devdocs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable.


Introduction

Submission allocation methods (or just allocators) are one of Workshop module's subplugin types. They are used to assign ("allocate") workshop submissions for the peer-review and assessment.

Basic concepts

Teacher can use any installed allocator to distribute submission for the assessment. Allocators are responsible for creating records in workshop_assessment table.

File structure

They are defined in mod/workshop/allocation/ subdirectories.

Programming interface

Example