Diff of /contrib/plugins/grade/report/visual/lang/en_utf8/gradereport_visual.php
Parent Directory
|
Revision Log
|
Patch
|
By dservos:
CONTRIB-497
*Added new visualization, Grade Distribution
*Fixed some minor bugs
*Made abstract visualization class for creating visualizations by making classes witch extend it.
*Made visual_settings.php witch takes a visualization class and truns it in to XML witch flex can read in.
*Made flex visualization application read in XML formated settings as well as tab formated data from moodle and combind them to make a custom visualization.
*Made flex visualization application read and use langue strings from moodle.
*Added printer firendly tab
TODO:
*Add more visualizations
*Refactor some of the flex/actionscript code
*More douctenation
*More UI functions for the flex application
|
| 24 |
|
|
| 25 |
$string['modulename'] = 'Visual Report'; |
$string['modulename'] = 'Visual Report'; |
| 26 |
$string['visual:view'] = 'View visual course report'; |
$string['visual:view'] = 'View visual course report'; |
| 27 |
|
|
| 28 |
|
$string['visualselector'] = 'Visualization:'; |
| 29 |
|
$string['nogroup'] = 'No Group'; |
| 30 |
|
$string['allgroups'] = 'All Groups'; |
| 31 |
|
$string['printable'] = 'Printer Friendly Version'; |
| 32 |
|
|
| 33 |
|
/// buttons text |
| 34 |
|
$string['hide'] = 'Hide'; |
| 35 |
|
$string['show'] = 'Show'; |
| 36 |
|
$string['xlabels'] = 'X Labels'; |
| 37 |
|
$string['ylabels'] = 'Y Labels'; |
| 38 |
|
$string['axes'] = 'Axes'; |
| 39 |
|
$string['invertaxes'] = 'Invert Axes'; |
| 40 |
|
|
| 41 |
|
/// common axis labels |
| 42 |
|
$string['grade'] = 'Grade'; |
| 43 |
|
$string['student'] = 'Student'; |
| 44 |
|
$string['numberstudents'] = 'Number of Students'; |
| 45 |
|
|
| 46 |
|
/// grades_vs_students strings |
| 47 |
|
$string['gradesvsstudents'] = 'Normalized Grades vs Students'; |
| 48 |
|
$string['gradesvsstudents:title'] = 'Normalized Grades vs Students'; |
| 49 |
|
|
| 50 |
|
/// grade_distribution strings |
| 51 |
|
$string['gradedistribution:title'] = 'Grade Distribution'; |
| 52 |
|
$string['gradedistribution'] = 'Grade Distribution (Line)'; |
| 53 |
|
|
| 54 |
?> |
?> |
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|