Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Workshop allocation methods

From MoodleDocs

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