Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Student projects/Animated grade statistics report.

Student projects/Animated grade statistics report: Difference between revisions

From MoodleDocs
Line 12: Line 12:


==Core Functions==
==Core Functions==
*Developed as a grade report plugin for Moodle 2.0 and then back ported to 1.9.X
*Provide additional statistics about grades:
**Highest
**Lowest
**Average
**Median
**Mode
**Standard Deviation
*Have report viewable or not by roll in class (required roll to view set by teacher.)
*Visualisation of statics and grades in graphs and charts using flare.
*Statistic for both incomplete and complete assignments included in calculations.
*Ability to export statics.
*Some level of customization for statistics and graphs in report.


==Visualizations==
==Visualizations==

Revision as of 10:51, 29 April 2008

Note: This page outlines ideas for the Animated grade statistics report project. It's a specification under construction! If you have any comments or suggestions, please add them to the page comments.

Summary

Use the Flare library to develop some cool and useful visualisation of information in the Moodle gradebook. This can be designed as a Grade Report plugin (grade/report/visual) for Moodle 1.9. To be really flexible and extensible, this should be built in several modular parts: harvesters to collect information (e.g., "grade entered"), reporters to summarize and normalize information, and adapters to feed that information into different visualization engines (so that if anyone ever wants to replace Flare, or if Flare changes, damage will be localized).

Student: Daniel Servos

Mentors: Greg Wilson, Anthony Borrow and Nicolas Connault

Status

  • Developing Specs

Core Functions

  • Developed as a grade report plugin for Moodle 2.0 and then back ported to 1.9.X
  • Provide additional statistics about grades:
    • Highest
    • Lowest
    • Average
    • Median
    • Mode
    • Standard Deviation
  • Have report viewable or not by roll in class (required roll to view set by teacher.)
  • Visualisation of statics and grades in graphs and charts using flare.
  • Statistic for both incomplete and complete assignments included in calculations.
  • Ability to export statics.
  • Some level of customization for statistics and graphs in report.

Visualizations

Database Structures

Milestones

See also