Skip to content

A lightweight Q/A stlye exam console to help you revise for your exams 🎓

Notifications You must be signed in to change notification settings

camelCaseDave/exam-console

Repository files navigation

A lightweight Q/A stlye exam console to help you revise for your exams.

In action

Usage

  1. Add a .json file to the root of your project

  2. Format the file as follows:

[
    {
        "index": 1,
        "text": "What colour is the sky?",
        "answers": [{
                "index": "a",
                "text": "Red",
                "correct": false
            },
            {
                "index": "b",
                "text": "Blue",
                "correct": true
            },
            {
                "index": "c",
                "text": "Yellow",
                "correct": false
            }
        ]
    },
    {
        "index": 2,
        "text": "Do you prefer Dynamics 365 or Salesforce?",
        "answers": [{
                "index": "a",
                "text": "Dynamics 365",
                "correct": true
            },
            {
                "index": "b",
                "text": "Never heard of it",
                "correct": false
            }
        ]
    }
]
  1. Build the application as an .exe or debug with F5

  2. Revise and pass all of your exams ✔️

About

A lightweight Q/A stlye exam console to help you revise for your exams 🎓

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages