Created
April 6, 2018 23:39
-
-
Save secretrobotron/456915f1b1b88ceeab425c02300c75aa 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
{ | |
"quiz-log": [ | |
{ | |
"week-id": "0", | |
"completed-date": "05-24-18", | |
"attempts": [ | |
[0, "i don't understand this quiz"], | |
[2, "i feel great"] | |
] | |
}, | |
{ | |
"week-id": "1", | |
"completed-date": "06-01-18", | |
"attempts": [ | |
[1, "it makes me able to catch the train"], | |
[3, "time is an oppressive concept. i suffer through it every day."] | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment