- logging improvement and simplification (no more graylog)
- Traicie Selection Specialist Round Trip - Session improvements + debugging enabled - Tone of Voice & Langauge Level definitions introduced
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
LANGUAGE_LEVEL = [
|
||||
{
|
||||
"name": "Basic",
|
||||
"description": "Short, simple sentences. Minimal jargon. Lots of visual and concrete language.",
|
||||
"cefr_level": "A2 - B1",
|
||||
"ideal_audience": "Manual laborers, entry-level roles, newcomers with another native language"
|
||||
},
|
||||
{
|
||||
"name": "Standard",
|
||||
"description": "Clear spoken language. Well-formulated without difficult words.",
|
||||
"cefr_level": "B2",
|
||||
"ideal_audience": "Retail, administration, logistics, early-career professionals"
|
||||
},
|
||||
{
|
||||
"name": "Professional",
|
||||
"description": "Business language with technical terms where needed. More complex sentence structures.",
|
||||
"cefr_level": "C1",
|
||||
"ideal_audience": "Management, HR, technical profiles"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user