Parent Directory
|
Revision Log
CONTRIB-497 *Added more visualizations *Added selector UI Widget for flex/flare visualization *Refactored some of flex actionscript code. *Added defaults for selected group and items in visualizations. *Improved removal of nodes and edges when an item or group is deselected in a legend. *Fixed a memory leak realting to the removal and addtion of nodes. *Added more options for and control of the flex/flare based visualization from the Moodle back end.
<?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 // // // /////////////////////////////////////////////////////////////////////////// $string['modulename'] = 'Visual Report'; $string['visual:view'] = 'View visual course report'; $string['visualselector'] = 'Visualization:'; $string['nogroup'] = 'No Group'; $string['allgroups'] = 'All Groups'; $string['printable'] = 'Printer Friendly Version'; /// buttons text $string['hide'] = 'Hide'; $string['show'] = 'Show'; $string['xlabels'] = 'X Labels'; $string['ylabels'] = 'Y Labels'; $string['axes'] = 'Axes'; $string['invertaxes'] = 'Invert Axes'; /// common axis labels $string['grade'] = 'Grade'; $string['student'] = 'Student'; $string['numberstudents'] = 'Number of Students'; $string['percentstudents'] = 'Percent Students'; /// grades_vs_students strings $string['gradesvsstudents'] = 'Normalized Grades vs Students'; $string['gradesvsstudents:title'] = 'Normalized Grades vs Students'; /// grade_distribution strings $string['gradedistribution:title'] = 'Grade Distribution'; $string['gradedistribution'] = 'Grade Distribution (Line)'; /// grade_distribution_bar strings $string['gradedistributionbar'] = 'Grade Distribution by Item (Bar)'; /// grade_distribution_group_bar $string['gradedistributiongroupbar'] = 'Grade Distribution by Group (Bar)'; /// continuous_grade_distribution $string['continuousgradedistribution'] = 'Continuous Grade Distribution'; ?>
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |