Note:

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

Scales Improvements Specifications: Difference between revisions

From MoodleDocs
Line 8: Line 8:
}}
}}
{{Work in progress}}
{{Work in progress}}
One of the gradebook improvements is to allow teachers to enter a grade letter and have that converted to a number (e.g. b+ => 75). The feature already exists to do the reverse (enter a number and have the student see a letter). There is significant overlap with scales - and this is really just a scale with a custom mapping of items to points.
So - this specification is a break down of the changes that would be required to improve scales so that they can support a custom mapping of items -> points.


== Create a scales API ==
== Create a scales API ==

Revision as of 03:42, 29 July 2014

Overview

Scales Improvements
Project state Specification
Tracker issue https://tracker.moodle.org/browse/MDL-17258
Discussion -
Assignee HQ

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.


One of the gradebook improvements is to allow teachers to enter a grade letter and have that converted to a number (e.g. b+ => 75). The feature already exists to do the reverse (enter a number and have the student see a letter). There is significant overlap with scales - and this is really just a scale with a custom mapping of items to points.

So - this specification is a break down of the changes that would be required to improve scales so that they can support a custom mapping of items -> points.

Create a scales API

Changes required to modules

Changes required to workshop

Changes required to advanced grading