mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-53186 tool_lp: Send competencies in review from evidence interface
This commit is contained in:
parent
e821c94799
commit
71cb304ad8
18 changed files with 565 additions and 43 deletions
|
@ -292,6 +292,7 @@ $string['reviewstatus'] = 'Review status';
|
|||
$string['requestreview'] = 'Request review';
|
||||
$string['reopenplan'] = 'Reopen this learning plan';
|
||||
$string['reopenplanconfirm'] = 'Reopen the plan \'{$a}\'? The status of the users competencies that was recorded at the time the plan was previously completed will be deleted, and the plan will become active again.';
|
||||
$string['reviewer'] = 'Reviewer';
|
||||
$string['savechanges'] = 'Save changes';
|
||||
$string['scale'] = 'Scale';
|
||||
$string['scale_help'] = 'A scale determines how proficiency is measured in a competency. After selecting a scale, configure the scale, setting one of the scale values as default and marking all scale values that are deemed proficient.';
|
||||
|
@ -301,6 +302,8 @@ $string['selectcompetencymovetarget'] = 'Select a location to move this competen
|
|||
$string['selectedcompetency'] = 'Selected competency';
|
||||
$string['selectcohortstosync'] = 'Select cohorts to sync';
|
||||
$string['selectuserstocreateplansfor'] = 'Select users to create plans for';
|
||||
$string['sendcompetenciestoreview'] = 'Send competencies for review';
|
||||
$string['sendallcompetenciestoreview'] = 'Send all competencies in review for evidence of prior learning \'{$a}\'';
|
||||
$string['shortname'] = 'Name';
|
||||
$string['startreview'] = 'Start review';
|
||||
$string['state'] = 'State';
|
||||
|
@ -412,7 +415,7 @@ $string['userevidencecreated'] = 'Evidence of prior learning created';
|
|||
$string['userevidencedescription'] = 'Description';
|
||||
$string['userevidencefiles'] = 'Files';
|
||||
$string['userevidencename'] = 'Name';
|
||||
$string['userevidenceummary'] = 'Summary';
|
||||
$string['userevidencesummary'] = 'Summary';
|
||||
$string['userevidenceupdated'] = 'Evidence of prior learning updated';
|
||||
$string['userevidenceurl'] = 'URL';
|
||||
$string['userplans'] = 'User plans';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue