Note:

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

Assignment Offline Marking: Difference between revisions

From MoodleDocs
(Created page with "Spec page for new Assignment Module Offline Marking Feature for Moodle 2.3.")
 
No edit summary
Line 1: Line 1:
Spec page for new Assignment Module Offline Marking Feature for Moodle 2.3.
{{Infobox Project
|name = Moodle Offline Marking
|state = In Progress
|tracker = http://tracker.moodle.org/browse/MDL-XXX
|discussion = http://moodle.org/mod/forum/discuss.php?d=192642 https://github.com/netspotau/moodle-mod_assign
|assignee = NetSpot)
}}
 
==Introduction==
Offline marking is a feature that was implemented by NetSpot for Flinders University in a custom extension to the old mod_assignment. It allows markers to download all assignments as a zip along with a spreadsheet (.csv) of all the students grades and feedback. The marker can make changes to the spreadsheet or changes to the student files and re-upload one or both and Moodle will send the modified files back to the student as feedback and will associate the marks and feedback from the spreadsheet with the student. It also supports outcomes etc.
 
 
==Requirements==
Moodle 2.3 required
 
==Community bonding period==
 
===Milestones===
# Refine the project proposal with community feedback
# Define the mockups
 
===Features===
 
Download all assignments in a zip with a marking spreadsheet. Re-upload either all files or just the marking sheet and re-associate it with the correct student. Need to account for blind marking and groups.  
 
==Coding period==
 
===Milestones===
* Implement code
* Integration by HQ
 
===File structure===
 
==Screenshots==
 
Not Applicable

Revision as of 03:56, 24 February 2012

Moodle Offline Marking
Project state In Progress
Tracker issue http://tracker.moodle.org/browse/MDL-XXX
Discussion http://moodle.org/mod/forum/discuss.php?d=192642 https://github.com/netspotau/moodle-mod_assign
Assignee NetSpot)


Introduction

Offline marking is a feature that was implemented by NetSpot for Flinders University in a custom extension to the old mod_assignment. It allows markers to download all assignments as a zip along with a spreadsheet (.csv) of all the students grades and feedback. The marker can make changes to the spreadsheet or changes to the student files and re-upload one or both and Moodle will send the modified files back to the student as feedback and will associate the marks and feedback from the spreadsheet with the student. It also supports outcomes etc.


Requirements

Moodle 2.3 required

Community bonding period

Milestones

  1. Refine the project proposal with community feedback
  2. Define the mockups

Features

Download all assignments in a zip with a marking spreadsheet. Re-upload either all files or just the marking sheet and re-associate it with the correct student. Need to account for blind marking and groups.

Coding period

Milestones

  • Implement code
  • Integration by HQ

File structure

Screenshots

Not Applicable