Add Score board page to visualize progress of exercises

This commit is contained in:
2024-09-22 21:29:23 +02:00
parent a55248ecef
commit 6aae064902
7 changed files with 132 additions and 2 deletions

View File

@@ -9,7 +9,8 @@
"systemAndHelp": "System & Help",
"helpInstructions": "Help instructions",
"preferences": "Preferences",
"logout": "Logout"
"logout": "Logout",
"scoreBoard": "Score Board"
},
"preferences": {
"pageSetup": "Page setup",
@@ -102,5 +103,12 @@
"title": "Reset database?",
"description": "Do you really want to reset the server database? This can't be undone!"
}
},
"scoreBoard": {
"exerciseGroup0": "Exercise Group 0: Getting Started",
"exerciseGroup1": "Exercise Group 1: SQL Injections",
"exerciseGroup2": "Exercise Group 2: Broken Access Control",
"exerciseGroup3": "Exercise Group 3: Cross-Site Scripting (XSS)",
"exercise": "Exercise {0}"
}
}