diff --git a/admin/tool/lp/templates/course_competency_statistics.mustache b/admin/tool/lp/templates/course_competency_statistics.mustache index 437bd53e9c1..bb4a267d81e 100644 --- a/admin/tool/lp/templates/course_competency_statistics.mustache +++ b/admin/tool/lp/templates/course_competency_statistics.mustache @@ -32,10 +32,10 @@ Example context (json): { - competencycount: 4, - proficientcompetencycount: 3, - proficientcompetencypercentage: 75, - proficientcompetencypercentageformatted: 75.0 + "competencycount": 4, + "proficientcompetencycount": 3, + "proficientcompetencypercentage": 75, + "proficientcompetencypercentageformatted": 75.0 } }} diff --git a/admin/tool/lp/templates/template_statistics.mustache b/admin/tool/lp/templates/template_statistics.mustache index 91b45127d45..85b738fcd1b 100644 --- a/admin/tool/lp/templates/template_statistics.mustache +++ b/admin/tool/lp/templates/template_statistics.mustache @@ -32,12 +32,12 @@ Example context (json): { - linkedcompetencycount: 4, - competencycount: 8, - linkedcompetencypercentage: 50, - plancount: 40, - completedplancount: 30, - completedplanpercentage: 75, + "linkedcompetencycount": 4, + "competencycount": 8, + "linkedcompetencypercentage": 50, + "plancount": 40, + "completedplancount": 30, + "completedplanpercentage": 75 } }} diff --git a/mod/assign/templates/grading_actions.mustache b/mod/assign/templates/grading_actions.mustache index 28c89f1e0fd..5118bc0da04 100644 --- a/mod/assign/templates/grading_actions.mustache +++ b/mod/assign/templates/grading_actions.mustache @@ -28,7 +28,6 @@ Context variables required for this template: * see mod/assign/classes/output/grading_app.php - Example context (json): This template is initially hidden, and is only displayed after the current user info has been loaded. }}