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
Revision as of 13:12, 17 February 2012 by David Mudrak (talk | contribs) (The scaffold of the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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