// This section is where you put the test.  You can choose either a true/false type or 4-item multiple choice.
// Since it makes sense logically, I've integrated what would normally be stand alone answer key and link reference
// with each questions. Make your changes only in those areas enclosed in single quotes. 

// General syntax rules: Do not use a 'single quote' mark in the variable text. Standard URL links (using standard
// format) are expected in the linkRef definitions. 

// Correct answers lead with: "If you 'guessed' at the answer... "
// Incorrect answers lead with: "To review the material... "


var key=new Array()
key[0]='answerkey'
// the rest of the definitions are with the respective questions

var linkRef=new Array()
linkRef[0]='these are the remedial links'
// the rest of the definitions are with the respective questions. 

var testQ1=new Array()
testQ1[0]='Eelgrass is an \'annual\' plant that grows from seed each year?'
testQ1[1]='True'
testQ1[2]='False'
key[1]='b'
linkRef[1]='Read <a href="egrass01.html#q_1">how eelgrass is classified</a>.'

var testQ2=new Array()
testQ2[0]='Eelgrass is a primary food source for sea \'grazers\'?'
testQ2[1]='True'
testQ2[2]='False'
key[2]='b'
linkRef[2]='Look at the <a href="egrass01.html#q_2">percentage of \'grazers\'</a> who eat eelgrass.' 

var testQ3=new Array()
testQ3[0]='Eelgrass is the common name for the Zostera genus?'
testQ3[1]='True'
testQ3[2]='False'
key[3]='a'
linkRef[3]='Check the <a href="egrass01.html#q_3">eelgrass genus name</a>.' 

var testQ4=new Array()
testQ4[0]='Detritus from eelgrass is often carried many miles offshore where it provides food for a variety of fish and other animals?'
testQ4[1]='True'
testQ4[2]='False'
key[4]='a'
linkRef[4]='Read about <a href="egrass01.html#q_4">the range of organisms</a> supported by eelgrass.' 

var testQ5=new Array()
testQ5[0]='Larvae commonly attach themselves to eelgrass?'
testQ5[1]='True'
testQ5[2]='False'
key[5]='a'
linkRef[5]='Check how <a href="egrass01.html#q_5">larvae and eelgrass interact</a>.'
 
var testQ6=new Array()
testQ6[0]='Detritus is ...?'
testQ6[1]='a common disease which affect eelgrass.'
testQ6[2]='organic debris from decomposing organisms.'
testQ6[3]='the genus name for eelgrass.'
testQ6[4]='a disease acquired by humans who eat eelgrass.'
key[6]='b'
linkRef[6]='Look at the vocabulary pop-up for <a href="egrass01.html#q_6">detritus</a>.' 

var testQ7=new Array()
testQ7[0]='Rhizomes are ...?'
testQ7[1]='the tallest members of the eelgrass family.'
testQ7[2]='the seed of the eelgrass plant.'
testQ7[3]='horizontal underground stems which bear buds for plant propogation.'
testQ7[4]='fish and other animals that eat eelgrass.'
key[7]='c'
linkRef[7]='Look at the vocabulary pop-up for <a href="egrass01.html#q_7">rhizomes</a>.' 

var testQ8=new Array()
testQ8[0]='Given ideal conditions, the maximum depth eelgrass can be found growing is...?'
testQ8[1]='10 feet'
testQ8[2]='25 feet'
testQ8[3]='50 feet'
testQ8[4]='100 feet'
key[8]='d'
linkRef[8]='Read about the <a href="egrass01.html#q_8">depth of water</a> in which eelgrass is commonly found.' 

var testQ9=new Array()
testQ9[0]='Which is NOT an agent that affects eelgrass growth?'
testQ9[1]='amount of light'
testQ9[2]='clarity of water'
testQ9[3]='temperature of water'
testQ9[4]='number of fish in the area'
key[9]='d'
linkRef[9]='Review the <a href="egrass01.html#q_9">agents affecting eelgrass growth</a>.' 

var testQ10=new Array()
testQ10[0]='SAV is an abbreviation for?'
testQ10[1]='Study of Aquatic Vegetation'
testQ10[2]='Submerged Aquatic Vegetation'
testQ10[3]='Sandy Area Vegetation'
testQ10[4]='Submerged Aquatic Vehicle'
key[10]='b'
linkRef[10]='Read the <a href="egrass01.html#q_10">defintion of SAV</a>.' 
