// 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]='Krill populations grow best after mild winters.'
testQ1[1]='True'
testQ1[2]='False'
key[1]='b'
linkRef[1]='Read <a href="antarctic01.html#q_1">how different types of winters</a> affect krill growth.'

var testQ2=new Array()
testQ2[0]='In the ocean, cold, salty water normally forms a layer above warmer, less salty water.'
testQ2[1]='True'
testQ2[2]='False'
key[2]='b'
linkRef[2]='Look at how <a href="antarctic01.html#q_2">water temperature and salinity</a> \'stack up\'.' 

var testQ3=new Array()
testQ3[0]='All whales feed exclusively on krill.'
testQ3[1]='True'
testQ3[2]='False'
key[3]='b'
linkRef[3]='Check the <a href="antarctic01.html#q_3">feeding habits of whales</a>.' 

var testQ4=new Array()
testQ4[0]='Nutrients are brought to the surface layer of the ocean by upwelling.'
testQ4[1]='True'
testQ4[2]='False'
key[4]='a'
linkRef[4]='Look at the vocabulary definition to see <a href="antarctic01.html#q_4">how upwelling affects ocean contents</a>.' 

var testQ5=new Array()
testQ5[0]='The Antarctic marine food web is made up of many different animals that feed at just a few trophic levels.'
testQ5[1]='True'
testQ5[2]='False'
key[5]='a'
linkRef[5]='Review <a href="antarctic01.html#q_5">the number of trophic levels</a> in the Antacrtic marine food web.'
 
var testQ6=new Array()
testQ6[0]='Tiny plants that produce food in the ocean by the process of <br>photosynthesis are _______.'
testQ6[1]='phytoplankton'
testQ6[2]='zooplankton'
testQ6[3]='krill'
testQ6[4]='skuas'
key[6]='a'
linkRef[6]='Look at the vocabulary definition for <a href="antarctic01.html#q_6">phytoplankton</a>.' 

var testQ7=new Array()
testQ7[0]='The key animal in the Antarctic food web, on which many others <br>depend is (the) _______.'
testQ7[1]='penguin'
testQ7[2]='seal'
testQ7[3]='krill'
testQ7[4]='algae'
key[7]='c'
linkRef[7]='Review the information about the <a href="antarctic01.html#q_7">key animal in the Antarctic marine food web</a>.' 

var testQ8=new Array()
testQ8[0]='Which of the following has a significant impact on living organisms in the Antarctic marine food web?'
testQ8[1]='extent of ice'
testQ8[2]='climate'
testQ8[3]='ocean currents'
testQ8[4]='all of the above'
key[8]='d'
linkRef[8]='Check the <a href="antarctic01.html#q_8">things that affect Antarctic organisms significantly</a>.' 

var testQ9=new Array()
testQ9[0]='A gas in the atmosphere that is a major contributor to global warming is ______.'
testQ9[1]='oxygen'
testQ9[2]='carbon dioxide'
testQ9[3]='hydrogen sulfide'
testQ9[4]='methane'
key[9]='b'
linkRef[9]='Review your understanding of <a href="antarctic01.html#q_9">warming trends</a>.' 

var testQ10=new Array()
testQ10[0]='The part of the ocean in which photosynthesis can take place is the _________.'
testQ10[1]='pelagic zone'
testQ10[2]='euphotic zone'
testQ10[3]='pycnocline'
testQ10[4]='turbulent zone'
key[10]='b'
linkRef[10]='Look at the vocabulary definition for <a href="antarctic01.html#q_10">euphotic zone</a>.' 
