[moodle] / contrib / plugins / grade / report / visual / lang / en_utf8 / gradereport_visual.php Repository:

View of /contrib/plugins/grade/report/visual/lang/en_utf8/gradereport_visual.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (download) (annotate)
Sat Aug 2 12:19:16 2008 WST (15 months, 3 weeks ago) by dservos
Branch: MAIN
Changes since 1.2: +9 -0 lines
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