Skip to content

Instantly share code, notes, and snippets.

@dpfannenstiel
Created April 23, 2014 16:53
Show Gist options
  • Save dpfannenstiel/11223319 to your computer and use it in GitHub Desktop.
Save dpfannenstiel/11223319 to your computer and use it in GitHub Desktop.
{
"id": 1,
"student_id": 209,
"competency": {
"id": 1,
"title": "Computer Science",
"created_at": "2014-03-13T15:26:54Z",
"updated_at": null,
"credit_hour_equivalent": 2.5,
"domain": {
"title": "Computer Science Core"
},
"objectives": [
// Array of objective members of the competency here shere
]
},
"progress": {
"id":1,
"enrollment_id":1,
"competency_id":1,
"objective_id":null,
"topic_id":null,
"started_at":"2014-04-04T16:47:50Z",
"completed_at":null
"total_activities":25,
"completed_activities":10,
},
"created_at": "2014-03-13T15:26:54Z",
"updated_at": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment