q = gQuestionList.NewQuestion("Lord Ribblesdale kept a special herd of");
q.NewAnswer("Cattle",true);
q.NewAnswer("Goats",false);
q.NewAnswer("Sheep",false);
q = gQuestionList.NewQuestion("Gisburn Park was");
q.NewAnswer("	By the sea",false);
q.NewAnswer("By a river",true);
q.NewAnswer("In the middle of a town",false);
q = gQuestionList.NewQuestion("	The mansion at Gisburn Park was the only large house on the estate");
q.NewAnswer("True",false);
q.NewAnswer("False",true);
q = gQuestionList.NewQuestion("	How could a rider stop a hobby horse bicycle?");
q.NewAnswer("With an anchor",false);
q.NewAnswer("With the brakes",false);
q.NewAnswer("With his own feet ",true);
q = gQuestionList.NewQuestion("What sort of hat was the height of fashion for men in the 1820s?");
q.NewAnswer("Baseball cap",false);
q.NewAnswer("	Bowler hat",false);
q.NewAnswer("	Top hat",true);
q = gQuestionList.NewQuestion("When going visiting, Margaret Bolland often travelled by");
q.NewAnswer("Horseback",true);
q.NewAnswer("Taxi",false);
q.NewAnswer("Sedan chair",false);
q = gQuestionList.NewQuestion("Knights wore tunics with heraldic symbols ");
q.NewAnswer("To keep their armour clean",false);
q.NewAnswer("	To be recognised in battle",true);
q.NewAnswer("Because it was fashionable",false);
q = gQuestionList.NewQuestion("In heraldry, what does 'sable' mean?");
q.NewAnswer("Black",true);
q.NewAnswer("Stripe",false);
q.NewAnswer("Star",false);
q = gQuestionList.NewQuestion("In heraldry, what is a mullet?");
q.NewAnswer("	A star",false);
q.NewAnswer("A sleeve",false);
q.NewAnswer("A star-like shape with five spikes",true);
q = gQuestionList.NewQuestion("What does this mean, in Margaret Bolland's code?	Cxeage pab I taje hko pteege gabqktipteg");
q.NewAnswer("Please may I take you shopping tomorrow",false);
q.NewAnswer("Come to my house after school",false);
q.NewAnswer("	Please may I have two cheese sandwiches",true);
