Created
January 24, 2020 12:39
-
-
Save sumitbopche01/a77d80b8e45ccc28f3092d9c5586577e to your computer and use it in GitHub Desktop.
This file contains 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" : ObjectId("50b59cd75bed76f46522c35c"), | |
"student_id" : 1, | |
"class_id" : 16, | |
"scores" : [ | |
{ | |
"type" : "exam", | |
"score" : 80.6212442791788 | |
}, | |
{ | |
"type" : "quiz", | |
"score" : 40.64514700062569 | |
}, | |
{ | |
"type" : "homework", | |
"score" : 91.50521146788955 | |
}, | |
{ | |
"type" : "homework", | |
"score" : 82.1425639828968 | |
}, | |
{ | |
"type" : "homework", | |
"score" : 16.64633943981927 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment