Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/workshop/form/accumulative/lang/en/workshopform_accumulative.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00027 $string['absent'] = 'Absent';
00028 $string['addmoredimensions'] = 'Blanks for {$a} more aspects';
00029 $string['correct'] = 'Correct';
00030 $string['dimensioncomment'] = 'Comment';
00031 $string['dimensiondescription'] = 'Description';
00032 $string['dimensiongrade'] = 'Grade';
00033 $string['dimensionmaxgrade'] = 'Best possible grade / Scale to use';
00034 $string['dimensionnumber'] = 'Aspect {$a}';
00035 $string['dimensionweight'] = 'Weight';
00036 $string['excellent'] = 'Excellent';
00037 $string['good'] = 'Good';
00038 $string['incorrect'] = 'Incorrect';
00039 $string['mustchoosegrade'] = 'You have to select a grade for this aspect';
00040 $string['pluginname'] = 'Accumulative grading';
00041 $string['poor'] = 'Poor';
00042 $string['present'] = 'Present';
00043 $string['scalename0'] = 'Yes/No (2 point)';
00044 $string['scalename1'] = 'Present/Absent (2 point)';
00045 $string['scalename2'] = 'Correct/Incorrect (2 point)';
00046 $string['scalename3'] = 'Good/Poor (3 point)';
00047 $string['scalename4'] = 'Excellent/Very poor (4 point)';
00048 $string['scalename5'] = 'Excellent/Very poor (5 point)';
00049 $string['scalename6'] = 'Excellent/Very poor (7 point)';
00050 $string['verypoor'] = 'Very poor';
 All Data Structures Namespaces Files Functions Variables Enumerations