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


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