Last active
November 18, 2016 04:43
-
-
Save patrykpoborca/67ac6dea7b86989042f1945f6d2bfca1 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
[ | |
{ | |
"questionNumber": 3, | |
"mooNumber": "M12", | |
"TimeSpent": 33, | |
"timeStarted": 80, | |
"questionsFromPage" : [ | |
//list of questions in a page | |
] | |
}, | |
{ | |
"questionNumber": 6, | |
"mooNumber": "M14", | |
"TimeSpent": 10, | |
"timeStarted": 123, | |
"questionsFromPage" : [ | |
//list of questions in a page | |
] | |
}, | |
{ | |
//etc | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment