mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-76149 gradereport_grader: Remove studentsperpage config
This commit is contained in:
parent
14eefae721
commit
ce20ad194e
7 changed files with 13 additions and 8 deletions
|
@ -86,3 +86,5 @@ showactivityicons,core_grades
|
|||
showactivityicons_help,core_grades
|
||||
showcalculations,core_grades
|
||||
showcalculations_help,core_grades
|
||||
studentsperpage,core_grades
|
||||
studentsperpage_help,core_grades
|
||||
|
|
|
@ -809,8 +809,6 @@ $string['standarddeviation'] = 'Standard deviation';
|
|||
$string['stats'] = 'Statistics';
|
||||
$string['statslink'] = 'Stats';
|
||||
$string['student'] = 'Student';
|
||||
$string['studentsperpage'] = 'Students per page';
|
||||
$string['studentsperpage_help'] = 'This setting determines the number of students displayed per page in the grader report.';
|
||||
$string['studentsperpagereduced'] = 'Reduced maximum students per page from {$a->originalstudentsperpage} to {$a->studentsperpage}. Consider increasing the PHP setting max_input_vars from {$a->maxinputvars}.';
|
||||
$string['subcategory'] = 'Normal category';
|
||||
$string['submissions'] = 'Submissions';
|
||||
|
@ -914,3 +912,5 @@ $string['showactivityicons'] = 'Show activity icons';
|
|||
$string['showactivityicons_help'] = 'If enabled, activity icons are shown next to activity names.';
|
||||
$string['showcalculations'] = 'Show calculations';
|
||||
$string['showcalculations_help'] = 'If enabled, when editing, a calculator icon is shown for each grade item and category with a visual indicator that a grade item is calculated.';
|
||||
$string['studentsperpage'] = 'Students per page';
|
||||
$string['studentsperpage_help'] = 'This setting determines the number of students displayed per page in the grader report.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue