Skip to content

Instantly share code, notes, and snippets.

@danielborowski
Created January 10, 2023 18:52
Show Gist options
  • Save danielborowski/60c72adc2a0acb05bfdebc24b6003aa8 to your computer and use it in GitHub Desktop.
Save danielborowski/60c72adc2a0acb05bfdebc24b6003aa8 to your computer and use it in GitHub Desktop.
Multiple choice question set example
{
"mc_questions": [
{
"question": "hello world",
"answers": [
"I am correct",
"wrong 2",
"wrong 3"
]
},
{
"question": "hello coderbyte",
"answers": [
"I am correct",
"wrong 2",
"wrong 3"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment