//Heading Displayed on the Quiz Page
pageHeading="Scientific Names Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Castor canadensis is the scientific name for which animal?",
    "Beaver",
    "Bobcat",
    "Black Bear",
    "Coyote", 
0)

qa[1] = new Question("In day to day usage, Cervus canadensis is better known as :",
    "Elk",
    "Reindeer",
    "Bison",
    "Alligator", 
0)

qa[2] = new Question("Urocyon cinereoargenteus is the scientific name for which animal?",
    "Gray Fox",
    "Pocket Gopher",
    "Mountain Lion",
    "Grizzly bear",
0)

qa[3] = new Question("In day to day usage, Felis concolor  is better known as :",
    "Mountain Lion",
    "Jaguar",
    "Tiger",
    "Leopard", 
0)

qa[4] = new Question("Haliaeetus leucocephalusis the scientific name for which bird?",
	"Blue Jay",
	"Rocky Mountain Jay",
	"Cooper's Hawk",
	"Bald headed Eagle",
3)

qa[5] = new Question("In day to day usage, Aquila chrysaetos is better known as :",
    "Blue Jay",
    "Rock Mountain Jay",
    "Cooper's HAWK",
    "Golden Eagle",
3)

qa[6] = new Question("Dipsosaurus dorsalis is the scientific name for which reptile?",
	"Desert Iguana",
	"Salamander",
	"Banded Gecko",
	"House Lizard",
0)

qa[7] = new Question("Its scientific name is, Rhinocheilus lecontei. We  better know it as?",
	"African Rhino",
	"Black Rhino",
	"Sumatran Rhino",
	"Long-nosed snake",
3)

qa[8] = new Question("Bufo alvarius is the scientific name for which amphibian?",
	"Western spade foot toad",
	"Great Plains Toad",
	"Colorado River Toad",
	"Couch's spadefoot toad",
0)

qa[9] = new Question("In day to day usage, Geococcyx californianus  is better known as :",
	"Canary",
	"Road runner",
	"Band Tailed Pigeon",
	"Water Pipit",
1)
