Quiz Software?
Does anyone know of freeware software you can use to create your own quizzes.
I want to be able to add my own questions to a database and then the software should randomly select one.
All I need is for the question to come up and then I type the answer, and it tells me if I am right or wrong.
It’s for memorising facts for an exam. Thanks!
January 29th, 2010 at 12:45 am
Go to the web site
freebyte.com
There is a lot of free/shareware software there which may help. You could just download a simple BASIC language program and write a short program. Presenting the question isn’t difficult, resolving the answering part of the programme is the hard part. Mulipule choice? Type in answer and search for keywords? The latter being the most difficult to program. In writing that though, I have not thoroughly searched ‘freebyte.com’, they may have a program that suits your needs. Good luck.
January 29th, 2010 at 1:36 am
You can do it Microsoft Excel .
Here is what you can do .
Type a couple of question .
Use IF function ( to say if answer to question is this then right , if not then wrong ) .