From a853c5aa41bcb7bd644debb923665a67a5722266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Tue, 28 Nov 2023 00:48:57 +0100 Subject: [PATCH] Make Mustache linter happy. --- templates/report_download.mustache | 167 +++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) diff --git a/templates/report_download.mustache b/templates/report_download.mustache index 1d47617..52db109 100644 --- a/templates/report_download.mustache +++ b/templates/report_download.mustache @@ -32,6 +32,173 @@ Example context (json): { + "scales": [ + { + "scale": 0, + "scalelabel": "0", + "description": "Strongly disagree" + }, + { + "scale": 1, + "scalelabel": "1", + "description": "Disagree" + }, + { + "scale": 2, + "scalelabel": "2", + "description": "Somewhat disagree" + }, + { + "scale": 3, + "scalelabel": "3", + "description": "Somewhat agree" + }, + { + "scale": 4, + "scalelabel": "4", + "description": "Agree" + }, + { + "scale": 5, + "scalelabel": "5", + "description": "Strongly agree" + }, + { + "scale": null, + "scalelabel": "N/A", + "description": "Not applicable" + } + ], + "report": { + "resultpercentage": "50.67%", + "radar": "\n", + "categories": [ + { + "name": "Content", + "average": "1.33", + "percentage": "20%", + "criteria": [ + { + "text": "The content is relevant, technically correct and supported by arguments.", + "scaletext": "Disagree", + "averagerating": "1.00", + "multiplier": "1.00" + }, + { + "text": "The content is tailored to the target audience and the occasion.", + "scaletext": "Somewhat disagree", + "averagerating": "2.00", + "multiplier": "1.00" + }, + { + "text": "The content presented is evidence of a thorough, independent examination of the topic.", + "scaletext": "Disagree", + "averagerating": "1.00", + "multiplier": "1.00" + } + ], + "weight": 0.2 + }, + { + "name": "Structure", + "average": "1.67", + "percentage": "20%", + "criteria": [ + { + "text": "The introduction establishes contact, stimulates interest and provides orientation.", + "scaletext": "Somewhat disagree", + "averagerating": "2.00", + "multiplier": "1.00" + }, + { + "text": "The main points build on each other and are in line with your purpose.", + "scaletext": "Disagree", + "averagerating": "1.00", + "multiplier": "1.00" + }, + { + "text": "The final is convincing and clearly signals the end of the presentation.", + "scaletext": "Somewhat disagree", + "averagerating": "2.00", + "multiplier": "1.00" + } + ], + "weight": 0.2 + }, + { + "name": "Media", + "average": "3.50", + "percentage": "20%", + "criteria": [ + { + "text": "The use of media is professional.", + "scaletext": "Somewhat agree", + "averagerating": "3.00", + "multiplier": "1.00" + }, + { + "text": "The visual aids are attractive and of good quality.", + "scaletext": "Agree", + "averagerating": "4.00", + "multiplier": "1.00" + } + ], + "weight": 0.2 + }, + { + "name": "Speech", + "average": "3.50", + "percentage": "20%", + "criteria": [ + { + "text": "The language style is typical for spoken texts and suitable for the target audience.", + "scaletext": "Agree", + "averagerating": "4.00", + "multiplier": "1.00" + }, + { + "text": "The style of speaking is convincing and facilitates comprehension.", + "scaletext": "Somewhat agree", + "averagerating": "3.00", + "multiplier": "1.00" + } + ], + "weight": 0.2 + }, + { + "name": "Body language", + "average": "2.67", + "percentage": "20%", + "criteria": [ + { + "text": "The performance is confident and the space is used effectively.", + "scaletext": "Somewhat agree", + "averagerating": "3.00", + "multiplier": "1.00" + }, + { + "text": "Eye contact is made with the entire audience and is maintained as much as possible.", + "scaletext": "Somewhat disagree", + "averagerating": "2.00", + "multiplier": "1.00" + }, + { + "text": "Facial expressions are friendly and authentic. Gestures emphasize what is being said.", + "scaletext": "Somewhat agree", + "averagerating": "3.00", + "multiplier": "1.00" + } + ], + "weight": 0.2 + } + ], + "resultvsmax": "50.67/100" + }, + "coursestart": "Sunday, 5 November 2023, 12:00 AM", + "courseend": "Monday, 4 November 2024, 12:00 AM", + "instancename": "My verbal Feedback", + "student": "Student Test", + "teachers": "Admin User" } }}