Refactor assessment system: rename v2 JSON files, update CLI script, add TUI interface, modify Markdown to hide correct answers in collapsible sections, adjust employee number inputs to text type

This commit is contained in:
Marco Gallegos
2026-01-20 10:25:04 -06:00
parent eb9299fef5
commit 1804e1421b
13 changed files with 969 additions and 5302 deletions

View File

@@ -39,13 +39,13 @@
"default": "Anterior"
}
},
{
"id": "employee_id",
"type": "openText",
"inputType": "text",
"headline": {
"default": "Número de Empleado"
},
{
"id": "employee_id",
"type": "openText",
"inputType": "text",
"headline": {
"default": "Número de Empleado"
},
"subheader": {
"default": ""
},