Skip to content

Instantly share code, notes, and snippets.

@ryanwarsaw
Created April 22, 2018 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanwarsaw/c2a6dac18d9ad360b89c32271fb46749 to your computer and use it in GitHub Desktop.
Save ryanwarsaw/c2a6dac18d9ad360b89c32271fb46749 to your computer and use it in GitHub Desktop.
{
"version": 0,
"weeks": [
{
"id": "0",
"title": "Week 1",
"topic": "Which fruits are best on a rainy day?",
"video": "videos/week1.mp4",
"questions": [
{
"question": "What fruit is best?",
"answer-type": "multiple-choice",
"answers": [
"apples",
"bananas",
"pears"
],
"correct-answer": 2
},
{
"question": "How do you feel about the weather?",
"answer-type": "free-text"
}
]
},
{
"id": "1",
"title": "Week 2",
"topic": "What is time?",
"video": "videos/week2.mp4",
"questions": [
{
"question": "What is time, really?",
"answer-type": "multiple-choice",
"answers": [
"a construct",
"how humans define their existence",
"meaningless",
"whatever is on the clock"
],
"correct-answer": 2
},
{
"question": "How does time make your life better?",
"answer-type": "free-text"
}
]
},
{
"id": "2",
"title": "Week 3",
"topic": "Which fruits are best on a rainy day?",
"video": "videos/week1.mp4",
"questions": [
{
"question": "What fruit is best?",
"answer-type": "multiple-choice",
"answers": [
"apples",
"bananas",
"pears"
],
"correct-answer": 2
},
{
"question": "How do you feel about the weather?",
"answer-type": "free-text"
}
]
},
{
"id": "3",
"title": "Week 4",
"topic": "Which fruits are best on a rainy day?",
"video": "videos/week1.mp4",
"questions": [
{
"question": "What fruit is best?",
"answer-type": "multiple-choice",
"answers": [
"apples",
"bananas",
"pears"
],
"correct-answer": 2
},
{
"question": "How do you feel about the weather?",
"answer-type": "free-text"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment