Created
December 20, 2017 03:51
-
-
Save manderly/332969e026459b160d1ef6df229be38e to your computer and use it in GitHub Desktop.
course-explorer-mock-data.json
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
{ | |
"courses":{ | |
"CS123":{ | |
"fullName":"CS 123 - Introduction to Coding", | |
"description":"A solid course with a brilliant instructor", | |
"tips":[ | |
{ | |
"tip":"Study hard", | |
"timestamp":"July 2017" | |
}, | |
{ | |
"tip":"Read the book", | |
"timestamp":"August 2017" | |
} | |
], | |
"difficulty":[ | |
2, | |
1, | |
1, | |
0, | |
5 | |
], | |
"timeSpent":[ | |
1, | |
1, | |
0, | |
0 | |
] | |
} | |
}, | |
"dataTimestamp":"12-14-2017" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment