mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 08:11:39 +02:00
* Unit tests for base exporter * Use the course_summary_exporter for list_courses_using_competency * Rename competency_with_linked_courses_exporter to competency_summary_exporter * Split properties_definition in 2 (added read_properties_definition) * Improve phpdocs * Make some methods final * Throw an error when other_properties overlap with properties
12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
<p>
|
|
{{#str}}coursesusingthiscompetency, tool_lp{{/str}}
|
|
</p>
|
|
<ol>
|
|
{{#courses}}
|
|
<li><a href="{{viewurl}}">{{{fullname}}} {{{shortname}}}</a></li>
|
|
{{/courses}}
|
|
{{^courses}}
|
|
{{#str}}nolinkedcourses, tool_lp{{/str}}
|
|
{{/courses}}
|
|
</ol>
|