Skip to content

Instantly share code, notes, and snippets.

@jasminabasurita
Last active June 23, 2020 18:58
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 jasminabasurita/464b88e416699f995a409a4adbc2cf67 to your computer and use it in GitHub Desktop.
Save jasminabasurita/464b88e416699f995a409a4adbc2cf67 to your computer and use it in GitHub Desktop.
{
"course": {
"title": "Quiz",
"ids": [ 0, 2 ]
},
"blocks": [
{
"type": "KnowledgeCheck",
"data": {
"prompt": "What is this a picture of?",
"media": "https://images.articulate.com/f:jpg%7Cpng,a:retain,b:fff/rise/courses/_Af0P0L1E-1akg7PhqRPNyg0uRFD0pUp/d229V-nstxA6tZdi.gif",
"feedback": "I just love cookies and a warm cup of coffee!",
"choices": [
{
"correct": true,
"label": "Coffee and Cookies"
},
{
"correct": false,
"label": "Donuts and Cider"
}
]
}
},
{
"type": "KnowledgeCheck",
"data": {
"prompt": "What are these?",
"media": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi.ytimg.com%2Fvi%2FXrLYxpteIL4%2Fmaxresdefault.jpg&f=1&nofb=1",
"feedback": "Other than adorable",
"choices": [
{
"correct": true,
"label": "Puppies"
},
{
"correct": false,
"label": "Kittens"
},
{
"correct": false,
"label": "Cute"
}
]
}
},
{
"type": "KnowledgeCheck",
"data": {
"prompt": "Where in the world is Carmen Sandiego?",
"media": "https://previews.123rf.com/images/plumdesign/plumdesign0901/plumdesign090100009/5280519-map-of-bratislava-with-a-yellow-push-pin.jpg",
"feedback": "Somewhere",
"choices": [
{
"correct": true,
"label": "Here"
},
{
"correct": false,
"label": "There"
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment