-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuser_before_data_write.json
More file actions
66 lines (66 loc) · 2.32 KB
/
user_before_data_write.json
File metadata and controls
66 lines (66 loc) · 2.32 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
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
{
"users": [
{
"uuid": "c9d7dff4-d613-4dad-bb41-e1fb1913ccb7",
"email": "sdindl@email.com",
"username": "sdindl",
"displayname": "Steven",
"password": "Password2024!",
"progressTrackers": [
{
"languageName": "Filipino",
"languageUUID": "1bafb0ae-3462-4ec3-9cc2-a98ff2898e72",
"completedGames": [
{
"gameUUID": "8ce4fefc-a539-4546-9d7e-0ac8778f8de5"
}
],
"missedQuestions": [
{
"uuid": "e4e1d515-7baf-4569-8c14-7c663b6e49f5",
"questionType": "multipleChoice"
},
{
"uuid": "285bad41-5c1c-45b4-bc51-59f480bb1895",
"questionType": "matching"
}
]
},
{
"languageName": "Spanish",
"languageUUID": "d9d2caae-e27d-4de7-9b2a-8a784f5fbb12",
"completedGames": [],
"missedQuestions": []
}
]
},
{
"uuid": "2e253e1e-33cb-401a-b0a9-9b2fe046e8ea",
"email": "0",
"username": "0",
"displayname": "0",
"password": "0",
"progressTrackers": [
{
"languageName": "Filipino",
"languageUUID": "1bafb0ae-3462-4ec3-9cc2-a98ff2898e72",
"completedGames": [
{
"gameUUID": "8ce4fefc-a539-4546-9d7e-0ac8778f8de5"
}
],
"missedQuestions": [
{
"uuid": "e4e1d515-7baf-4569-8c14-7c663b6e49f5",
"questionType": "multipleChoice"
},
{
"uuid": "285bad41-5c1c-45b4-bc51-59f480bb1895",
"questionType": "matching"
}
]
}
]
}
]
}