A CLI tool that will help to test knowledge.
quizme- Ask a question
- Evaluate answer or have me self-evaluate
- Log the results
quizme --add- Start a dialogue
- Ask me for a question
- Ask me for the answer
- Store for future uses
- Parse arguments
- Interactive command line
- Persist my data - using JSON
- Reading/Writing from the file system
- Global script
- Self-evaluating or auto-evaluating
id: Integer question: String answer: String created: String (date) lastAsked: String (date) lastAnsweredCorrect: Boolean