@iamabbas/cli-quiz-system
v1.0.0
Published
/** * This is a CLI quiz application that prompts the student to enter their name and roll number and pin password, displays instructions, presents multiple-choice questions for web developement entry test, validates answers, calculates the score and pe
Downloads
1
Readme
/**
This is a CLI quiz application that prompts the student to enter their name and roll number and pin password, displays instructions, presents multiple-choice questions for web developement entry test, validates answers, calculates the score and percentage, and displays the results. The quiz has a timer of 20 minutes and a passing criteria of 60% or higher. The questions are stored in the code, and the code recognizes correct answers regardless of capitalization (case-insensitive). The application also shows that the student qualifies for entry test or not. The code includes error handling for cases like invalid input.
PIN/Password is 0000
Instructions
You can install this CLI tool globally using npm:
npm i @iamabbas/cli-quiz-system
After installing this package hit this command to run an application
npx @iamabbas/cli-quiz-system
Developed by Abbas Ali