along with Moodle. If not, see <http://www.gnu.org/licenses/>.
}}
{{!
- @template mod_h5pactivity/result/answer
+ @template mod_h5pactivity/local/result/answer
This template render all kind of answers/choice in a results table.
along with Moodle. If not, see <http://www.gnu.org/licenses/>.
}}
{{!
- @template mod_h5pactivity/result/header
+ @template mod_h5pactivity/local/result/header
This template will render a results header inside mod_h5pactivity results report.
along with Moodle. If not, see <http://www.gnu.org/licenses/>.
}}
{{!
- @template mod_h5pactivity/result/options
+ @template mod_h5pactivity/local/result/options
This template will render a choices table inside a H5P activity results report.
{{#options}}
<tr>
<td>{{description}}</td>
- <td>{{#correctanswer}}{{>mod_h5pactivity/result/answer}}{{/correctanswer}}</td>
- <td>{{#useranswer}}{{>mod_h5pactivity/result/answer}}{{/useranswer}}</td>
+ <td>{{#correctanswer}}{{>mod_h5pactivity/local/result/answer}}{{/correctanswer}}</td>
+ <td>{{#useranswer}}{{>mod_h5pactivity/local/result/answer}}{{/useranswer}}</td>
</tr>
{{/options}}
{{#score}}
Variables optional for this template:
* hasoptions - If an option table must be present
* optionslabel - The right label for available options on this result type
- * options - An array of mod_h5pactivity/result/options compatible array
+ * options - An array of mod_h5pactivity/local/result/options compatible array
* content - Extra content in HTML
* track - Indicate if the result has displayable tracking
<div class="container-fluid w-100 my-0 p-0">
<div class="row w-100 py-3 px-1 m-0 p-md-3">
- {{>mod_h5pactivity/result/header}}
+ {{>mod_h5pactivity/local/result/header}}
{{{content}}}
{{#hasoptions}}
- {{>mod_h5pactivity/result/options}}
+ {{>mod_h5pactivity/local/result/options}}
{{/hasoptions}}
{{^track}}
<div class="alert alert-warning w-100" role="alert">