var fDesc=new Array(); fDesc[1] = "select your question before time is up. Answer different questions correctly and rise the level of a ladder meter in your screen, think fast and if you don't know the answer you better remove it, each bad question will make the ladder fall."; fDesc[2] = "create interactive, flash-based quizzes and assessments easily. Although the application is a bit confusing to novice users, it becomes very handy with due practice."; fDesc[3] = "Ecycopaedia Britannica was created by its editors, a CD-ROM compilation of quizzes derived from the world's greatest source of knowledge."; fDesc[5] = "harder making it a game suitable for players of all ages and intelligence. Extra questions are available for download."; fDesc[6] = "knowledge and get a prize if you pass. General Knowledge Quiz is a fun gradual challenge where you should answer ten questions before moving to the next level, you also have to have seven out of the ten questions right to move on."; fDesc[7] = "types are available, including multiple choice, multiple response, matching, gapfills, drag-and-drop, sliders, mystery words..."; fDesc[8] = "Quiz builder 's capability to create an unlimited number of tests and quizzes makes it stand out from its other rivals in the same program category. This software application contains useful features and quiz types to solve all your problems related to quiz making."; fDesc[9] = "run as standalone programs at home or in the classroom. A great way to teach any subject - or just for fun."; fDesc[10] = "categories on a game board with different monetary values on them and you have to choose one and answer a question related to music. If you answer correctly, you win the money."; fDesc[11] = "of quizzes. The program has a very simple and easy-to-use interface. That’s why it can be easily used by people who don’t have any extra knowledge about computers."; fDesc[12] = "test your knowledge of countries around the world. This may be a tough one for those who are not so well-informed about the map of the world."; fDesc[13] = "you progress to the next level."; fDesc[14] = "an iPod, providing them with endless quiz challenges. Anyone given the file can import the quiz to put it on his or her list. Next time they run iTunes, the quiz will be synced with their iPod."; fDesc[15] = "extent. Quiz maker provides 20 different question types like multiple choices, true or false, drag and drop type and so on. All these wonderful quizzes can be printed send or published."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }