Created
April 23, 2014 16:53
-
-
Save dpfannenstiel/11223319 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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