mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-51648 cbe: Add a user competency plan summary page (allows grading)
This commit is contained in:
parent
1ab69549ad
commit
3c659fc202
25 changed files with 1166 additions and 13 deletions
|
@ -89,6 +89,8 @@ $string['evidence_competencyrule'] = 'The rule of the competency was met.';
|
|||
$string['evidence_coursecompleted'] = 'The course \'{$a}\' was completed.';
|
||||
$string['evidence_evidenceofpriorlearninglinked'] = 'The evidence of prior learning \'{$a}\' was linked.';
|
||||
$string['evidence_evidenceofpriorlearningunlinked'] = 'The evidence of prior learning \'{$a}\' was unlinked.';
|
||||
$string['evidence_manualoverrideinplan'] = 'The competency grade was manually set in the plan \'{$a}\'.';
|
||||
$string['evidence_manualsuggestinplan'] = 'The competency grade was manually suggested in the plan \'{$a}\'.';
|
||||
$string['errorcannotsetduedateinthepast'] = 'The due date cannot be set in the past.';
|
||||
$string['errorcannotchangeapastduedate'] = 'The due date has passed, it cannot be changed.';
|
||||
$string['errornocompetency'] = '{$a} competency can not be found';
|
||||
|
@ -122,6 +124,8 @@ $string['listtemplatescaption'] = 'List of learning plan templates';
|
|||
$string['loading'] = 'Loading...';
|
||||
$string['locatecompetency'] = 'Locate competency';
|
||||
$string['lp:competencymanage'] = 'Manage competency frameworks';
|
||||
$string['lp:competencysuggestgrade'] = 'Suggest competency grade';
|
||||
$string['lp:competencygrade'] = 'Set competency grade';
|
||||
$string['lp:competencyread'] = 'View competency frameworks';
|
||||
$string['lp:coursecompetencymanage'] = 'Manage course competencies';
|
||||
$string['lp:coursecompetencyread'] = 'View course competencies';
|
||||
|
@ -275,3 +279,7 @@ $string['userplans'] = 'User plans';
|
|||
$string['visible'] = 'Visible';
|
||||
$string['visible_help'] = 'A competency framework can be hidden from teachers. This could be useful if a framework is still in the process of being developed.';
|
||||
$string['when'] = 'When';
|
||||
$string['noevidence'] = 'No evidence';
|
||||
$string['evidence'] = 'Evidence';
|
||||
$string['grade'] = 'Grade';
|
||||
$string['suggest'] = 'Suggest';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue