-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_data.json
More file actions
53 lines (53 loc) · 1.08 KB
/
sample_data.json
File metadata and controls
53 lines (53 loc) · 1.08 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
{
"cardsTitles" : ["apple", "orange", "banana", "pear", "peach", "apple", "dog", "cat", "bird"],
"cardsNotes" : ["apple tasty", "orange tasty", "banana tasty", "pear ugh", "peach hairy", "apple gross", "dog fun", "cat ugly", "bird elegant"],
"cardsLabels" :
[
[
"red",
"crunchy"
],
[
"orange",
"citrus"
],
[
"yellow",
"brown",
"green"
],
[
"green",
"crunchy"
],
[
"soft",
"warm coloured"
],
[
"green",
"crunchy"
],
[
"barking animal",
"likable"
],
[
"non-barking",
"unable to fly"
],
[
"capable of flight",
"non-barking"
]
],
"listsTitles" : ["Left", "L Mid", "R Mid", "Right"],
"listsCards" :
[
[0, 1],
[2],
[3, 4],
[5, 6, 7]
],
"listsPositions" : [0, 1, 2, 3]
}