This is an advanced quiz JavaScript effect that lets you create your own questionaires or tests for your web page visitors. Very easy to customize! Questions and answers Questions and answers are defined as a tree at Items section. For answers instead of URL should be provided number of points earned when answer is selected. For single-answer mode just provide "1" for correct answer and "0" for incorrect answer(s). For multi-answer mode provide positive values for correct answers and negative value for incorrect ones. Final scores Provide final scores for earned points at Scores section. Enter text like 'You scored really good!' and point range separated by "-" (for example 0-10). Define as much final texts and ranges as you need. After completing quiz relevant final text will be displayed based on total amount of points earned by answers. Maximum amount of points specified by Total variable, so you should provide it manually. Final text can refer to actual amount of earned points (_pts_), earned percentage (_per_) and total amount of points (_all_). Mentioned referrals will be replaced by actual values at final display. For example: Try to improve - you get _pts_ points (_per_%)! will display amount of earned points and its percentage at final screen. Interface You can define text for next/prev buttons and also specify dimensions of quiz, as well as amount of questions per page. Limited Compatibility Note that this effect has limited compatibility! The effect works on the following browsers: Internet Explorer 5 Internet Explorer 5.5 (or later) Other settings There are other settings that are discussed on the following topics from the Advanced Effect Maker documentation: Working With Text Fields JavaScript Effect Compatibility Working With Tree Fields Aleksey Udovydchenko |