From: Simon H. <sim...@us...> - 2010-09-30 16:56:33
|
Update of /cvsroot/stack/stack-dev/opaque/moodleModule/stack_diagnostic/lang/en_utf8 In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28438/opaque/moodleModule/stack_diagnostic/lang/en_utf8 Added Files: block_stack_diagnostic.php Log Message: Merging 2.2 branch (with some additional fixes to ensure seamless updating for version lines) --- NEW FILE: block_stack_diagnostic.php --- <?php /** * * Welcome to STACK. A system for teaching and assessment using a * computer algebra kernel. * * This file is licensed under the GPL License. * * A copy of the license is in your STACK distribution called * license.txt. If you are missing this file you can obtain * it from: * http://www.stack.bham.ac.uk/license.txt * * @author Jonathan Hart (j.p...@bh...) * * @package stackBlock * * Language files for stack's moodle block */ $string['title'] = 'Stack Diagnostic Reporting'; $string['reports'] = 'Reports'; $string['questions'] = 'Stack Questions'; $string['new'] = 'New Question'; $string['import'] = 'Import Question'; $string['caschat'] = 'CasChat'; $string['report'] = 'Stack Reports'; $string['editOpt'] = 'Edit Question Options'; $string['stack_not_installed'] = 'Please install STACK question type.'; $string['settings'] = 'STACK Diagnostic Reporting Settings'; $string['noSettings'] = 'The STACK Diagnostic Reporting block has no configuration options.'; ?> |