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
(Shifted to dev docs)
 
(26 intermediate revisions by one other user not shown)
Line 1: Line 1:
<p class="note">'''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 [[Talk:Student projects/Animated grade statistics report|page comments]].''</p>
{{Moved_to_dev_docs}}
 
==Summary==
Use the [http://flare.prefuse.org/ 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''': [http://moodle.org/user/view.php?id=544902&course=1 Daniel Servos]
 
'''Mentors''': [http://moodle.org/user/view.php?id=521521&course=1 Greg Wilson], [http://moodle.org/user/view.php?id=51473&course=5 Anthony Borrow] and [http://moodle.org/user/view.php?id=240338&course=5 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==
 
*[[GSOC/2008]]
*[http://code.google.com/soc/2008/moodle/appinfo.html?csaid=D052C427397D21C5 Animated grade statistics report application abstract]
*[http://tracker.moodle.org/browse/MDL-13501 Tracker issue realted to project]
*[http://flare.prefuse.org/ Flare library]
 
[[Category:Project]]

Latest revision as of 05:23, 15 September 2011

This development related page is now located in the Dev docs.

See the Student projects/Animated grade statistics report page in the Dev docs.