mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-64693 analytics: new course_competencies target
Added new target to predict which students are at risk of not achieving the competencies assigned to a course.
This commit is contained in:
parent
280cfdf05c
commit
525cee739d
4 changed files with 232 additions and 3 deletions
|
@ -1972,12 +1972,16 @@ $string['tagmanagement'] = 'Add/delete tags ...';
|
|||
$string['tags'] = 'Tags';
|
||||
$string['target:coursecompletion'] = 'Students at risk of not meeting the course completion conditions';
|
||||
$string['target:coursecompletion_help'] = 'This target describes whether the student is considered at risk of not meeting the course completion conditions.';
|
||||
$string['target:coursecompetencies'] = 'Students at risk of not achieving the competencies assigned to a course';
|
||||
$string['target:coursecompetencies_help'] = 'This target describes whether a student is at risk of not achieving the competencies assigned to a course. This target considers that all competencies assigned to the course must be achieved by the end of the course.';
|
||||
$string['target:coursedropout'] = 'Students at risk of dropping out';
|
||||
$string['target:coursedropout_help'] = 'This target describes whether the student is considered at risk of dropping out.';
|
||||
$string['target:noteachingactivity'] = 'No teaching';
|
||||
$string['target:noteachingactivity_help'] = 'This target describes whether courses due to start in the coming week will have teaching activity.';
|
||||
$string['targetlabelstudentcompletionno'] = 'Student who is likely to meet the course completion conditions';
|
||||
$string['targetlabelstudentcompletionyes'] = 'Student at risk of not meeting the course completion conditions';
|
||||
$string['targetlabelstudentcompetenciesno'] = 'Student who is likely to achieve the competencies assigned to a course';
|
||||
$string['targetlabelstudentcompetenciesyes'] = 'Student at risk of not achieving the competencies assigned to a course';
|
||||
$string['targetlabelstudentdropoutyes'] = 'Student at risk of dropping out';
|
||||
$string['targetlabelstudentdropoutno'] = 'Not at risk';
|
||||
$string['targetlabelteachingyes'] = 'Users with teaching capabilities have access to the course';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue