"Why do people depend on each other? In the end you're on your own." -- Squall, Final Fantasy VIII

Question Base

One of the first major programming projects I ever undertook was a little revision tool called Question Base. This began development (using Visual Basic 6) around the time of my GCSE exams, and as I quite enjoyed it, I continued developing it through my time in the sixth-form. Although I haven't done anything more to it in the last few years, the resulting application is pretty good at what it does.

Let me tell you a little about what Question Base does. As you've probably gathered, it's a questions editor and tester. That is to say, you can design your own tests using the in-built editor, and then test yourself or other people with them. It has support for introducing variables into a question, so that numeric questions are able to change every time you ask them. The answers to such questions can contain expressions that are evaluated on the basis of the variables in the question.

Question Base only runs on Windows 9x - there are no plans to update it. The download links are here for historical reasons only.

Download Question Base

You can download Question Base here:

Question files

I've got a few sample question files that you might want to take a look at. These are all zipped, so you'll need a program such as WinZip to look at them:

Revision history

2.0.0 - The new "dynamic questions" allow you to include variables and expressions, so the question will be different every time! You can select the number of questions in each test, and set a time limit. The login system enables multiple users - each with a separate file for recording the results of tests. These are displayed as charts, to illustrate progress over time. An Administration user can also be set up to increase security, if needed.

1.2.1 - I fixed a bug from version 1.2.00, whereby if the random item was selected when opening a new question file, the new question file was not correctly loaded. I have also added progress bars to the editor and main menu forms, to show what point through the questions you are at.

1.2.0 - I have added support for asking questions in a random order (this is optional, and a sequential order can still be used).

1.1.0 - I have now updated the question formats so that you can have either two or three answers in multiple choice questions, as well as the previous four answers. This allows greater flexibility, and also true/false style questions.

1.0.2 - I have added support for images within questions. The main window is also bigger to allow for this, enabling longer questions and longer multiple choice answers.

1.0.1 - The underlying code has been completely re-written, allowing a more flexible file format, an easier navigation procedure when editing files, and the ability for me to 'easily' update the program and add new features.

1.0.0 - This was the first version that I wrote during my GCSE exam revision. It was not made available online, and the algorithms weren't particularly 'inspiring' (the code was over-complicated and not easy to modify or update).