Skip to content

Instantly share code, notes, and snippets.

@ram0973
Created October 18, 2022 05:27
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/adcfe75967a69deef6a59ff6dae892b7 to your computer and use it in GitHub Desktop.
Save ram0973/adcfe75967a69deef6a59ff6dae892b7 to your computer and use it in GitHub Desktop.
Викторина
questions = [ "Question1", "Question2" ]
results = [ "Result1", "Result" ]
[[answers]]
options = [ "Variant3", "Variant4" ]
scores = [ [ "3", "6", "9" ], [ "1", "3", "7" ] ]
[[answers]]
options = [ "Variant3", "Variant4" ]
scores = [ [ "3", "6", "9" ], [ "1", "3", "7" ] ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment