File size: 3,047 Bytes
b9727b3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | {
"meta": {
"id": "M-RESTAURATION-WO",
"version": "1.0",
"langue": "wolof",
"secteur": "restauration",
"niveau_business": 2
},
"modules": [
{
"id": "GESTION_STOCK_PERISSABLE",
"focus_vocab": [
"Denc",
"Ñàkk",
"Rot"
],
"scenario": {
"contexte": "Gestion des ingrédients (oignons, huile, viande) dans un Tangana.",
"lessonText": "Baax na ! Ci sa liggéeyu Tangana, li gën a jafe mooy samm sa stock. Su sooble bi walla yàpp bi yàquwee, sa xaalis mooy sotti. Loolu lañuy woowe Ñàkk.",
"dialogue": [
{
"ia": "Ñata sooble nga jënd tey ?",
"user": "5 Kg."
},
{
"ia": "Te ñata lañu dooré ci biir waañ ?",
"user": "4 Kg."
},
{
"ia": "Kon am nga 1 Kg bu des. Naka nga koy dence suba ?"
}
]
},
"exercice": {
"type": "AUDIO",
"question": "Nettoolil ma naka nga dence sa yàpp suba sa tel ngir mu bañ a yàqu ?",
"criteria": {
"mustInclude": [
{
"id": "METHOD",
"desc": "glacière / frigo / denc bu leer",
"weight": 5
}
],
"threshold": {
"minScore": 5,
"minMustPass": 1
}
}
}
},
{
"id": "CALCUL_MARGE_PLAT",
"focus_vocab": [
"Coût de revient",
"Bénéfice",
"Marge"
],
"scenario": {
"contexte": "Calculer le bénéfice sur un plat de Thieb.",
"lessonText": "Léegi, nattal sa bénéfice. Su sa cinu Thieb jaralë la 10.000 FCFA te am nga 20 plat, ñata nga koy jaay plat bu ne ?"
},
"exercice": {
"type": "TEXT",
"question": "Bindal ma sa prix plat :",
"criteria": {
"mustInclude": [
{
"id": "PRICE",
"desc": "montant > 500 FCFA",
"weight": 5
}
],
"threshold": {
"minScore": 5,
"minMustPass": 1
}
}
}
}
],
"simulation": {
"id": "SIM-RENTABILITE-TANGANA",
"params": {
"loyer_place": 2500,
"gaz_jour": 1500,
"matiere_moyenne_plat": 600
}
}
} |