hjaremko / examsim

Closed question exam practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examsim Build

Closed question exam practice.

Running

cargo run --release -- <command line options>

Usage

USAGE:
    examsim.exe [FLAGS] --file <FILE>

FLAGS:
    -h, --help       Prints help information
    -v, --verbose    Print debug messages (debug build only)
    -V, --version    Prints version information

OPTIONS:
    -f, --file <FILE>    Specify exam file

Exam file structure

[question]
Question text, one or
more lines

[ans]
Incorrect answer
[ans*]
Correct answer
[ans]
Another incorrect answer

[question]
Another question
...

Downloads

Binary files are available here.

About

Closed question exam practice

License:MIT License


Languages

Language:Rust 100.0%