{{! This file is part of Moodle - https://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 local_treestudyplan/cfg_grades Template for rendering configuration page for grades and scales. Classes required for JS: * float Data attributes required for JS: * none Context variables required for this template: * none Example context (json): { "scales": [ { id: 1, title: "Scale name", options: [ { title: "Scale value", value: 1, disabled: false, selected: true } ] } ], "grades": [ { points: 100, threshold: 55, } ], } }}

{{#str}} cfg_grades_desc_head, local_treestudyplan {{/str}}

{{#str}} cfg_grades_desc, local_treestudyplan {{/str}}

{{#str}} cfg_grades_scales, local_treestudyplan {{/str}}

{{#scales}} {{/scales}}
{{#str}} scale, core {{/str}} {{#str}} min_completed, local_treestudyplan {{/str}}
{{name}}

{{#str}} cfg_grades_grades, local_treestudyplan {{/str}}

{{#grades}} {{/grades}}
{{#str}} grade_points, local_treestudyplan {{/str}} {{#str}} min_completed, local_treestudyplan {{/str}} {{#str}} delete, core {{/str}}
{{points}}