-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLesson file example
More file actions
40 lines (40 loc) · 1.02 KB
/
Copy pathLesson file example
File metadata and controls
40 lines (40 loc) · 1.02 KB
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
{
"numeLectie": "Introducere in Saluturi",
"dificultate": "Usor",
"cuvinteInvatate": ["hello", "goodbye", "please", "thank you"],
"teste": [
{
"tip": 1,
"propozitie": "Salut, cum te simti azi?",
"raspunsCorect": "Hello, how do you feel today?"
},
{
"tip": 2,
"propozitie": "Mancarea este delicioasa.",
"raspunsCorect": "The food is delicious."
},
{
"tip": 1,
"propozitie": "Please pass the salt.",
"raspunsCorect": "Te rog da-mi sarea."
},
{
"tip": 2,
"propozitie": "The dog is barking.",
"raspunsCorect": "Cainele latra."
},
{
"tip": 3,
"leftWords": ["apple", "house", "car"],
"rightWords": ["Apfel", "Haus", "Auto"]
},
{
"tip": 4,
"propozitie": "Definiția cuvântului 'a învăța' este procesul de dobândire de noi cunoștințe sau abilități."
},
{
"tip": 4,
"propozitie": "Un exemplu de folosire a cuvântului 'mulțumesc': 'Mulțumesc pentru ajutor!'"
}
]
}