-
Notifications
You must be signed in to change notification settings - Fork 0
/
deck.json
46 lines (46 loc) · 1.14 KB
/
deck.json
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
{
"title": "Pleasure of Learning",
"author": "Jamesb | Experimental Learning",
"elements": [
{
"comps": [
{
"type": "html",
"text": "The ... Effect: When a piece of information perfectly fits our prior knowledge.",
"showAt": 7
},
{
"type": "html",
"text": "Slot In Effect",
"showAt": 6
},
{
"type": "image",
"src": "https://raw.githubusercontent.com/bjsi/pleasure-of-learning/main/images/jigsaw-slot-in.png",
"showAt": 6
}
],
"template": "Item Picture"
},
{
"comps": [
{
"type": "html",
"text": "Learning new knowledge will be difficult if you do not have much ... about the topic.",
"showAt": 7
},
{
"type": "html",
"text": "prior knowledge",
"showAt": 6
},
{
"type": "image",
"src": "https://raw.githubusercontent.com/bjsi/pleasure-of-learning/main/images/knowledge-web.png",
"showAt": 6
}
],
"template": "Item Picture"
}
]
}