Kumi
7321ed9c1d
Introduces additional localization strings to improve the clarity and functionality of the user grade report, including labels for quizzes, attempts, and questions. This enhances the report's interpretability for users. Increments plugin version to reflect string additions.
14 lines
500 B
PHP
14 lines
500 B
PHP
<?php
|
|
|
|
$string['pluginname'] = 'User Grades Report';
|
|
$string['usergradesreport'] = 'User Grades Report';
|
|
$string['nouserselected'] = 'No user selected. Please select a user to view their grades.';
|
|
$string['showgrades'] = 'Show Grades';
|
|
$string['user'] = 'User';
|
|
$string['selectuser'] = 'Select User';
|
|
$string['grade'] = 'Grade';
|
|
$string['quizzes'] = 'Quizzes';
|
|
$string['attempt'] = 'Attempt';
|
|
$string['question'] = 'Question';
|
|
$string['response'] = 'Response';
|
|
$string['totalgrade'] = 'Total Grade';
|