MDL-61138 mod_quiz: add question preview to random question modal
[moodle.git] / theme / bootstrapbase / templates / mod_quiz / random_question_form_preview.mustache
blobb1e4e344dd37e91bbe4962ba3249056a7eec4d92
1 {{!
2     This file is part of Moodle - http://moodle.org/
4     Moodle is free software: you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation, either version 3 of the License, or
7     (at your option) any later version.
9     Moodle is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.
14     You should have received a copy of the GNU General Public License
15     along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
17 {{!
18     @template mod_quiz/random_question_form_preview
20     A preview section for the list of questions that match the random
21     question criteria in the random question form.
23     Classes required for JS:
24     * none
26     Data attributes required for JS:
27     * none
29     Context variables required for this template:
30     * title A cleaned string (use clean_text()) to display.
31     * body HTML content for the boday
33     Example context (json):
34     {}
36 <div class="m-t-2" data-region="random-question-preview-container" style="position:relative">
37     <div data-region="question-count-container"></div>
38     <div data-region="question-list-container"></div>
39     {{< core/overlay_loading }}{{$hiddenclass}}{{/hiddenclass}}{{/ core/overlay_loading }}
40 </div>