Parent Directory
|
Revision Log
CONTRIB-497 Start of the grade/report/visual plug-in for displaying charts and graphs using flare as part of the GSoC animated grade statistics report project. Currently only one visualization has been added and it is still in a rough state. The code for the swf can be found in the flare_visualization dir. Lots more work ahead to get the plug-in 100%.
<?PHP /////////////////////////////////////////////////////////////////////////// // // // NOTICE OF COPYRIGHT // // // // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.org // // // // Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // // the Free Software Foundation; either version 2 of the License, or // // (at your option) any later version. // // // // This program is distributed in the hope that it will be useful, // // but WITHOUT ANY WARRANTY; without even the implied warranty of // // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // // GNU General Public License for more details: // // // // http://www.gnu.org/copyleft/gpl.html // // // /////////////////////////////////////////////////////////////////////////// $plugin->version = 2008061400; $plugin->requires = 2008051202; ?>
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |