<!--
// questions and answers

var questions=new Array(); 
var qu_answers=new Array();
var mc_answers=new Array();

questions[1]='What religion worships at Bournville Friends Meeting House?';
questions[2]='When did George Cadbury bring his factory to Bournville?';
questions[3]='How many bells does the Carillon have?';
questions[4]='Why was the Rest House Built?';
questions[5]='How old is Selly Manor?';
questions[6]='What is the oldest building in Bournville?';
questions[7]='Which building is found on the \'Village Green\'?';
questions[8]='Who was George Cadbury\'s elder brother?';
questions[9]='What was recently restored in Bournville?';
questions[10]='Which of these best describe George Cadbury?';
questions[11]='Who paid for & built Bournville school?';
questions[12]='When was BVT formed?';
questions[13]='What is Bournville named after?';
questions[14]='How many Bournville Village houses were there in 1901?';
questions[15]='What is Bournville Village Trust?';
questions[16]='What is Bournville Village Council?';
questions[17]='Who was the first Bournville Village Architect?';
questions[18]='When was the first Bournville Village Festival held?';
questions[19]='How many houses are on the BVT estate?';
questions[20]='What was the average cost of a Bournville cottage in 1900?';

qu_answers[1]='a) Quaker<br/>b) Anglican<br/>c) Roman Catholic';
qu_answers[2]='a) 1750<br/>b) 1939<br/>c) 1879';
qu_answers[3]='a) 26<br/>b) 48<br/>c) 66';
qu_answers[4]='a) for a rain shelter<br/>b) a present<br/>c) to celebrate a coronation';
qu_answers[5]='a) 700 years<br/>b) 100 years<br/>c) 300 years';
qu_answers[6]='a) Selly Manor<br/>b) Minworth Greaves<br/>c) Cadbury\'s factory';
qu_answers[7]='a) Meeting House<br/>b) School House<br/>c) Rest House';
qu_answers[8]='a) Richard<br/>b) John<br/>c) Jacob';
qu_answers[9]='a) Clock Tower<br/>b) War Memorial<br/>c) Rest House';
qu_answers[10]='a) philanthropist<br/>b) psychologist<br/>c) physiologist';
qu_answers[11]='a) George Cadbury<br/>b) Bournville Village Council<br/>c) local residents';
qu_answers[12]='a) 1895<br/>b) 1900<br/>c) 1907';
qu_answers[13]='a) a chocolate bar<br/>b) the Green<br/>c) a stream';
qu_answers[14]='a) 24<br/>b) 1,160<br/>c) 370';
qu_answers[15]='a) a charity<br/>b) a council department<br/>c) a housing association';
qu_answers[16]='a) a residents association<br/>b) a part of BVT<br/>c) a city council department';
qu_answers[17]='a) Bedford Tyler<br/>b) Alexander Harvey<br/>c) William Tallis';
qu_answers[18]='a) 1902<br/>b) 1907<br/>c) 1890';
qu_answers[19]='a) about 7,600<br/>b) about 10,100<br/>c) about 14,700';
qu_answers[20]='a) £20,000 - £30,000<br/>b) £2,000 - £3,000<br/>c) £200 - £300';

mc_answers[1]=new Array('correct','wrong','wrong');
mc_answers[2]=new Array('wrong','wrong','correct');
mc_answers[3]=new Array('wrong','correct','wrong');
mc_answers[4]=new Array('wrong','correct','wrong');
mc_answers[5]=new Array('correct','wrong','wrong');
mc_answers[6]=new Array('wrong','correct','wrong');
mc_answers[7]=new Array('wrong','wrong','correct');
mc_answers[8]=new Array('correct','wrong','wrong');
mc_answers[9]=new Array('wrong','correct','wrong');
mc_answers[10]=new Array('correct','wrong','wrong');
mc_answers[11]=new Array('correct','wrong','wrong');
mc_answers[12]=new Array('wrong','correct','wrong');
mc_answers[13]=new Array('wrong','wrong','correct');
mc_answers[14]=new Array('wrong','wrong','correct');
mc_answers[15]=new Array('wrong','wrong','correct');
mc_answers[16]=new Array('correct','wrong','wrong');
mc_answers[17]=new Array('wrong','correct','wrong');
mc_answers[18]=new Array('correct','wrong','wrong');
mc_answers[19]=new Array('correct','wrong','wrong');
mc_answers[20]=new Array('wrong','wrong','correct');

-->
