Skip to content

konieboy/Quick-Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick-Quiz

alt tag

Quick Quiz allows you to load questions in a json format and then answer those questions in the form of a Quiz.

The format is the following:

"Question": 
            {
                "question": "What is 1 1?",
                "answerA": "3",
                "answerB": "2",
                "answerC": "4",
                "answerD": "5",
                "correctAnswer": "2"
             }

See ExampleQuiz.json for a full example

On the Todo list is to add a feature to create quizes within the program.

Written in C# to practice using Windows Forms.

About

Written in C# and using Windows Forms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages