Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created August 10, 2011 22:29
Show Gist options
  • Save knowuh/1138456 to your computer and use it in GitHub Desktop.
Save knowuh/1138456 to your computer and use it in GitHub Desktop.
Learner data including recent feedback for step.
{ "MySystem.Link" : { "link100" : { "color" : "rgba(233, 127, 255, 1)",
"endNode" : "node101",
"endTerminal" : "b",
"energyType" : "deb2c030-1ca6-4913-bfa4-c9ea567d7e5f",
"guid" : "link100",
"isSelected" : true,
"label" : { "backgroundColor" : "rgba(255, 255, 255, 0.7)",
"fontFamily" : "sans-serif",
"fontSize" : 12,
"fontStyle" : "normal",
"padding" : 4,
"text" : "something interesting"
},
"startNode" : "node100",
"startTerminal" : "b"
} },
"MySystem.Node" : { "node100" : { "guid" : "node100",
"image" : "http://dl.dropbox.com/u/73403/mysystem/images/pot.jpg",
"nodeType" : "cec14315-62d8-4b7a-bb77-c653d21e8dcb",
"outLinks" : [ "link100" ],
"position" : { "x" : 93,
"y" : 80
},
"title" : "pot"
},
"node101" : { "guid" : "node101",
"image" : "http://dl.dropbox.com/u/73403/mysystem/images/egg-transp-70.png",
"inLinks" : [ "link100" ],
"nodeType" : "b2e7372c-f4b4-4e7c-84c9-5ae0412cecd5",
"position" : { "x" : 339,
"y" : 120
},
"title" : "egg"
}
},
"MySystem.RuleFeedback" : { "LAST_FEEDBACK" : { "feedback" : "Must have heat link",
"success" : false
} },
"MySystem.Story" : { },
"MySystem.StorySentence" : { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment