Note:

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

Assignment/Draft Features/Marker Allocation: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 12: Line 12:


Currently in the assignment module, when dealing with large class sizes it is desirable to share the workload of marking among multiple markers. The current methods for doing this rely on process outside of Moodle (e.g. spreadsheet) to allocate students to markers to ensure that the marking workload is distributed evenly and that all work is allocated to a marker.
Currently in the assignment module, when dealing with large class sizes it is desirable to share the workload of marking among multiple markers. The current methods for doing this rely on process outside of Moodle (e.g. spreadsheet) to allocate students to markers to ensure that the marking workload is distributed evenly and that all work is allocated to a marker.
The feature would add settings to the module settings page so that marker allocations could be based on the groups/groupings in Moodle.
The feature would add settings to the grading interface so that markers could be directly allocated submissions to mark.


=== Status ===
=== Status ===
Line 20: Line 17:


== Design ==
== Design ==
=== Changes to assignment settings ===
I think this is covered by using the course module groups setting in the assignment and this: https://docs.moodle.org/dev/Assignment/Draft_Features/Marker_Conflict_Resolution
 
=== Changes to the grading table ===
 
 
=== Capabilities ===
 
=== User Interface mockups ===
 
=== Database changes ===
 
== Use cases ==

Revision as of 06:49, 5 September 2012

Marker Allocation

This is a proposal for an additional feature to help multiple markers dealing with large class sizes.

Goals and rationale

The main goals of this feature are to :

  • Assign subsets of the submissions to markers

Overview

Currently in the assignment module, when dealing with large class sizes it is desirable to share the workload of marking among multiple markers. The current methods for doing this rely on process outside of Moodle (e.g. spreadsheet) to allocate students to markers to ensure that the marking workload is distributed evenly and that all work is allocated to a marker.

Status

The feature is currently only a proposal

Design

I think this is covered by using the course module groups setting in the assignment and this: https://docs.moodle.org/dev/Assignment/Draft_Features/Marker_Conflict_Resolution