mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
21 lines
590 B
Text
21 lines
590 B
Text
<p><strong>{{competency.shortname}} <em>{{competency.idnumber}}</em></strong></p>
|
|
<p>{{competency.description}}</p>
|
|
|
|
{{#framework}}
|
|
<p><strong>{{framework.shortname}}</strong></p>
|
|
<p>{{framework.description}}</p>
|
|
{{/framework}}
|
|
|
|
{{#showrelatedcompetencies}}
|
|
{{> tool_lp/related_competencies }}
|
|
{{/showrelatedcompetencies}}
|
|
|
|
{{#showrule}}
|
|
<h5>{{#str}}competencyrule, tool_lp{{/str}}</h5>
|
|
<dl>
|
|
<dt>{{#str}}outcome, tool_lp{{/str}}</dt>
|
|
<dd>{{rule.outcome}}</dd>
|
|
<dt>{{#str}}when, tool_lp{{/str}}</dt>
|
|
<dd>{{rule.type}}</dd>
|
|
</dl>
|
|
{{/showrule}}
|