//Heading Displayed on the QUiz Page
pageHeading="Art"
//Questions

qa=new Array()

qa[0] = new Question("What is the meaning of the name 'Fauves', given to the group of French artists led by Henri Matisse?",
"Pattern Painters",
"Colourful Artists",
"Wild Beasts",
2)

qa[1] = new Question("Which bird did Picasso paint as the symbol of peace and harmony?",
"Nightingale",
"Dove",
"Swallow",
1)

qa[2] = new Question("Which country's paintings is closely related to the art of calligraphy?",
"Japan",
"China",
"Malaysia",
1)

qa[3] = new Question("What were the field painters also called?",
"Expressionists",
"Surrealists",
"Imagists",
2)

qa[4] = new Question("Picasso's paintings between 1905 and 1906 are said to belong to Pick Period. What about paintings from 1901 to 1904?",
"Classical Period",
"Blue Period",
"Cubism Period",
1)

qa[5] = new Question("Who was the American cartoonist who created L'il Abner?",
"Al Capp",
"Rube Goldburg",
"Benjamin Franklin",
0)

qa[6] = new Question("What is the oil contained in flax seeds that is used in the manufacture of paints, varnishes and linoleum?",
"Petroleum",
"Turpentine",
"Linseed oil",
2)

qa[7] = new Question("Terracotta is sometimes used to describe a colour. What is it originally?",
"A form of pottery",
"A kind of mud",
"A kind of brick",
0)

qa[8] = new Question("The term 'impression' was first used abusively to describe which artist's painting of a sunrise?",
"Manet",
"Monet",
"Degas",
1)

qa[9] = new Question("Who was the painter who became famous when she held her first exhibition at the age of 78?",
"Grandma Moses",
"Daumler",
"Edger Degas",
0)
