/* Data object file for K&L Quiz script. * This file was automatically generated by K&L Quiz Builder. * * Copyright K&L Productions. All rights reserved.*/ klQuizDataVariableName = 'kldemoquiz'; klQuizBuilderPicturePath = 'http://vlad1/klproductions/klquiz/'; kldemoquiz = new quizData('K&L Quiz Demonstration', new Array( new quizQuestion('What are the main features of K&L script?','',new Array( new quizAnswer('Compliance with current web standards that assures script compatibility with all current and future compliant browsers and ',5,'K&L Quiz is written in strict compliance with W3C standards. It relies only on documented Document Object Model properties and methods and does not use specific browser proprietry features. This guarantees script functionality in all compliant browsers. The script is implemented as an object which greatly reduces chances of it interfering with other scripts on a page.') ,new quizAnswer('Independence of script functionality from page layout.',4,'K&L Quiz script interacts with a (X)HTML page by modifying the content of certain page elements, identified by their id. The location of these elements on the page and their presentation style are not affected. Furthemore, the style of elements created by the script can be defined using CSS classes. ') ,new quizAnswer('Setting up K&L Quiz script and creating quiz data requires extensive knowledge of Javascript.',-6,'K&L Quiz can be set up by a person with no Javascript experience. The script comes with easy to follow instruction and setup examples. A special Quiz Builder page provides a user friendly interface for creating quizes. ')),10) ,new quizQuestion('What are the possible applications of K&L Quiz','',new Array( new quizAnswer('Online teaching courses',3,'K&L quiz can be a great addition to online teaching courses. It\'s interactive features, immediate question grading and ability to supplement answer choices with explanations can enrich the teaching process.') ,new quizAnswer('Visitor entertainment',3,'Easy script installation, interactive script creation page, highly flexible presentation makes K&L Quiz script a welcome addition to any web site that is looking to entertain its visitors.') ,new quizAnswer('Important tests and exams',-5,'K&L Quiz is a javascript application. The quiz data file is saved on the client computer when the page is loaded. This makes it possible for a knowledgable user to view the file, deduce its format and extract the correct answers prior to taking the test. Therefore it is not recommended to use this script where the test results are important.')),30) ,new quizQuestion('What types of questions can be used with K&L Quiz','',new Array( new quizAnswer('Questions that require user to type an answer in',-5,'Current version of K&L Quiz script does not have the ability to recognize the user input and match it to a predefined value.') ,new quizAnswer('Multiple choice questions',3,'Multiple choice questions with any number of answer choices can be used with K&L Script Quiz. ')),28) ,new quizQuestion('Are explanations for each answer choice required in K&L Quiz? ','',new Array( new quizAnswer('Yes, each answer choice has to be accompanied by explanation text.',-5,'') ,new quizAnswer('No, but if one answer choice has an explanation, all the choices for that question have to have one',-2,'') ,new quizAnswer('Answer choice explanations are optional. ',5,'K&L Quiz provides the ability to specify explanation for answer choices. These explanations are optional and there are no restrictions on how they can be used. For example, if the answer presentation is sequential, the explanation for the last answer choice can be used as an explanation for the question as a whole.')),12) ,new quizQuestion('What kind of content can be used for K&L Quiz questions','',new Array( new quizAnswer('Text ',2,'') ,new quizAnswer('Pictures',2,'') ,new quizAnswer('Pictures with text',2,'') ,new quizAnswer('Flash movies',-4,'')),14) ,new quizQuestion('How many gradings options are supported by K&L Quiz ','',new Array( new quizAnswer('One',-2,'') ,new quizAnswer('Two',2,'There are two available grading options: strict grading (the answer is correct only if all correct and no incorrect choices were selected) and sum grading (sums the grading values of all selected choices).') ,new quizAnswer('Three',-2,'') ,new quizAnswer('Four',-2,'')),8) ,new quizQuestion('Which of the following describes the presentation of results by K&L Quiz script.','',new Array( new quizAnswer('Quiz results are optional',3,'') ,new quizAnswer('There can be any number of result ranges',1,'') ,new quizAnswer('There are ten predefined result ranges for each 10 points. It is important that the maximum overall quiz score is 100.',-4,'')),30)),new quizResults('K&L Demonstration Quiz Results',new Array( new resultEntry(0,'You answered [[QCORRECT]] out of [[QTOTAL]] questions correctly.[[NEWLINE]] Seems like you jumped to this demonstration without reading about the [[URL= http://www.klproductions.com/klquiz/klquizmanual.html ]]K&L Quiz Script[[/URL]] and its capabilities. ') ,new resultEntry(10,'You answered [[QCORRECT]] out of [[QTOTAL]] questions correctly.[[NEWLINE]] You have a fair understanding of K&L Quiz Script and its capabilities. Please consult the [[URL= http://www.klproductions.com/klquiz/klquizmanual.html ]]K&L Quiz Script Manual[[/URL]] for further information.'))),20);