Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
Files | Classes | Variables
workshopallocation

Files

file  lib.php
 Allows user to allocate the submissions manually.
 
file  renderer.php
 Renderer class for the manual allocation UI is defined here.
 
file  settings.php
 The configuration variables for "Random allocation" subplugin.
 
file  settings_form.php
 Random allocator settings form.
 
file  version.php
 Defines the version of the subplugin.
 

Classes

class  workshop_manual_allocator
 Allows users to allocate submissions for review manually. More...
 
class  workshop_random_allocator_form
 Allocator settings form. More...
 
class  workshopallocation_manual_allocations
 Contains all information needed to render current allocations and the allocator UI. More...
 
class  workshopallocation_manual_renderer
 Manual allocation renderer class. More...
 

Variables

 $plugin = 2020060900
 
$plugin component = 'workshopallocation_manual'
 
$plugin version = 2020061500
 

Detailed Description