-
Notifications
You must be signed in to change notification settings - Fork 0
Using the Program
Arun edited this page May 19, 2023
·
11 revisions
On running the program, you'll be asked to enter the name of the question bank file. Enter it on the new line as you would for all inputs, excluding the file extension.
All interaction with the program is from Stdin (the command line interface) and should be straight forward.
As you personally chose the correct answers when creating your question bank, as well as the format of them, it should all make sense to you.
Any input will be considered an answer to the current question, unless it is a command. Information on how to use these is below.
There are multiple commands available to you throughout usage of the program. Some are present everywhere, others are only available within certain sections.
-
-quitCloses the program. If this is used after answering questions, you will be presented with session statistics such as mark (percentage correct), correctly answered questions, and the total number of questions you answered.
-
-answerReveals the answer to the current question, then moves on to another. Usage of this has no affect on statistics. -
-skipSkips the current question. Usage of this has no affect on statistics. -
-filterTriggers the filter dialogue. You can then choose to see questions from a specified<Source>. More info up next. -
-statsReveals your current session statistics, such as percentage correct, total answered, and total correct questions. -
-reset filtersRemoves the current filter. Can also be achieved through the filter dialogue, though this way is faster. -
-reset statsResets session statistics. Using this will add an invalidity notice to any statistics reports.
-
-backExits the filter dialogue without updating filters. -
-resetRemoves the current filter.
