MDL-53346 competencies: Show user learning plans
On the course competencies page, show the user their learning plans that contain each of the course competencies.
This commit is contained in:
@@ -420,6 +420,9 @@ class external extends external_api {
|
||||
))
|
||||
),
|
||||
'comppath' => competency_path_exporter::get_read_structure(),
|
||||
'plans' => new external_multiple_structure(
|
||||
plan_exporter::get_read_structure()
|
||||
),
|
||||
))),
|
||||
'manageurl' => new external_value(PARAM_LOCALURL, 'Url to the manage competencies page.'),
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user