Skip to content

Using the Program

Arun edited this page May 19, 2023 · 11 revisions

Overview

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.

Commands

There are multiple commands available to you throughout usage of the program. Some are present everywhere, others are only available within certain sections.

Available Always

  • -quit Closes 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.

Available After Choosing a Question Bank

  • -answer Reveals the answer to the current question, then moves on to another. Usage of this has no affect on statistics.
  • -skip Skips the current question. Usage of this has no affect on statistics.
  • -filter Triggers the filter dialogue. You can then choose to see questions from a specified <Source>. More info up next.
  • -stats Reveals your current session statistics, such as percentage correct, total answered, and total correct questions.
  • -reset filters Removes the current filter. Can also be achieved through the filter dialogue, though this way is faster.
  • -reset stats Resets session statistics. Using this will add an invalidity notice to any statistics reports.

Available within the Filter Dialogue

  • -back Exits the filter dialogue without updating filters.
  • -reset Removes the current filter.

Clone this wiki locally