Note:

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

Outcomes stage2

From MoodleDocs
Revision as of 13:08, 14 August 2012 by Martin Dougiamas (talk | contribs)

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 http://moodle.org/mod/forum/discuss.php?d=209008
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

  1. Modify rubrics, or add new grading methods, that use outcomes to build the rubric criteria.
  2. 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
  3. Develop reports with graphs for teachers showing progress of grading events per student in all the outcomes in that course
  4. Develop reports per student showing progress in ALL outcomes (including future ones for Progress tracking and transcripts)
  5. Competence for an outcome can be derived using an algorithm on the grading events, such as a "run of three or more grading events over some pass level"

See also