var questions = new Array();
var choices = new Array();
var answers = new Array();
var response = new Array();

questions[0] = "1) It's a shop where people can buy ___ army stock like clothes and boots.";
choices[0] = new Array();
choices[0][0] = "evicted";
choices[0][1] = "derelict";
choices[0][2] = "surplus";
choices[0][3] = "redundant";
answers[0] = choices[0][2];

questions[1] = "2) In the ___ of the drought there were crop failures and the country now faces famine.";
choices[1] = new Array();
choices[1][0] = "wake";
choices[1][1] = "series";
choices[1][2] = "repercussion";
choices[1][3] = "stride";
answers[1] = choices[1][0];

questions[2] = "3) The rebel soldiers have handed in their weapons as part of their agreement to ___ violence.";
choices[2] = new Array();
choices[2][0] = "withdraw";
choices[2][1] = "retreat";
choices[2][2] = "renounce";
choices[2][3] = "declare";
answers[2] = choices[2][2];

questions[3] = "4) Economic growth will continue to be slow for the ___ future.";
choices[3] = new Array();
choices[3][0] = "plausible";
choices[3][1] = "foreseeable";
choices[3][2] = "conceivable";
choices[3][3] = "consecutive";
answers[3] = choices[3][1];

questions[4] = "5) When designing public information signs it is important to avoid anything ___.";
choices[4] = new Array();
choices[4][0] = "ambient";
choices[4][1] = "ambiguous";
choices[4][2] = "constituent";
choices[4][3] = "contagious";
answers[4] = choices[4][1];

questions[5] = "6) We've wasted enough time already. We need to ___ to work.";
choices[5] = new Array();
choices[5][0] = "get down";
choices[5][1] = "set off";
choices[5][2] = "take off";
choices[5][3] = "stand in";
answers[5] = choices[5][0];

questions[6] = "7) The drop in profits can be ___ to the rising cost of raw materials.";
choices[6] = new Array();
choices[6][0] = "excused";
choices[6][1] = "deduced";
choices[6][2] = "derived";
choices[6][3] = "attributed";
answers[6] = choices[6][3];

questions[7] = "8) The advertising campaign aimed to generate a ___ of interest in the once popular product.";
choices[7] = new Array();
choices[7][0] = "renovation";
choices[7][1] = "repulsion";
choices[7][2] = "revival";
choices[7][3] = "repercussion";
answers[7] = choices[7][2];

questions[8] = "9) Taking on this job will ___ working at the weekends.";
choices[8] = new Array();
choices[8][0] = "entail";
choices[8][1] = "revolve";
choices[8][2] = "oblige";
choices[8][3] = "provoke";
answers[8] = choices[8][0];

questions[9] = "10) After sleeping in the car his suit was badly ___.";
choices[9] = new Array();
choices[9][0] = "cropped";
choices[9][1] = "wrinkled";
choices[9][2] = "withered";
choices[9][3] = "creased";
answers[9] = choices[9][3];

questions[10] = "11) She ought to have been asleep but she was ___ awake.";
choices[10] = new Array();
choices[10][0] = "wide";
choices[10][1] = "upright";
choices[10][2] = "utterly";
choices[10][3] = "high";
answers[10] = choices[10][0];

questions[11] = "12) The ink on your blouse won't come out in the wash if it is ___.";
choices[11] = new Array();
choices[11][0] = "indelible";
choices[11][1] = "eternal";
choices[11][2] = "detergent";
choices[11][3] = "deterrent";
answers[11] = choices[11][0];

questions[12] = "13) There wasn't a ___ of truth in his statement to the police.";
choices[12] = new Array();
choices[12][0] = "spot";
choices[12][1] = "knot";
choices[12][2] = "lump";
choices[12][3] = "grain";
answers[12] = choices[12][3];

questions[13] = "14) It is feared that the newer audio-visual media will make reading skills virtually ___.";
choices[13] = new Array();
choices[13][0] = "elusive";
choices[13][1] = "obsolete";
choices[13][2] = "adjacent";
choices[13][3] = "senile";
answers[13] = choices[13][1];

