The jQuizShow configuration file (config.ini) is used for customizing the game. If a config.ini file is not provided, the default configuration that was built into the jQuizShow will be used.
The user-supplied configuration file must be located in the release directory of the jQuizShow program and have the filename config.ini.
The file is an ASCII (text-based) file. Each configuration parameter is specified using a keyword-value pair. The format of each pair is:
keyword = value
If a pound sign (#) appears as the first character in the first column, the row will be ignored. This can be used to comment out a row. Blank lines are also ignored.
# Pathname to the tab-separated question/answer database file questionFile = questions.txt # Pathname to the newline separated list of used questions usedQuestionFile = usedQuestions.txt