{{! 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 core_question/switch_question_bank Example context (json): { "quizname": "Quiz 1", "quizcmid": 1, "quizcontextid": 1, "hascoursesharedbanks": true, "coursesharedbanks": [ { "name": "Question bank 1", "modid": "2", "contextid": 2, "coursenamebankname": "c1 - Question bank 1", "cminfo": {}, "questioncategories": [] }, { "name": "Question bank 2", "modid": "3", "contextid": 3, "coursenamebankname": "c1 - Question bank 2", "cminfo": {}, "questioncategories": [] } ], "hasrecentlyviewedbanks": true, "recentlyviewedbanks": [ { "name": "Question bank 3", "modid": "4", "contextid": 4, "coursenamebankname": "c2 - Question bank 4", "cminfo": {}, "questioncategories": [] }, { "name": "Question bank 4", "modid": "6", "contextid": 6, "coursenamebankname": "c3 - Question bank 5", "cminfo": {}, "questioncategories": [] } ], "hassharedbanks": true, "sharedbanks": [ { "name": "Question bank 1", "modid": "2", "contextid": 2, "coursenamebankname": "c1 - Question bank 1", "cminfo": {}, "questioncategories": [] }, { "name": "Question bank 2", "modid": "3", "contextid": 3, "coursenamebankname": "c1 - Question bank 2", "cminfo": {}, "questioncategories": [] }, { "name": "Question bank 3", "modid": "4", "contextid": 4, "coursenamebankname": "c2 - Question bank 4", "cminfo": {}, "questioncategories": [] }, { "name": "Question bank 4", "modid": "6", "contextid": 6, "coursenamebankname": "c3 - Question bank 5", "cminfo": {}, "questioncategories": [] } ] } }}
{{#str}}quizquestionbank, core_question{{/str}}
{{quizname}}

{{#hascoursesharedbanks}}
{{#str}}banksincourse, core_question{{/str}}
{{#coursesharedbanks}} {{/coursesharedbanks}}

{{/hascoursesharedbanks}} {{#hasrecentlyviewedbanks}}
{{#str}}recentlyviewedquestionbanks, core_question{{/str}}
{{#recentlyviewedbanks}} {{/recentlyviewedbanks}}

{{/hasrecentlyviewedbanks}}
{{#str}}otherquestionbank, core_question{{/str}}