You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, download files, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
A new app by bmanser.com is designed to help you memorize homework, important facts or test items by emulating flash cards that you might have normally had to write out on index cards. Flash cards is a multiple choice quiz program where you create your question/answers with XML. Could this be the way Ken Jennings is winning all his Jeopardy rounds? "There are quite allot of options that can be selected.
Quizzes can be customised through simple XML files that you can edit with notepad. A typical question like the one displaying the flag below would look like (the comments at the end after // should not be included):
<questions name="Q2"> // Question name
<question>What nations flag is this?</question> // The Question
<answer>Albania</answer> // The Answer (not case sensitive)
<multiChoice>true</multiChoice> // If answer is typed, or multi select list
<choiceList></choiceList> // Optional List of answers 1;2;3 or if blank all the answers in the quiz are shown
<picture>Flags\al-flag.gif</picture> // Optional picture to show at top
<sound></sound> // Optional sound to play when question shown
</questions> "