Vocabulary Proficiency Test
<%
boolean Err=false;
boolean Errtest=false;
int level=4;
int test=1;
String Levdis="";
try {
String temp=request.getParameterValues("level")[0];
if (temp!=null && (temp.trim()).length()!=0) {
level=Integer.parseInt(temp);
if (level<4 || level >5) {
Err=true;
level=4;
}
}
else {
Err=true;
level=4;
}
}
catch (Exception e) {
Err=true;
level=4;
}
try {
String temp=request.getParameterValues("test")[0];
if (temp!=null && (temp.trim()).length()!=0) {
test=Integer.parseInt(temp);
if (test<1 || test >14) {
Err=true;
test=1;
}
}
else {
Err=true;
test=1;
}
}
catch (Exception e) {
Err=true;
test=1;
}
if (level==4)
Levdis="High Intermediate";
if (level==5)
Levdis="Advanced";
Vector level4q=new Vector();
Vector level4a=new Vector();
Vector level5q=new Vector();
Vector level5a=new Vector();
String [] Index={"no index","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T"};
String [] tp=new String [21];
String [] tp1=new String [21];
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="someone who sells things";
tp[2]="a general name for \"cows\"";
tp[3]="skinny; thin";
tp[4]="huge, large, enormous";
tp[5]="without covering or clothing";
tp[6]="on the whole";
tp[7]="improve the quality of something";
tp[8]="wander, walk around without direction";
tp[9]="desire to eat";
tp[10]="upset, very mad";
tp[11]="funny, silly";
tp[12]="boring, not exciting; not bright or sharp";
tp[13]="have difficulty doing something; fight";
tp[14]="break out of an egg";
tp[15]="brag; say great things about yourself";
tp[16]="get bigger, enlarge";
tp[17]="small part or section";
tp[18]="the suburbs, area around a city";
tp[19]="a narrow passageway or street";
tp[20]="hard, uninteresting labor";
level4q.addElement(tp);
tp1[1]="Alley";
tp1[2]="Appetite";
tp1[3]="Boast";
tp1[4]="Cattle";
tp1[5]="Drudgery";
tp1[6]="Dull";
tp1[7]="Entirely";
tp1[8]="Gingantic";
tp1[9]="Goofy";
tp1[10]="Hatch";
tp1[11]="Naked";
tp1[12]="Outraged";
tp1[13]="Outskirts";
tp1[14]="Peddler";
tp1[15]="Protion";
tp1[16]="Roam";
tp1[17]="Slim";
tp1[18]="Struggle";
tp1[19]="Swell";
tp1[20]="Upgrade";
level4a.addElement(tp1);
//level4test 2
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="failing to give proper care or attention";
tp[2]="desire to know; inquisitive interest";
tp[3]="young, immature, youthful";
tp[4]="lawful, conforming to accepted standards";
tp[5]="forced removal from one's country";
tp[6]="an occurrence or even; happening";
tp[7]="payment for service, loss or expense";
tp[8]="one who tries to escape, runaway";
tp[9]="feeling of uneasiness, doubt or fear";
tp[10]="causing death";
tp[11]="not drunk; serious";
tp[12]="admit to wrongdoing";
tp[13]="each, individually";
tp[14]="lousy, miserable, or worthless";
tp[15]="excessive bleeding";
tp[16]="lacking energy or spirit";
tp[17]="branch of medicine dealing with mental disorders";
tp[18]="create by combining various ingredients";
tp[19]="something used to reduce pain";
tp[20]="associate as a member";
level4q.addElement(tp);
tp1[1]="Affiliate";
tp1[2]="Analgesic";
tp1[3]="Apiece";
tp1[4]="Compensation";
tp1[5]="Concoct";
tp1[6]="Confess";
tp1[7]="Curiosity";
tp1[8]="Crummy";
tp1[9]="Exile";
tp1[10]="Sober";
tp1[11]="Fatal";
tp1[12]="Fugitive";
tp1[13]="Hemorrhage";
tp1[14]="Incident";
tp1[15]="Juvenile";
tp1[16]="Negligent";
tp1[17]="Legitimate";
tp1[18]="Listless";
tp1[19]="Psychiatry";
tp1[20]="Qualm";
level4a.addElement(tp1);
//end level4test 2
//level4 test3
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="the act or process of questioning";
tp[2]="one who breaks into a building and steals";
tp[3]="to strike or hit gently";
tp[4]="qualifications or background";
tp[5]="a set of English letters";
tp[6]="empty, without any marks";
tp[7]="a brief look; an indication";
tp[8]="to discover the existence of something";
tp[9]="having a bumpy surface; not smooth";
tp[10]="to make someone scared or afraid";
tp[11]="to spring or leap like a ball";
tp[12]="distinguished, excellent";
tp[13]="to talk on an on without saying much";
tp[14]="ability to handle difficult situations well";
tp[15]="a device that sound a warning";
tp[16]="feeling of sympathy towards another person";
tp[17]="to accuse someone or wrongdoing";
tp[18]="a person with a high degree of knowledge or skill";
tp[19]="to get in the way; prevent someone from doing a task";
tp[20]="covering a large area";
level4q.addElement(tp);
tp1[1]="Alarm";
tp1[2]="Alphabet";
tp1[3]="Blank";
tp1[4]="Blame";
tp1[5]="Bounce";
tp1[6]="Burglar";
tp1[7]="Compassion";
tp1[8]="Credentials";
tp1[9]="Detect";
tp1[10]="Expert";
tp1[11]="Finesse";
tp1[12]="Frighten";
tp1[13]="Glimpse";
tp1[14]="Inquiry";
tp1[15]="Interfere";
tp1[16]="Outstanding";
tp1[17]="Rough";
tp1[18]="Ramble";
tp1[19]="Tap";
tp1[20]="Widespread";
level4a.addElement(tp1);
//end level 4 test3
// level 4 test 4
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="get money through working";
tp[2]="condition of being poor";
tp[3]="false idea, dream";
tp[4]="without companionship";
tp[5]="ability, talent";
tp[6]="person who buys things";
tp[7]="woman whose husband has died";
tp[8]="don't pay attention";
tp[9]="give help, support or confidence";
tp[10]="possess";
tp[11]="perceive thorough the senses, see";
tp[12]="choice, selection, option";
tp[13]="pertaining to a specific job";
tp[14]="person who comes into a country to live";
tp[15]="go up, get higher";
tp[16]="treating people unfairly becuase of differences in race, gender, etc.";
tp[17]="taking part, getting involved in a group activity";
tp[18]="person who give service without pay";
tp[19]="useful and realistic";
tp[20]="not related or applicable";
level4q.addElement(tp);
tp1[1]="Alternative";
tp1[2]="Consumer";
tp1[3]="Discrimination";
tp1[4]="Earn";
tp1[5]="Encourage";
tp1[6]="Ignore";
tp1[7]="Illusion";
tp1[8]="Immigrant";
tp1[9]="Irrelevant";
tp1[10]="Lonely";
tp1[11]="Observe";
tp1[12]="Own";
tp1[13]="Participation";
tp1[14]="Povery";
tp1[15]="Practical";
tp1[16]="Rise";
tp1[17]="Skill";
tp1[18]="Vocational";
tp1[19]="Volunteer";
tp1[20]="Widow";
level4a.addElement(tp1);
//end level 4 test 4
//level 4 test 5
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="noise usually followed by a flash of lightning";
tp[2]="an absorbent material used for washing";
tp[3]="an arch containing the colors of the spectrum";
tp[4]="a hole or crack which allows water to pass thorough";
tp[5]="a substance painted on wood to make it glossy";
tp[6]="formed when two ropes are tied together";
tp[7]="unit of weight, one-sixteenth of a pound";
tp[8]="instrument used in chopping wood";
tp[9]="a set of twelve";
tp[10]="wood which has been sawed into boards";
tp[11]="the flat, cutting edge of a knife or tool";
tp[12]="a thief, criminal, swindler";
tp[13]="a narrow strip of cloth used for decoration";
tp[14]="an instrument used for measuring temperature";
tp[15]="a bar which is used for support when climbing stairs";
tp[16]="a fold of skin which covers the eyeball";
tp[17]="material from the bark of a tree, often used as toppers for wine bottles";
tp[18]="a structure made of wires or bars for confining animals";
tp[19]="part of a machine which is connected to an electrical source";
tp[20]="a precious stone of bright green color";
level4q.addElement(tp);
tp1[1]="Axe";
tp1[2]="Blade";
tp1[3]="Cage";
tp1[4]="Cork";
tp1[5]="Crook";
tp1[6]="Dozen";
tp1[7]="Eyelid";
tp1[8]="Emerald";
tp1[9]="Knot";
tp1[10]="Leak";
tp1[11]="Lumber";
tp1[12]="Ounce";
tp1[13]="Plug";
tp1[14]="Railing";
tp1[15]="Rainbow";
tp1[16]="Ribbon";
tp1[17]="Sponge";
tp1[18]="Thermometer";
tp1[19]="Thunder";
tp1[20]="Varnish";
level4a.addElement(tp1);
//end level 4 test 5
// level 4 test 6
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="to make the quality of something worse";
tp[2]="to lay or bend something over upon itself";
tp[3]="a grainy type of soil found on beaches";
tp[4]="to be under obligation or indebted to someone";
tp[5]="to conver with paper, cloth, or plastic";
tp[6]="to comress; press closely, usually for extracting juice";
tp[7]="a small, furry mammal which flies at night";
tp[8]="to move food or drinks down the throat";
tp[9]="a device upon which clothing is hung";
tp[10]="open the mouth in an expression of sleepiness";
tp[11]="to immerse or drench in water or other liquid";
tp[12]="to cook in an oven";
tp[13]="a large thin cloth which can be spread on a bed";
tp[14]="to reduce from a solid to a liquid by heat";
tp[15]="to cut and grind with the teeth";
tp[16]="a fallen tree trunk or bulky piece of timber";
tp[17]="to allow something to fall or run out of a vessel or container";
tp[18]="to move back and forth, sway";
tp[19]="a large round container used for holding great amounts of liquid";
tp[20]="to cleanse with water after washing with soap";
level4q.addElement(tp);
tp1[1]="Bake";
tp1[2]="Barrel";
tp1[3]="Bat";
tp1[4]="Chew";
tp1[5]="Fold";
tp1[6]="Hanger";
tp1[7]="Log";
tp1[8]="Melt";
tp1[9]="Owe";
tp1[10]="Rinse";
tp1[11]="Sand";
tp1[12]="Sheet";
tp1[13]="Soak";
tp1[14]="Spill";
tp1[15]="Spoil";
tp1[16]="squeeze";
tp1[17]="Swallow";
tp1[18]="Swing";
tp1[19]="Wrap";
tp1[20]="Yawn";
level4a.addElement(tp1);
//end level 4 test 6
// level 4 test 7
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="path, road, way";
tp[2]="fighter";
tp[3]="person who is not brave";
tp[4]="develop slowly";
tp[5]="fall down";
tp[6]="poor, simple farmer";
tp[7]="terrible hunger";
tp[8]="complete commerical control";
tp[9]="very valuable";
tp[10]="large building for storage";
tp[11]="resident";
tp[12]="get closer";
tp[13]="group of ships";
tp[14]="huge";
tp[15]="defeat";
tp[16]="top of the mountain";
tp[17]="cruel, harsh";
tp[18]="wild, unsettled area";
tp[19]="growth";
tp[20]="unbelievable";
level4q.addElement(tp);
tp1[1]="Approach";
tp1[2]="Collapse";
tp1[3]="Conquer";
tp1[4]="Coward";
tp1[5]="Evolve";
tp1[6]="Expansion";
tp1[7]="Fleet";
tp1[8]="Incredible";
tp1[9]="Inhabitant";
tp1[10]="Monopoly";
tp1[11]="Peak";
tp1[12]="Peasant";
tp1[13]="Priceless";
tp1[14]="Route";
tp1[15]="Severe";
tp1[16]="Starvation";
tp1[17]="Vast";
tp1[18]="Warehouse";
tp1[19]="Warrior";
tp1[20]="Wilderness";
level4a.addElement(tp1);
// end level 4 test 7
// level 4 test 8
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="something you can buy cheaply";
tp[2]="use wrongly, use too much of";
tp[3]="postpoe or delay payment until the bill comes";
tp[4]="put money into a bank account";
tp[5]="the nature or character of a person";
tp[6]="a person who works at a bank window";
tp[7]="compulsive worker";
tp[8]="very interested or excited about something";
tp[9]="impossible to explain reasonably";
tp[10]="call for energetic work or action";
tp[11]="joining together of people or things";
tp[12]="everywhere in the country";
tp[13]="money people make from business";
tp[14]="a fad that lasts for a long time";
tp[15]="to tell, give the facts";
tp[16]="informal language";
tp[17]="stop something from happening";
tp[18]="take money out of the bank";
tp[19]="electric power outrage";
tp[20]="to get in touch with; get together to talk with";
level4q.addElement(tp);
tp1[1]="Bargain";
tp1[2]="Blackout";
tp1[3]="Challenge";
tp1[4]="Charge";
tp1[5]="Combination";
tp1[6]="Contact";
tp1[7]="Deposit";
tp1[8]="Enthusiastic";
tp1[9]="Inform";
tp1[10]="Irrational";
tp1[11]="Nationwide";
tp1[12]="Personality";
tp1[13]="Prevent";
tp1[14]="Profit";
tp1[15]="Slang";
tp1[16]="Teller";
tp1[17]="Trend";
tp1[18]="Waste";
tp1[19]="Withdraw";
tp1[20]="Workaholic";
level4a.addElement(tp1);
// end level 4 test 8
// level 4 test 9
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="to sense (see, hear, smell, touch)";
tp[2]="the second of two things";
tp[3]="very religious";
tp[4]="imagaination, dream world";
tp[5]="a lot of trouble, chaos";
tp[6]="a plastic wrapping";
tp[7]="giving extra money for services";
tp[8]="not transparent";
tp[9]="a teenager";
tp[10]="reality, certainty";
tp[11]="coming after, following";
tp[12]="to look at something quickly";
tp[13]="from the same time period";
tp[14]="inhabitant, person who lives at a certain place";
tp[15]="to put paper around something (a gift)";
tp[16]="very interesting, exciting, fun";
tp[17]="a box in which a dead body is place for burial";
tp[18]="a hard, salty, cookie-like food";
tp[19]="a group of millions of stars";
tp[20]="the first of two things";
level4q.addElement(tp);
tp1[1]="Adolescent";
tp1[2]="Authenticity";
tp1[3]="Casket";
tp1[4]="Cellophane";
tp1[5]="Contemporary";
tp1[6]="Cracker";
tp1[7]="Devout";
tp1[8]="Dweller";
tp1[9]="Fantasy";
tp1[10]="Fascinating";
tp1[11]="Former";
tp1[12]="Galaxy";
tp1[13]="Glance";
tp1[14]="Havoc";
tp1[15]="Latter";
tp1[16]="Opaque";
tp1[17]="Perceive";
tp1[18]="Subsequent";
tp1[19]="Tipping";
tp1[20]="Wrap";
level4a.addElement(tp1);
// end level 4 test 9
// level 4 test 10
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="clothing worn after taking a shower";
tp[2]="running slowly";
tp[3]="ten track and field events";
tp[4]="to look quickly";
tp[5]="area between the roof and ceiling of a house";
tp[6]="reason";
tp[7]="gun, pistol";
tp[8]="surprise, amaze";
tp[9]="exciting";
tp[10]="a person who is not brave";
tp[11]="prize given in a race or competition";
tp[12]="group of sheep";
tp[13]="possibility of danger or loss";
tp[14]="ask questions";
tp[15]="deep sea animal with eight legs";
tp[16]="thin, not wide";
tp[17]="person who owns a large farm with animals";
tp[18]="trusting, relying on";
tp[19]="housekeeper";
tp[20]="sportsman or woman";
level4q.addElement(tp);
tp1[1]="Attic";
tp1[2]="Athlete";
tp1[3]="Astonish";
tp1[4]="Coward";
tp1[5]="Bathrobe";
tp1[6]="Decathlon";
tp1[7]="Flock";
tp1[8]="Glance";
tp1[9]="Depending";
tp1[10]="Inquire";
tp1[11]="Maid";
tp1[12]="Narrow";
tp1[13]="Motive";
tp1[14]="Octopus";
tp1[15]="Jogging";
tp1[16]="Rancher";
tp1[17]="Risk";
tp1[18]="Thrilling";
tp1[19]="Trophy";
tp1[20]="Revolver";
level4a.addElement(tp1);
// end level 4 test 10
// level 5 test 1
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="very important, necessary";
tp[2]="have a good opinion of; respect and like";
tp[3]="show in the form of a picture";
tp[4]="the place where someone is going";
tp[5]="presenting only the facts";
tp[6]="reflecting emotions and opinions";
tp[7]="made of lines and circles";
tp[8]="pleasant to look at; beautiful";
tp[9]="instrument for seeing distant objects";
tp[10]="a small package";
tp[11]="very small; tiny";
tp[12]="some thing that seems real but isn't";
tp[13]="person who designs buildings and houses";
tp[14]="move from one place to another";
tp[15]="something which takes the place of something else";
tp[16]="formal actions to mark an important religious or social event";
tp[17]="idea that is believed to be true but have not yet been proven";
tp[18]="an object that one shoots at";
tp[19]="to pay respect to God or religious things";
tp[20]="study of the stars";
level5q.addElement(tp);
tp1[1]="Admire";
tp1[2]="Architect";
tp1[3]="Attractive";
tp1[4]="Astronomy";
tp1[5]="Ceremony";
tp1[6]="Destination";
tp1[7]="Depict";
tp1[8]="Essential";
tp1[9]="Geometric";
tp1[10]="Illusion";
tp1[11]="Migrate";
tp1[12]="Miniature";
tp1[13]="Packet";
tp1[14]="Objective";
tp1[15]="Subjective";
tp1[16]="Substitution";
tp1[17]="Target";
tp1[18]="Telescope";
tp1[19]="Theory";
tp1[20]="Worship";
level5a.addElement(tp1);
//end level 5 test 1
//level 5 test 2
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="a cave from which rocks or metals are extracted";
tp[2]="separating, for example, blacks and whites";
tp[3]="dirt, earth, place where plants grow";
tp[4]="doubting, not believing";
tp[5]="unable to move";
tp[6]="self-respect";
tp[7]="extremely frightened, terrfied";
tp[8]="person who sells meets";
tp[9]="disappointment";
tp[10]="make something lower or inferior";
tp[11]="work without pay or reward";
tp[12]="something which protects";
tp[13]="small piece of gold";
tp[14]="new, original way to do something";
tp[15]="racist, thinking oneself as better than others";
tp[16]="hurry";
tp[17]="crazy, having mental problems";
tp[18]="next to, nearby";
tp[19]="take something apart and examine it";
tp[20]="carefully watch over something or someone";
level5q.addElement(tp);
tp1[1]="Adjacent";
tp1[2]="Analyze";
tp1[3]="Bilittle";
tp1[4]="Bigoted";
tp1[5]="Butcher";
tp1[6]="Dignity";
tp1[7]="Dismay";
tp1[8]="Horrified";
tp1[9]="Innovation";
tp1[10]="Mine";
tp1[11]="Monitor";
tp1[12]="Neurotic";
tp1[13]="Nugget";
tp1[14]="Paralyzed";
tp1[15]="Rush";
tp1[16]="Segregation";
tp1[17]="Shelter";
tp1[18]="Skeptical";
tp1[19]="Soil";
tp1[20]="Volunteer";
level5a.addElement(tp1);
//end level 5 test 2
// level 5 test 3
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="a district or area of a city";
tp[2]="to get bigger in size";
tp[3]="of very poor quality";
tp[4]="fragile, easily damaged";
tp[5]="surviving memorial from the past";
tp[6]="water vapor";
tp[7]="opposite of smile";
tp[8]="attentive, wide awake";
tp[9]="open the mouth to express sleepiness";
tp[10]="big and strong, macho";
tp[11]="hostile, mean, violent";
tp[12]="blood-sucking worm";
tp[13]="to throw around loosely";
tp[14]="lobby, entrance hall to a house";
tp[15]="silly laughter";
tp[16]="to cry profusely";
tp[17]="cut down something neatly";
tp[18]="to shine brightly, glisten";
tp[19]="hairy coating of an animal";
tp[20]="an unbound publication";
level5q.addElement(tp);
tp1[1]="Alert";
tp1[2]="Delicate";
tp1[3]="Fierce";
tp1[4]="Foyer";
tp1[5]="Frown";
tp1[6]="Fur";
tp1[7]="Giggle";
tp1[8]="Husky";
tp1[9]="Leech";
tp1[10]="Lousy";
tp1[11]="Pamphlet";
tp1[12]="Precint";
tp1[13]="Relic";
tp1[14]="Scatter";
tp1[15]="sob";
tp1[16]="Sparkle";
tp1[17]="Steam";
tp1[18]="Swell";
tp1[19]="Trim";
tp1[20]="Yawn";
level5a.addElement(tp1);
// end level 5 test 3
// level 5 test 5
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="to make known, divulge, expose";
tp[2]="to provide something that is desired";
tp[3]="one who has equal standing with another";
tp[4]="a substance that is capable of poisoning";
tp[5]="produced with poor quality workmanship";
tp[6]="to encourage, cultivate";
tp[7]="period of one thousand years";
tp[8]="sharply sloped or inclined";
tp[9]="to do over, revise";
tp[10]="a cancer-causing substance";
tp[11]="keen enjoyment, excitement";
tp[12]="to present for acceptance, offer";
tp[13]="to slow down or interfere with";
tp[14]="physically harmful or destructive";
tp[15]="to stress or emphasize";
tp[16]="dismal, gloomy, somber";
tp[17]="to flash on and off; open and close the eyes";
tp[18]="to persuade someone into wrongful behavior, entice, lure";
tp[19]="to make unfriendly, hostile or indifferent";
tp[20]="conditions or practices which maintain cleanliness and good health";
level5q.addElement(tp);
tp1[1]="Alienate";
tp1[2]="Blink";
tp1[3]="Cater";
tp1[4]="Carcinogen";
tp1[5]="Disclose";
tp1[6]="Foster";
tp1[7]="Hygiene";
tp1[8]="Impede";
tp1[9]="Millenium";
tp1[10]="Noxious";
tp1[11]="Proffer";
tp1[12]="Punctuate";
tp1[13]="Peer";
tp1[14]="Shoddy";
tp1[15]="Suduce";
tp1[16]="Steep";
tp1[17]="Sullen";
tp1[18]="Revamp";
tp1[19]="Toxin";
tp1[20]="Zest";
level5a.addElement(tp1);
//end level 5 test 5
// level 5 test 6
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="eat or use something";
tp[2]="thick forest, usually in tropical areas";
tp[3]="cut into, make carved marks on a surface";
tp[4]="field or clearing covered with grasses";
tp[5]="handheld electric light";
tp[6]="a large, flat piece of rock";
tp[7]="circular flower decoration";
tp[8]="give as an example";
tp[9]="way of seeing something, point of view";
tp[10]="part of car that controls speed";
tp[11]="pick up or take something quickly";
tp[12]="store owner";
tp[13]="walk slowly and leisurely";
tp[14]="proof of payment";
tp[15]="price increase";
tp[16]="person who steals from stores";
tp[17]="to save or \"rescue\" something from being thrown away";
tp[18]="traditional way of doing things";
tp[19]="to spend time considering or thinking";
tp[20]="heavy cloth used as curtains";
level5q.addElement(tp);
tp1[1]="Accelerator";
tp1[2]="Cite";
tp1[3]="Consume";
tp1[4]="Convention";
tp1[5]="Drapery";
tp1[6]="Engrave";
tp1[7]="Flashlight";
tp1[8]="Grab";
tp1[9]="Jungle";
tp1[10]="Markup";
tp1[11]="Meadow";
tp1[12]="Perspective";
tp1[13]="Ponder";
tp1[14]="Receipt";
tp1[15]="Retailer";
tp1[16]="Salvage";
tp1[17]="Shoplifter";
tp1[18]="Slab";
tp1[19]="Stroll";
tp1[20]="Wreath";
level5a.addElement(tp1);
//end level 5 test 6
// level 5 test 7
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="ready and quick to act";
tp[2]="bend the body forward and downward";
tp[3]="odd, not normal";
tp[4]="a large, stately house";
tp[5]="a short journey";
tp[6]="very wet";
tp[7]="comfort";
tp[8]="disappear suddenly";
tp[9]="agreement";
tp[10]="hidden from view";
tp[11]="area";
tp[12]="lacking, inadequate";
tp[13]="very angry";
tp[14]="put forward for election or position";
tp[15]="line between settled areas and wilderness";
tp[16]="to pay no attention to";
tp[17]="to prevent or discourage someone from acting";
tp[18]="loud enough to be heard";
tp[19]="potion, drink";
tp[20]="faithfulness";
level5q.addElement(tp);
tp1[1]="Audible";
tp1[2]="Beverage";
tp1[3]="Console";
tp1[4]="Deficient";
tp1[5]="Deter";
tp1[6]="Disregard";
tp1[7]="Eccentric";
tp1[8]="Excursion";
tp1[9]="Fidelity";
tp1[10]="Frontier";
tp1[11]="Furious";
tp1[12]="Mansion";
tp1[13]="Nominate";
tp1[14]="Pact";
tp1[15]="Prompt";
tp1[16]="Secluded";
tp1[17]="Sopping";
tp1[18]="Stoop";
tp1[19]="Vanish";
tp1[20]="Vicinity";
level5a.addElement(tp1);
// end level 5 test 7
// level 5 test 9
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="to quarrel noisily and to no purpose";
tp[2]="a group of criminals or hoodlums";
tp[3]="to soak or fill thoroughly";
tp[4]="extremely fierce or cruel, savage";
tp[5]="lacking skill or competence";
tp[6]="a gradual diminishing in number or strength";
tp[7]="an emblem worn as an insignia of rank or honor";
tp[8]="to kill or destroy by preventing oxygen";
tp[9]="take something apart";
tp[10]="without order or plan, unorganized";
tp[11]="state of being insane or wildly foolish";
tp[12]="expression of disapproval, criticism";
tp[13]="to impede or obstruct a process";
tp[14]="deceptive in appearance or meaning, false";
tp[15]="adding or joining to a larger entity";
tp[16]="a strong inclination, liking";
tp[17]="pessimistic and distrustful or people's motives";
tp[18]="to make a return for something given or done";
tp[19]="difficult to approach or overcome, arousing fear or awe";
tp[20]="ability to recover or adjust easily to misfortune or change";
level5q.addElement(tp);
tp1[1]="Annexation";
tp1[2]="Attrition";
tp1[3]="Badge";
tp1[4]="Condemnation";
tp1[5]="Cynical";
tp1[6]="Dismantle";
tp1[7]="Fallacious";
tp1[8]="Ferocious";
tp1[9]="Formidable";
tp1[10]="Gang";
tp1[11]="Hamper";
tp1[12]="Haphazard";
tp1[13]="Inept";
tp1[14]="Lunacy";
tp1[15]="Penchant";
tp1[16]="Reciprocate";
tp1[17]="Resilience";
tp1[18]="Saturate";
tp1[19]="Squabble";
tp1[20]="Suffocate";
level5a.addElement(tp1);
// end level 5 test 9
// level 5 test 10
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="put in danger";
tp[2]="massive anger, excitement or confusion";
tp[3]="untidy, messy, carelessly done";
tp[4]="to clear of accusation or blame";
tp[5]="a serious crime";
tp[6]="good natured, friendly, pleasant";
tp[7]="fear of strangers or foreigners";
tp[8]="the cnetral or main idea";
tp[9]="nothing, none, zero";
tp[10]="servere enforcement of law";
tp[11]="to disturb or irritate persistently";
tp[12]="to count up, like a score";
tp[13]="a prohibition or restriction of certain goods";
tp[14]="to have a strong or deep desire for something, to long for";
tp[15]="enthusiastic devotion to a cause or ideal";
tp[16]="to pretend, mislead by a false display of confidence";
tp[17]="to move or swing back and forth, sway";
tp[18]="to block with obstacles, get in the way";
tp[19]="having no interest or concern, not caring";
tp[20]="a reminder of something past, memento";
level5q.addElement(tp);
tp1[1]="Amiable";
tp1[2]="Bluff";
tp1[3]="Crackdown";
tp1[4]="Embargo";
tp1[5]="Felony";
tp1[6]="Gist";
tp1[7]="Harass";
tp1[8]="Indifferent";
tp1[9]="Jeopardize";
tp1[10]="Keepsake";
tp1[11]="Nil";
tp1[12]="Obstruct";
tp1[13]="Sloppy";
tp1[14]="Tally";
tp1[15]="Uproar";
tp1[16]="Vindicate";
tp1[17]="Waver";
tp1[18]="Xenophobia";
tp1[19]="Yearn";
tp1[20]="Zeal";
level5a.addElement(tp1);
// end level 5 test 10
// level 5 test 11
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="in reality";
tp[2]="the other way around";
tp[3]="offensive in language or actions";
tp[4]="idea associated with a word";
tp[5]="meaning, importance";
tp[6]="violently, in a big way";
tp[7]="not suitable, insufficient";
tp[8]="an opponent, enemy";
tp[9]="thinking that one's own group is best";
tp[10]="book which provides synonyms for words";
tp[11]="temporary lacking awareness, knocked out";
tp[12]="magazine or journal published at intervals";
tp[13]="someone who sells things, merchant";
tp[14]="of critical or decisive importance";
tp[15]="a journey for a special purpose";
tp[16]="pull quickly and firmly";
tp[17]="look over reading material quickly for specific information";
tp[18]="to drop straight down, plunge";
tp[19]="severe psychological strain or suffering";
tp[20]="to control and direct the force of something";
level5q.addElement(tp);
tp1[1]="Adversary";
tp1[2]="Connotation";
tp1[3]="Crucial";
tp1[4]="Distress";
tp1[5]="Drastically";
tp1[6]="Expedition";
tp1[7]="Ethnocentricity";
tp1[8]="Harness";
tp1[9]="Inadequate";
tp1[10]="Literally";
tp1[11]="Obscene";
tp1[12]="Periodicals";
tp1[13]="Plummet";
tp1[14]="significance";
tp1[15]="Scan";
tp1[16]="Thesarus";
tp1[17]="Vendor";
tp1[18]="Vice versa";
tp1[19]="Unconscious";
tp1[20]="Yank";
level5a.addElement(tp1);
// end level 5 test 11
// level 5 test 12
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="a tax on imported products";
tp[2]="action by a government to penalize another country";
tp[3]="extra money left over after deptws have been paid";
tp[4]="to prohibit or forbid";
tp[5]="to make stronger";
tp[6]="to move strongly forward or upward";
tp[7]="organized actions presenting a candidate for election";
tp[8]="person currently holding office";
tp[9]="to compete in a race or election";
tp[10]="the number of people who attend an event";
tp[11]="result of spending more money than is taken in";
tp[12]="considered moral and right";
tp[13]="into a vein";
tp[14]="money for a specific purpose";
tp[15]="protection through insurance";
tp[16]="supporter";
tp[17]="to start";
tp[18]="authority to apply policies; to require";
tp[19]="list of topics to be discussed at a meeting";
tp[20]="discuss and try to come to an agreement";
level5q.addElement(tp);
tp1[1]="Agenda";
tp1[2]="Ban";
tp1[3]="Campaign";
tp1[4]="Coveage";
tp1[5]="Deficit";
tp1[6]="Ethical";
tp1[7]="Fund";
tp1[8]="Incumbent";
tp1[9]="Intensify";
tp1[10]="Intravenously";
tp1[11]="Run";
tp1[12]="Mandate";
tp1[13]="Negotiate";
tp1[14]="Sanction";
tp1[15]="Surge";
tp1[16]="Surplus";
tp1[17]="Tariff";
tp1[18]="Trigger";
tp1[19]="Turnout";
tp1[20]="Proponent";
level5a.addElement(tp1);
// end level 5 test 12
// level 5 test 13
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="trouble, bother, argument or squabble";
tp[2]="required, obligatory";
tp[3]="feeling or expressing great joy";
tp[4]="to allot, assign";
tp[5]="causing or capable of causing death";
tp[6]="ill-tempered, in a bad mood";
tp[7]="unable to be satisfied";
tp[8]="a specified quantity of medicine";
tp[9]="an air of charm, romance, and excitement";
tp[10]="emitting light";
tp[11]="a leave of absence every seventh year";
tp[12]="to move in a winding direction";
tp[13]="of or befitting a king, royal";
tp[14]="from another part of the world, foreign";
tp[15]="a line with sharp turns in alternating directions";
tp[16]="a violent explosion or outburst";
tp[17]="an extensive area of flat or rolling grassland";
tp[18]="wrath, anger";
tp[19]="sadness, depression";
tp[20]="to urge by strong argument or appeal";
level5q.addElement(tp);
tp1[1]="Allocate";
tp1[2]="Blast";
tp1[3]="Cranky";
tp1[4]="Dosage";
tp1[5]="Exhort";
tp1[6]="Exotic";
tp1[7]="Glamour";
tp1[8]="Hassle";
tp1[9]="Insatiable";
tp1[10]="Ire";
tp1[11]="Jubilant";
tp1[12]="Lethal";
tp1[13]="Luminous";
tp1[14]="Mandatory";
tp1[15]="Melancholy";
tp1[16]="Prairie";
tp1[17]="Regal";
tp1[18]="Sabbatical";
tp1[19]="Twist";
tp1[20]="Zigzag";
level5a.addElement(tp1);
// end level 5 test 13
// level 5 test 14
tp=new String [21];
tp1=new String [21];
tp[0]="no question";
tp1[0]="no answer";
tp[1]="acceptance of others";
tp[2]="able to exist comfortably together";
tp[3]="manage or deal well with a situation";
tp[4]="cause to be angry";
tp[5]="a person who is very sociable";
tp[6]="overly proud";
tp[7]="connect, attach, put together";
tp[8]="without faults, perfect";
tp[9]="end, conclude, stop";
tp[10]="very rough and unpleasant";
tp[11]="going to give birth";
tp[12]="to ruin or bring harm";
tp[13]="evil person, bad guy";
tp[14]="one who makes space flights";
tp[15]="counting of population";
tp[16]="choice, alternative";
tp[17]="small household job or task";
tp[18]="clothing to be washed";
tp[19]="surprise or shock";
tp[20]="understanding, observation";
level5q.addElement(tp);
tp1[1]="Arrogant";
tp1[2]="Astronaut";
tp1[3]="Compatible";
tp1[4]="Corrupt";
tp1[5]="Cope";
tp1[6]="Census";
tp1[7]="Chore";
tp1[8]="Extrovert";
tp1[9]="Harsh";
tp1[10]="Flawless";
tp1[11]="Link";
tp1[12]="Laundry";
tp1[13]="Perception";
tp1[14]="Pregnant";
tp1[15]="Provoke";
tp1[16]="Option";
tp1[17]="Startle";
tp1[18]="Terminate";
tp1[19]="Tolerance";
tp1[20]="Villain";
level5a.addElement(tp1);
// end level 5 test 14
String [] question=new String[21];
String [] answer=new String [21];
if (!Err && level==4) {
try {
question=(String [])level4q.elementAt(test-1);
answer=(String [])level4a.elementAt(test-1);
if (question==null || answer==null || question.length!=21 || answer.length!=21)
Errtest=true;
}
catch (Exception e1) {
Errtest=true;
}
}
if (!Err && level==5) {
try {
question=(String [])level5q.elementAt(test-1);
answer=(String [])level5a.elementAt(test-1);
if (question==null || answer==null || question.length!=21 || answer.length!=21)
Errtest=true;
}
catch (Exception e2) {
Errtest=true;
}
}
int i=0;
%>
Vocabulary Level <%=level%> Test <%=test%>