We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adfadb commit 13abf3dCopy full SHA for 13abf3d
public/main/exercise/question_stats.php
@@ -30,7 +30,7 @@
30
api_not_allowed(true);
31
}
32
33
-$nameTools = get_lang('ExerciseManagement');
+$nameTools = get_lang('Tests management');
34
$interbreadcrumb[] = [
35
'url' => 'exercise.php?'.api_get_cidreq(),
36
'name' => get_lang('Exercises'),
@@ -42,7 +42,7 @@
42
43
44
'url' => 'exercise_report.php?'.api_get_cidreq().'&exerciseId='.$exercise->iId,
45
- 'name' => get_lang('StudentScore'),
+ 'name' => get_lang('Learner score'),
46
];
47
$courseId = api_get_course_int_id();
48
0 commit comments