questions[14] = "15) She was ___ for breaking the rules.";
choices[14] = new Array();
choices[14][0] = "resumed";
choices[14][1] = "alleged";
choices[14][2] = "implied";
choices[14][3] = "reprimanded";
answers[14] = choices[14][3];

questions[15] = "16) Now that Ron has changed schools he's really beginning to ___.";
choices[15] = new Array();
choices[15][0] = "flourish";
choices[15][1] = "harvest";
choices[15][2] = "plow";
choices[15][3] = "accumulate";
answers[15] = choices[15][0];

questions[16] = "17) The building was ___ damaged in the earthquake.";
choices[16] = new Array();
choices[16][0] = "meticulously";
choices[16][1] = "vividly";
choices[16][2] = "extensively";
choices[16][3] = "instinctively";
answers[16] = choices[16][2];

questions[17] = "18) With ___ she can see that it had been a terrible mistake.";
choices[17] = new Array();
choices[17][0] = "posterior";
choices[17][1] = "retrospect";
choices[17][2] = "memorial";
choices[17][3] = "hindsight";
answers[17] = choices[17][3];

questions[18] = "19) The police had to ___ to force to maintain public order.";
choices[18] = new Array();
choices[18][0] = "resort";
choices[18][1] = "employ";
choices[18][2] = "exert";
choices[18][3] = "retaliate";
answers[18] = choices[18][0];

questions[19] = "20) The holiday homes are ___ around an attractive garden.";
choices[19] = new Array();
choices[19][0] = "clustered";
choices[19][1] = "stacked";
choices[19][2] = "piled";
choices[19][3] = "heaped";
answers[19] = choices[19][0];

questions[20] = "21) Only those under 24 years of age are ___ for this special kind of rail ticket.";
choices[20] = new Array();
choices[20][0] = "permissible";
choices[20][1] = "available";
choices[20][2] = "eligible";
choices[20][3] = "insatiable";
answers[20] = choices[20][2];

questions[21] = "22) Because he could be fired if the soccer team loses, the manager is in a very ___ position.";
choices[21] = new Array();
choices[21][0] = "pertinent";
choices[21][1] = "precipitous";
choices[21][2] = "precarious";
choices[21][3] = "petty";
answers[21] = choices[21][2];

questions[22] = "23) It is vitally important that the athletes begin the race ___.";
choices[22] = new Array();
choices[22][0] = "immensely";
choices[22][1] = "excessively";
choices[22][2] = "vaguely";
choices[22][3] = "simultaneously";
answers[22] = choices[22][3];

questions[23] = "24) There is not a ___ of hope that the company can be saved from bankruptcy.";
choices[23] = new Array();
choices[23][0] = "glimmer";
choices[23][1] = "glare";
choices[23][2] = "glance";
choices[23][3] = "glimpse";
answers[23] = choices[23][0];

questions[24] = "25) ___ on the top of the cliff, the climbers enjoyed the view before beginning their descent.";
choices[24] = new Array();
choices[24][0] = "Nestled";
choices[24][1] = "Pierced";
choices[24][2] = "Stared";
choices[24][3] = "Perched";
answers[24] = choices[24][3];

questions[25] = "26) There are some significant ___ between the statements of the two suspects.";
choices[25] = new Array();
choices[25][0] = "conversions";
choices[25][1] = "omissions";
choices[25][2] = "discrepancies";
choices[25][3] = "adversaries";
answers[25] = choices[25][2];

questions[26] = "27) She is an expert in the latest techniques for ___ oil reserves from deep underground. ";
choices[26] = new Array();
choices[26][0] = "extracting";
choices[26][1] = "depositing";
choices[26][2] = "proliferating";
choices[26][3] = "resurrecting";
answers[26] = choices[26][0];

questions[27] = "28) The ___ of the proposal argue that it will raise people's living standards and benefit almost everyone. ";
choices[27] = new Array();
choices[27][0] = "proprietors";
choices[27][1] = "detractors";
choices[27][2] = "proponents";
choices[27][3] = "rivals";
answers[27] = choices[27][2];

