19 lines
413 B
Markdown
19 lines
413 B
Markdown
|
|
## Quiz
|
||
|
|
|
||
|
|
Simple quiz app. Answers can be multiple choice or true/false.
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
Rename quiz.sh to the subject for which you want to create a quiz.
|
||
|
|
|
||
|
|
cp quiz.sh history.sh
|
||
|
|
|
||
|
|
Run with the -a flag to add questions and follow the prompts.
|
||
|
|
|
||
|
|
./history.sh -a
|
||
|
|
|
||
|
|
|
||
|
|
## Taking the quiz
|
||
|
|
|
||
|
|
Simply run the file with no arguments to take the quiz. At the end, your results will be calculated on a 100 point grading scale.
|