mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00

This includes an API (\tool_lp\competency_api), a set of web services, unit tests for the web services and a nice UI built as an admin tool.
11 lines
273 B
Text
11 lines
273 B
Text
<p>
|
|
{{#str}}coursesusingthiscompetency, tool_lp{{/str}}
|
|
</p>
|
|
<ol>
|
|
{{#courses}}
|
|
<li><a href="{{courseviewurl}}?id={{id}}">{{{fullnameformatted}}} {{{shortnameformatted}}}</a></li>
|
|
{{/courses}}
|
|
{{^courses}}
|
|
{{#str}}nolinkedcourses, tool_lp{{/str}}
|
|
{{/courses}}
|
|
</ol>
|