questions[28] = "29) It was the powerful documentary that ___ her to do so much to help the charity.";
choices[28] = new Array();
choices[28][0] = "briefed";
choices[28][1] = "prompted";
choices[28][2] = "elicited";
choices[28][3] = "initiated";
answers[28] = choices[28][1];

questions[29] = "30) When he saw that his wallet had not been stolen he gave a ___ of relief.";
choices[29] = new Array();
choices[29][0] = "gasp";
choices[29][1] = "breath";
choices[29][2] = "trickle";
choices[29][3] = "sigh";
answers[29] = choices[29][3];

questions[30] = "31) The crowd were ordered to ___.";
choices[30] = new Array();
choices[30][0] = "diverse";
choices[30][1] = "disperse";
choices[30][2] = "deviate";
choices[30][3] = "divert";
answers[30] = choices[30][1];

questions[31] = "32) The patient was unwilling to ___ another painful operation.";
choices[31] = new Array();
choices[31][0] = "subject";
choices[31][1] = "undergo";
choices[31][2] = "submit";
choices[31][3] = "undertake";
answers[31] = choices[31][1];

questions[32] = "33) The occupants refused to vacate the property in ___ of the order from the courts.";
choices[32] = new Array();
choices[32][0] = "denial";
choices[32][1] = "deviance";
choices[32][2] = "deference";
choices[32][3] = "defiance";
answers[32] = choices[32][3];

questions[33] = "34) She still had ___ doubts about the wisdom of the plan.";
choices[33] = new Array();
choices[33][0] = "lingering";
choices[33][1] = "strenuous";
choices[33][2] = "pervasive";
choices[33][3] = "prominent";
answers[33] = choices[33][0];

questions[34] = "35) In a few cases the ___ mention of spiders causes a sense of panic.";
choices[34] = new Array();
choices[34][0] = "sole";
choices[34][1] = "bare";
choices[34][2] = "sparse";
choices[34][3] = "mere";
answers[34] = choices[34][3];

questions[35] = "36) How well ___ are you with the latest computer-aided design software?";
choices[35] = new Array();
choices[35][0] = "grasped";
choices[35][1] = "familiar";
choices[35][2] = "acquainted";
choices[35][3] = "intrigued";
answers[35] = choices[35][2];

questions[36] = "37) The two surfaces can be stuck together with this powerful ___.";
choices[36] = new Array();
choices[36][0] = "adhesive";
choices[36][1] = "contaminant";
choices[36][2] = "delegate";
choices[36][3] = "equation";
answers[36] = choices[36][0];

questions[37] = "38) Tommy is having problems ___ into the group.";
choices[37] = new Array();
choices[37][0] = "adapting";
choices[37][1] = "fitting";
choices[37][2] = "suiting";
choices[37][3] = "uniting";
answers[37] = choices[37][1];

questions[38] = "39) After running out of fresh food, they made ___ with canned food.";
choices[38] = new Array();
choices[38][0] = "amends";
choices[38][1] = "alteration";
choices[38][2] = "congestion";
choices[38][3] = "do";
answers[38] = choices[38][3];

questions[39] = "40) There are good environmental reasons why we must ___ our use of pesticides.";
choices[39] = new Array();
choices[39][0] = "contravene";
choices[39][1] = "prevail";
choices[39][2] = "curb";
choices[39][3] = "dispense";
answers[39] = choices[39][2];

// response for getting 100%
response[0] = "How about applying for a job at Michigan?";
// response for getting 90% or more
response[1] = "Excellent."
// response for getting 70% or more
response[2] = "Well done. You are comfortably over the pass mark.";
// response for getting over 50%
response[3] = "You should do a little more revision before the exam.";
// response for getting 40% or more
response[4] = "More work needs to be done to make the grade.";
// response for getting 20% or more
response[5] = "Don't give up. The grammar isn't too difficult to learn.";
// response for getting 10% or more
response[6] = "Oops!";
// response for getting 9% or less
response[7] = "Oops!";