Parent Directory
|
Revision Log
CONTRIB-497 * Added flare libbary to repo as it is needed to build the flash front end. Lib is located at /grade/report/visual/flare_visualization/flare/. For more information see http://flare.prefuse.org/ * Added more visualizations. * Added settings/preferences page for the report. * Added printable version. * Added more documentation. * Added README.txt * Cleaned up code. * Fixed a bunch of small bugs.
<?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'; /// settings $string['prefgeneral'] = 'General'; $string['prefcalc'] = 'Calculations'; $string['aggregationview'] = 'Aggregation view'; $string['aggregationposition'] = 'Aggregation position'; $string['incompleasmin'] = 'Incomplete grades as min'; $string['usehidden'] = 'Count hidden grades'; $string['uselocked'] = 'Count locked grades'; $string['showscaleitems'] = 'Show items using scale'; $string['showvalueitems'] = 'Show items using value'; /// 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['item'] = 'Item'; $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'; $string['visual:vis:grades_vs_students'] = 'View Grades vs Students Visualization'; /// grade_distribution strings $string['gradedistribution:title'] = 'Grade Distribution'; $string['gradedistribution'] = 'Grade Distribution (Line)'; $string['visual:vis:grade_distribution'] ='View Grade Distribution Visualization'; /// grade_distribution_bar strings $string['gradedistributionbar'] = 'Grade Distribution by Item (Bar)'; $string['visual:vis:grade_distribution_bar'] = 'View Grade Distribution Bar Visualization'; /// grade_distribution_group_bar $string['gradedistributiongroupbar'] = 'Grade Distribution by Group (Bar)'; $string['visual:vis:grade_distribution_group_bar'] = 'View Grade Distribution by Group Visualization'; /// continuous_grade_distribution $string['continuousgradedistribution'] = 'Continuous Grade Distribution'; $string['visual:vis:continuous_grade_distribution'] = 'View Continuous Grade Distribution Visualization'; /// grades_vs_items $string['gradesvsitems'] = 'Average Grades vs Items'; $string['gradesvsitems:title'] = 'Average Grades vs Items'; $string['visual:vis:grades_vs_items'] = 'View Grades vs Items Visualization'; ?>
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |