Skip to content
/ Eff Public
forked from veralake777/Eff

Its a simple, stupid, and easy test engine

License

Notifications You must be signed in to change notification settings

WGU-BSCS/Eff

 
 

Repository files navigation

Eff

Its a simple, stupid, and easy test engine

Development

Want to contribute? Create a pull request

Installation

Prerequisite: NPM and Gatsby.js

$ git clone [email protected]:anduong96/Eff.git
$ cd Eff
$ npm install
$ npm dev

Sample template

[
   {
        "question": [
            "Examine the structure of the employees table.",
            "img[https://res.cloudinary.com/dtcgoqzol/image/upload/v1543024419/oracle12c/Oracle-1z0-061-30_2.png]",
            "You want to display the maximum and minimum salaries of employees hired 1 year ago.",
            "Which two statements would get the correct output?",
            "img[https://res.cloudinary.com/dtcgoqzol/image/upload/v1543024419/oracle12c/Oracle-1z0-061-31_2.png]"
        ],
        "choices": {
            "A": "Option A",
            "C": "Option C",
            "B": "Option B",
            "D": "Option D"
        },
        "answer": ["A", "C"],
        "explain": "In case WHERE clause is presented, the GROUP BY clause must be placed before the WHERE clause."
    },
    ...
]

About

Its a simple, stupid, and easy test engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.7%
  • CSS 9.3%