Stand alone Products
Quizbuilder Software produces Knowledge Quiz which is a stand alone application for windows based computers.
There will also be some free HTML based general knowledge quizzes.
The software is the end result of a study project and when completed will be posted to this website as open source.
Web based Products
WebQuizbuilder, is an HTML based, quiz creation tool for websites.
Here is a demonstration - WebQuizbuilder
What is WebQuizbuilder?
WebQuizbuilder is a software tool which can be used to create a quiz for your website. It is made up of two javascripts, which, when combined together, create a quiz.
How do I make my own quiz?
Download the two javascripts. They will be available here shortly. One is a data script, one is a driving engine,
The driving engine, or builder script, does the work. The data script holds the questions and answers.
The questions and answers you supply, and any images.
Using a text editor, for example, Microsoft Notepad, you add questions and answers into the data script.
Both scripts then go into the head section of an HTML file. The driving engine reads the data from the data file and builds the quiz.
WebQuizbuilder Background
WebQuizbuilder is based on the principal of duality. The two halves when combined together, produce the whole, the product.
The user edits the code in the data script, and the driver, or builder script reads that data, and produces the quiz.
The builder script, or driving engine, is encrypted, so that so that no code gets lost or compromised.
The driving engine, (the encrypted builder script) is quizbuilder_E and will be available here shortly.
The data script (user input script) is quizdata.js. and will be available here shortly.
You do not need to know how the driving engine works, only that the driving engine reads the data, and that you enter data into the data script.
Halfway through this project, I noticed something which I found interesting, something which, in fact, gave me the impetus to keep going with it.
From two things, a third forms, a basic principal of life, Just as in life, two things form a third. Male and female give birth to a child.
From Hydrogen and oxygen, water. H2 and O2 = H20
Plus and minus, left and right - it's all over life.
When two halves combine (in the right way), the third product forms.
In this case, you get a useful educational tool, a quiz based upon your own data and your own CSS styles, which you can post to a website.
WebQuizbuilder Features
Using WebQuizbuilder software you can create practically any type of text based quiz, and post it to the net.
You create a quiz by simply inserting ten questions and answers into a javascript.
You can customize the look of a quiz or test, by applying styles to the code.
You have full control over your quiz's color scheme and font. You can enhance your questions and answers with your own HTML.
With WebQuizbuilder you don't have to be concerned about screen size. Quizzes created using the software, scale to any screen resolution.
If you can open a javascript file and enter text into variables, then you can produce a quiz using WebQuizbuilder.
Additional Features
Easy to customize - simply enter data into a script and save.
Scales to any screen resolution.
Font customization available.
Color customization available.
Simple and straightforward - only two javascripts to run everything.