-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathusrdata.json
More file actions
33 lines (33 loc) · 1.1 KB
/
usrdata.json
File metadata and controls
33 lines (33 loc) · 1.1 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
{
"user_information": {
"personal_information": {
"language_choice": "Bahasa Indonesia",
"name": "Brian",
"gender": "Male",
"interests": [
"Rock Climbing",
"Skateboard",
"Mathematics"
],
"age": 19,
"personality": [
"Personality: Cheerful and persistent with eager to express thoughts."
],
"mistakes": [
"Mistakes: Minor sentence structure errors",
"confusion with vocabulary."
],
"past_conversation": "Conversation topics: Climbing, skateboarding, Rubik's Cube solving strategies, and hobbies.",
"behaviours": [
"Behaviour: Brian tends to directly translate sentences from English to Bahasa Indonesia."
]
},
"language_proficiency": {
"vocabulary": 30,
"grammar": 30,
"social and cultural context": 20,
"comprehension": 40,
"conversational skills": 40
}
}
}