/quizer

Rust app that creates cli quiz for you!

Primary LanguageRust

quizer

rust app that creates cli quiz for you!

Installation

  1. Download binary release or build from source using cargo
  2. Make binary executable
chmod +x /path/to/binary/quizer

Usage

  1. Create .ini file with questions and answers, for example:
[1]
Question="What is my favorite color?"
Answer="Red"

[2]
Question="What is my name?"
Answer="Fedya"
  1. Run quizer and pass path to .ini file
quizer /path/to/questions.ini