-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLFST.json
More file actions
58 lines (58 loc) · 1.14 KB
/
LFST.json
File metadata and controls
58 lines (58 loc) · 1.14 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
{
"_id": "001",
"inputKnowledgeItems":[
{
"AccountType": "facebook",
"apikey": "123"
}
],
"OutputKnowledgeItems":[
{
"oid" : "1",
"type" : "event",
"effectOnDistance": "1",
"title" : "Hackathon",
"when" : "October 18",
"institution" : "HacKSU",
"where" : "Kent State Library",
"contributes" : "learning Skill"
},
{
"oid" : "2",
"type" : "coarse",
"effectOnDistance": "3",
"title" : "Introduction to computer science",
"when" : "january 9th - june 17",
"institution" : "Kent State University",
"where" : "Kent State computer science building",
"contributes" : "required course"
}
],
"learningState" : [
{
"learningGoal" : {
"id" : "0",
"distenceToLearningGoal": "20"
}
}
],
"stateTransition" : [
{
"id" : 0,
"cause": "location changed",
"distenceToLearningGoal" : "20"
},
{
"id" : 1,
"cause": "finished coarse",
"distenceToLearningGoal" : "19"
}
],
"outputReccomendations" : [
{
"reccomendationID" : "1",
"causedBy" : "stateTransition",
"progressesTwoards": "learningGoal1"
}
]
}