Skip to content

2KAbhishek/cli-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

License People Stars Forks Watches Last Updated

Create quizzes on the CLI πŸ“‘β”

cli-quiz Demo
cli-quiz screenshot

What is this

CLI Quiz is a tiny framework that allows you to easily create command line quiz apps.

Inspiration

Was trying out some online quizzes, thought I'd make one myself.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of java

Getting cli-quiz

To install cli-quiz, follow these steps:

git clone https://github.com/2kabhishek/cli-quiz
cd cli-quiz/src

Using cli-quiz

The quiz supports different types of questions

  • MCQs
  • True and False
  • Numericals

You can create the questions in QuestionBank.java. Quiz.java has the main method, compile it and run to start the quiz.

# After making changes
java Quiz.java
# Starting the quiz
java Quiz

Can be used as a case study for OOP principles.

How it was built

cli-quiz was built using java and neovim

What I learned

  • Figuring out all the different question types and there implementation was fun.

Hit the ⭐ button if you found this useful.

More Info

About

Create quizzes on the CLI πŸ“‘β”

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages