Skip to content

Instantly share code, notes, and snippets.

@ram0973
Created October 17, 2022 09:52
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 ram0973/e30e095d597d8c056f0323536b37ff70 to your computer and use it in GitHub Desktop.
Save ram0973/e30e095d597d8c056f0323536b37ff70 to your computer and use it in GitHub Desktop.
Викторина
{
"questions": [
"Question1",
"Question2"
],
"answers": [
{
"options": [
"Variant1",
"Variant2"
],
"scores": [
["1", "7", "10"],
["3", "5", "8"]
]
},
{
"options": [
"Variant3",
"Variant4"
],
"scores": [
["3", "6", "9"],
["1", "3", "7"]
]
}
],
"results": [
"Result1",
"Result2"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment