Last active
September 8, 2017 18:45
-
-
Save sfentress/a770570fe6596935fb8a7d3267bc6d26 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
{ | |
"studentModel": { | |
"traitScores": [ | |
{ | |
"trait": "forelimbs", | |
"score": 0.5 | |
}, | |
{ | |
"trait": "sex", | |
"score": 1 | |
}, | |
{ | |
"trait": "hindlimbs", | |
"score": 1 | |
}, | |
{ | |
"trait": "wings", | |
"score": 1 | |
} | |
], | |
"conceptsByChallenge": { | |
"allele-targetMatch-visible-simpleDom": [ | |
{ | |
"conceptId": "LG1.A3", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 2, | |
"totalCorrect": 2, | |
"score": 1 | |
}, | |
{ | |
"conceptId": "LG1.C2b", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 6, | |
"totalCorrect": 5, | |
"score": 0.8333333333333334 | |
}, | |
{ | |
"conceptId": "LG1.C2a", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 1, | |
"totalAttempts": 6, | |
"totalCorrect": 5, | |
"score": 0.8333333333333334 | |
} | |
] | |
}, | |
"conceptsAggregated": [ | |
{ | |
"conceptId": "LG1.A3", | |
"score": 1 | |
}, | |
{ | |
"conceptId": "LG1.C2b", | |
"score": 0.8333333333333334 | |
}, | |
{ | |
"conceptId": "LG1.C2a", | |
"score": 0.8333333333333334 | |
} | |
] | |
} | |
} |
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
{ | |
"studentModel": { | |
"hintHistory": [ | |
{ | |
"conceptId": "LG1.C2a", | |
"challengeId": "allele-targetMatch-visible-simpleDom", | |
"trait": "forelimbs", | |
"ruleCriteria": "Forelimbs", | |
"ruleSelected": "a:fl, b:fl", | |
"timestamp": "2017-09-07T12:43:56.646Z", | |
"hintLevel": 1, | |
"isBottomOut": false, | |
"scoreByChallenge": 0.6666666666666666 | |
} | |
], | |
"snapshotsByConceptId": [ | |
{ | |
"conceptId": "LG1.A3", | |
"snapshots": [ | |
{ | |
"timestamp": "2017-09-07T12:44:08.726Z", | |
"conceptId": "LG1.A3", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 1, | |
"totalCorrect": 1, | |
"score": 1 | |
}, | |
{ | |
"timestamp": "2017-09-07T12:43:56.609Z", | |
"conceptId": "LG1.A3", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 1, | |
"totalCorrect": 1, | |
"score": 1 | |
} | |
] | |
}, | |
{ | |
"conceptId": "LG1.C2b", | |
"snapshots": [ | |
{ | |
"timestamp": "2017-09-07T12:44:08.726Z", | |
"conceptId": "LG1.C2b", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 3, | |
"totalCorrect": 3, | |
"score": 1 | |
}, | |
{ | |
"timestamp": "2017-09-07T12:43:56.609Z", | |
"conceptId": "LG1.C2b", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 3, | |
"totalCorrect": 2, | |
"score": 0.6666666666666666 | |
} | |
] | |
}, | |
{ | |
"conceptId": "LG1.C2a", | |
"snapshots": [ | |
{ | |
"timestamp": "2017-09-07T12:44:08.726Z", | |
"conceptId": "LG1.C2a", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 3, | |
"totalCorrect": 3, | |
"score": 1 | |
}, | |
{ | |
"timestamp": "2017-09-07T12:43:56.609Z", | |
"conceptId": "LG1.C2a", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 1, | |
"totalAttempts": 3, | |
"totalCorrect": 2, | |
"score": 0.6666666666666666 | |
} | |
] | |
} | |
], | |
"conceptsByTrait": [ | |
{ | |
"trait": "forelimbs", | |
"concepts": [ | |
{ | |
"conceptId": "LG1.C2b", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 2, | |
"totalCorrect": 1, | |
"score": 0.5 | |
}, | |
{ | |
"conceptId": "LG1.C2a", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 1, | |
"totalAttempts": 2, | |
"totalCorrect": 1, | |
"score": 0.5 | |
} | |
] | |
}, | |
{ | |
"trait": "sex", | |
"concepts": [ | |
{ | |
"conceptId": "LG1.A3", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 2, | |
"totalCorrect": 2, | |
"score": 1 | |
} | |
] | |
}, | |
{ | |
"trait": "hindlimbs", | |
"concepts": [ | |
{ | |
"conceptId": "LG1.C2b", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 2, | |
"totalCorrect": 2, | |
"score": 1 | |
}, | |
{ | |
"conceptId": "LG1.C2a", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 2, | |
"totalCorrect": 2, | |
"score": 1 | |
} | |
] | |
}, | |
{ | |
"trait": "wings", | |
"concepts": [ | |
{ | |
"conceptId": "LG1.C2b", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 2, | |
"totalCorrect": 2, | |
"score": 1 | |
}, | |
{ | |
"conceptId": "LG1.C2a", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 2, | |
"totalCorrect": 2, | |
"score": 1 | |
} | |
] | |
} | |
], | |
"conceptsByChallenge": [ | |
{ | |
"challengeId": "allele-targetMatch-visible-simpleDom", | |
"concepts": [ | |
{ | |
"conceptId": "LG1.A3", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 2, | |
"totalCorrect": 2, | |
"score": 1 | |
}, | |
{ | |
"conceptId": "LG1.C2b", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 6, | |
"totalCorrect": 5, | |
"score": 0.8333333333333334 | |
}, | |
{ | |
"conceptId": "LG1.C2a", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 1, | |
"totalAttempts": 6, | |
"totalCorrect": 5, | |
"score": 0.8333333333333334 | |
} | |
] | |
} | |
], | |
"conceptsAggregated": [ | |
{ | |
"conceptId": "LG1.A3", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 2, | |
"totalCorrect": 2, | |
"score": 1 | |
}, | |
{ | |
"conceptId": "LG1.C2b", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 0, | |
"totalAttempts": 6, | |
"totalCorrect": 5, | |
"score": 0.8333333333333334 | |
}, | |
{ | |
"conceptId": "LG1.C2a", | |
"totalBottomOutHintsDelivered": 0, | |
"totalHintsDelivered": 1, | |
"totalAttempts": 6, | |
"totalCorrect": 5, | |
"score": 0.8333333333333334 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment