Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quizzy

create quizzes and play them!

FAQ

how to create quizzes?

  • you can create a json file then use the following template:

    {
    "title": "Example title",
    "content": [
      {
        "question": "Example title for the question?",
        "option1": "heres option 1",
        "option2": "heres option 2",
        "option3": "heres option 3",
        "option4": "heres option 4",
        "answer": 1    # the number will show which option is right, ex. if option 1 is correct number should be one
      },
      # add more questions here
      ]
    }
    
    
  • then save the file with filetype "quizzy"

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages