{{! This file is part of Moodle - http://moodle.org/ Moodle is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Moodle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Moodle. If not, see . }} {{! @template qbank_managecategories/listitem This template renders the list item for each category. Example context (json): { "questionbankurl": "question/edit.php?cmid=", "categoryname": "Default for Miscellaneous", "idnumber": "1", "questioncount": "1", "categorydesc": "The default category for questions shared in context Miscellaneous", "deleteurl": "url", "deletetitle": "Advanced" } }} {{{categoryname}}} {{#idnumber}} {{#str}}idnumber, question{{/str}} {{idnumber}} {{/idnumber}} {{questioncount}} {{#categorydesc}}
{{{categorydesc}}}
{{/categorydesc}} {{#deleteurl}} {{# pix }} t/delete, core, {{deletetitle}} {{/ pix }} {{/deleteurl}}