Skip to content

Commit

Permalink
Make Mustache linter happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Jul 13, 2024
1 parent 43ca785 commit a853c5a
Showing 1 changed file with 167 additions and 0 deletions.
167 changes: 167 additions & 0 deletions templates/report_download.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><svg version=\"1.1\" width=\"330\" height=\"220\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"></svg>\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"
}
}}
<!DOCTYPE html>
Expand Down

0 comments on commit a853c5a

Please sign in to comment.