Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Grading interface 2.0.

Development:Grading interface 2.0

From MoodleDocs

Note: This article is a work in progress. Please use the page comments or an appropriate moodle.org forum for any recommendations/suggestions for improvement.


Template:Moodle 2.0

Objectives

The goals of Grading Interface 2.0:

  • Remove redundant per module grading interfaces.
  • Use a consistent approach for all grading throughout Moodle

Overview

The Grading Interface 2.0 provides a user interface to add and edit grades. It will consist of a single page within /grade (the gradebook) to which all modules direct the user to perform grading.

Interface

The interface will be similar to mod/assignment/submissions.php GradingUI.gif

When the teacher clicks on "Grade" to grade an individual submission no popups should be required. If Javascript is available, use a lightbox to display the submission grading interface. If Javascript is not available replace the whole page.

GradingUIIndividual.gif

Code Structures

Database Structures