芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/mod/scorm/report/objectives/lang/en/scormreport_objectives.php
. /** * Strings for component 'scorm_objectives' report plugin * * @package scormreport_objectives * @author Dan Marsden
* @copyright 2013 Dan Marsden * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['pluginname'] = 'Objectives report'; $string['privacy:metadata:preference:scorm_report_objectives_score'] = 'Whether to display the objective score in the SCORM report'; $string['privacy:metadata:preference:scorm_report_pagesize'] = 'Number of users to display in the SCORM reports'; $string['objectivex'] = 'Objective {$a}'; $string['objectivescore'] = 'Show objective score'; $string['score'] = 'score'; $string['status'] = 'status';