About site: Education/Educational Testing - Question Base
Return to Reference also Reference
  About site: http://lanther.co.uk/index.php?page=3.1

Title: Education/Educational Testing - Question Base A free questions editor and tester. The program must be downloaded before any questions can be identified.
Best_Knots_for_Fishing_and_Outdoors Illustrations and instructions for a large number of knots used in fishing, boating and paddling.

Seb_Schmoller An independent e-learning consultant with contacts in the online learning and web-development world.

Think_Active Interactive CD offers different exercises with multiple levels and options. Features product details, FAQ and contact information.

Early_Childhood_Education_On_Line Listserv and website offer support and information exchange for those interested in providing quality care and learning situations for young children.

Frick_Fine_Arts_Library_|_University_of_Pittsburgh Non-circulating research collection serving the Department of the History of Art and Architecture, and the undergraduate needs in fine arts and studio arts courses. The Collection contains over 85,000

University_of_Arkansas The Japanese language program of the University of Arkansas offers elementary, intermediate and advanced Japanese language courses. The university also offers various study-in-Japan programs.


  Alexa statistic for http://lanther.co.uk/index.php?page=3.1





Get your Google PageRank






Please visit: http://lanther.co.uk/index.php?page=3.1


  Related sites for http://lanther.co.uk/index.php?page=3.1
    University_of_Michigan_Museum_of_Zoology Museum collections and web resources related to biodiversity, insects, fishes, mollusks, mammals, birds, and reptiles/amphibians. Major research and training museum.
    Learning_for_Life_Resource_Center The Learning for Life Resource Center provides information about career planning, career web sites,learning styles, and behavior styles. Learning for Life sells books and career assessments. There a
    Early_Beginnings_Preschool_Program Filled with hands-on learning activities reinforcing basic educational concepts. All materials designed for ages 2 1/2-5.
    The_Art_Institute_of_Chicago_Museum Museum houses more than 300,000 works of art and includes among its treasures, American Gothic by Grant Wood, Edward Hopper's Nighthawks and 33 works by Monet.
    Columbia_University_Lehman_Social_Sciences_Library Internet guides to resources by school and by topic, including foreign and international studies, and public affairs. With information on library collections, electronic journals, and related departm
    Switchboard_-_Area_Code Find area code by city and state, Find City and State by area code.
    STC_Special_Interest_Group_-_Instructional_Design_and_Learning Group's mission is to identify and develop knowledge and practical skills for designing, developing, and implementing technical instruction in electronic and traditional classroom settings. Mail list,
    The_Tank_Museum Located in Bovington, Dorset, the worlds largest collection of tanks and armoured fighting vehicles.
    Reading_Strategies Learn about how children develop language and teach them how to read better.
    University_of_Ioannina The University of Ioannina was the first Institution of higher learning outside the large city centres of Athens and Thessaloniki founded during the rapid expansion of tertiary education in Greece dur
    U_S__Department_of_Education_Office_of_Technology Educational grant programs.
    The_Maritime_Museum_of_the_Atlantic Part of the Nova Scotia Museum, specializing in marine history of Atlantic Canada. Includes information on exhibits, admission prices and hours of operation.
    Efficient_Decision_Tree_Construction_on_Streaming_Data This paper addresses the problem of decision tree construction in mining streaming data and introduces two new techniques that improve the efficiency of Domingos and Hulten algorithm. [PDF]
    Warnborough_University On-site and distance learning undergraduate and graduate degree (by research) programmes. Campuses worldwide. Scholarships. Begin 1st of any month.
    Australian_Correspondence_Schools Offers certificate and diploma courses by correspondence or the Internet. Includes profile, course and fee information, advice and FAQ.
    MLA_Auto-Generator Free software that formats works and cited entries.
    EZLearn_Chinese_Academy Online classes of Chinese language, folk dance and traditional dance, Chinese knotting and Tai-Chi.
    Fine_Annex_Library Lists hours, describes the collection, and offers an annex request form.
    Computing_Services Support and resources for the University's computing facilities.
    The_Maddux_Special_Education_Home_Page Information from The University of Nevada, Reno.
This is websites2007.org cache of m/ as retrieved on 2008.10.11 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
lanther.co.uk // "I DON'T KNOW ABOUT YOU, he said, BUT I COULD MURDER A CURRY." -- DeathHomeAcademicProgrammingQuestion BaseMonkey MapPeopleD&DBooksDVDsPhotosLinksAbout

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.

A heart-rending tale...

Now, before you read any further, I have a little story to tell you. Once upon a time, there was a programmer who backed up all his data files regularly. One day, this happy little programmer decided that one module in his program was a bit big, so he would move some of the code into a new module. And so he did, and he continued to program. Now, a number of months later, he decided to spring clean his operating system drive, and reinstall it. But then disaster struck! When he tried to access his program again, he found that the new module that he'd created several months ago wasn't there. He had saved it on his operating system drive by mistake! Stricken with grief, this poor programmer searched through his backups, but to no avail. The most recent version he had was from before the module was partitioned - several months ago. This (true) story does in fact lead somewhere. Firstly, of course, there is the moral that you should always back up absolutely everything, just in case. The most annoying issue, however, is that I only found out after this event that there was a bug in Question Base under Windows NT. This relates to the fact that Win9x and WinNT store strings in the registry differently - one uses null terminated strings and one doesn't. Although this bug is easy to fix, I'm missing a lot of the other code (which I don't have time to re-write), so I can't recompile the program. So the situation, sadly, is that it runs under Windows 9x, but not NT (that includes Windows 2000 and Windows XP). One day, I may get round to rewriting the whole thing properly, but I really can't promise anything.

Download Question Base

You can download Question Base here: Question Base 2.0 for Windows 9x (2.98MB)

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: AS Physics Questions - PHY1 AS Physics Questions - PHY2 AS Physics Questions - PHY3 (Medical Physics) GCSE Biology Questions GCSE Chemistry Questions GCSE Physics Questions GCSE History Questions All Questions

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).Copyright © 2004-2008 Michael J A Smith
 

A

free

questions

editor

and

tester.

The

program

must

be

downloaded

before

any

questions

can

be

identified.

http://lanther.co.uk/index.php?page=3.1

Question Base 2008 October

dvd rental

dvd


A free questions editor and tester. The program must be downloaded before any questions can be identified.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Xbox Mod Chip - Remortgage - Loans - MPAA - Free Advertising
2008-10-11 19:32:08

Copyright 2005, 2006 by Webmaster
Websites is cool :) 206Wizytówki - Torebki - Bilety Lotnicze - Konie - Stokrotka - Glwicki Klub