Note:

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

Outcomes stage2: Difference between revisions

From MoodleDocs
Line 23: Line 23:
Modify rubrics, or add new grading methods, that use outcomes to build the rubric criteria.
Modify rubrics, or add new grading methods, that use outcomes to build the rubric criteria.


Individual rubric scores for a user get stored ''''against that user'''' in a table that records grading events  
Individual rubric scores for a user get stored '''against that user''' (not course based) in a table that records grading events  
* id
* id
* userid
* userid

Revision as of 09:22, 10 August 2012

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.

Outcomes stage 2
Project state In very early specification
Tracker issue
Discussion
Assignee


Project goals

To continue the development of our existing outcomes framework to support tracking of user competencies and progress.

To connect outcomes with rubrics.

To gather outcomes from external systems and publish competencies to external systems.


Overview

(rough notes)

Modify rubrics, or add new grading methods, that use outcomes to build the rubric criteria.

Individual rubric scores for a user get stored against that user (not course based) in a table that records grading events

  • id
  • userid
  • outcomeid
  • result
  • timestamp

Develop reports with graphs for teachers showing progress of grading events per student in all the outcomes in that course

Develop reports per student showing progress in ALL outcomes (including future ones for Progress tracking and transcripts)

Competence for an outcome can be derived using an algorithm on the grading events, such as a "run of two or more grading events over some pass level"

See also