<?xml version="1.0"?>
<!DOCTYPE quiz [
	<!ELEMENT quiz (title, items)>
	<!ELEMENT title (#PCDATA)>
	<!ELEMENT items (item)+>	
	<!ELEMENT item (question, answer, answer+)>
	<!ELEMENT question (#PCDATA)>
	<!ELEMENT answer (#PCDATA)>
	<!ATTLIST answer correct (y) #IMPLIED>
]>
<quiz>
	<title>The Quiz</title>
	<items>
		<item>
			<question>Who made use of the assembly line to make his factory highly efficient?</question>
			<answer correct="y">Henry Ford</answer>
			<answer>Eli Whitney</answer>
			<answer>Wilbur Wright </answer>
			<answer>Marie Curie </answer>
		</item>
		<item>
			<question>The first steam-driven engine was used to: </question>
			<answer>power farm equipment</answer>
			<answer>pull railroad cars</answer>
			<answer>turn paddle wheels</answer>
			<answer correct="y">pump water from mines</answer>
		</item>	
		<item>
			<question>Which of the following was a result of the agricultural revolution?</question>
			<answer>Enclosures became landmarks of wealthy landowners. </answer>
			<answer correct="y">All  are true.</answer>
			<answer>Many small farmers became tenant farmers or moved to cities.</answer>
			<answer>Landowners experimented with new agricultural methods.</answer>
		</item>	
		<item>
			<question>John Kay, James Hargreaves, and Richard Arkwright are all associated with advances in the field of: </question>
			<answer>steel production</answer>
			<answer>agriculture</answer>
			<answer>transportation</answer>
			<answer correct="y">textile production</answer>
			
		</item>		
		<item>
			<question>Who invented the first practical electric light bulb?</question>
			<answer>Alexander Graham Bell</answer>
			<answer correct="y">Thomas Edison</answer>
			<answer>Guglielmo Marconi</answer>
			<answer>Michael Faraday</answer>
		</item>		
		<item>
			<question>Which of the following did NOT improve as an early result of the Industrial Revolution? </question>
			<answer>transportation</answer>
			<answer>the quality of clothing</answer>
			<answer>the average person's diet</answer>
			<answer correct="y">factory working conditions</answer>
		</item>
		<item>
			<question>Which industry was the first to be affected by the factory system? </question>
			<answer>coal</answer>
			<answer correct="y">textile</answer>
			<answer>steel</answer>
			<answer>railroad</answer>
			
		</item>		
		<item>
			<question>Who helped to invent the first airplane? </question>
			<answer  correct="y">Wilbur Wright</answer>
			<answer>Alexander G. Bell</answer>
			<answer>Nikola Tesla</answer>
			<answer>Henry Ford</answer>
		</item>		
		<item>
			<question>How did the crop rotation system that developed in Britain during the agricultural revolution increase crop yields?</question>
			<answer  correct="y">by increasing nutrients in the soil</answer>
			<answer>by decreasing the amount of land used to grow nutrient-depleting crops</answer>
			<answer>by ensuring that more of the seeds that were planted actually sprouted</answer>
			<answer>by allowing more land to rest</answer>
		</item>		
		<item>
			<question>Who invented the first radio?</question>
			<answer>Wilhelm Roentgen</answer>
			<answer>Thomas Edison</answer>
			<answer>Nikola Tesla</answer>
			<answer correct="y">Guglielmo Marconi</answer>
		</item>		
		<item>
			<question>Which of the follwing did NOT increase as an early result of the Industrial Revolution?</question>
			<answer  correct="y">the life expectancy of the average worker</answer>
			<answer>urbanization</answer>
			<answer>the length of the average work day</answer>
			<answer> the size of the middle class</answer>
		</item>				
		<item>
			<question>Who invented the electric coil?</question>
			<answer>Albert Einstein</answer>
			<answer>Thomas Edison</answer>
			<answer correct="y">Nikola Tesla</answer>
			<answer>Wilhelm Roentgen</answer>
		</item>				
		<item>
			<question>By the late 1700s, the best place to find a water frame and a spinning mule was in  </question>
			<answer>an urban home</answer>
			<answer>a farm house</answer>
			<answer correct="y">a factory</answer>
			<answer> a barn</answer>
		</item>
		<item>
			<question>Who invented the seed drill? </question>
			<answer>Charles Townshends</answer>
			<answer correct="y">Jethro Tull</answer>
			<answer>Thomas Gainsborough</answer>
			<answer>John Kay</answer>
		</item>
		<item>
			<question>What was the main source of power of the earliest factories? </question>
			<answer>wind</answer>
			<answer>steam</answer>
			<answer correct="y">running water</answer>
			<answer>animals</answer>
		</item>
		<item>
			<question>Which of the following inventors is INCORRECTLY linked with the field in which his invention was used? </question>
			<answer>Robert Fulton - - transportation</answer>
			<answer>Eli Whitney - - textile</answer>
			<answer>Henry Bessemer - - steel production</answer>
			<answer correct="y">Alexander Graham Bell - - mining</answer>
		</item>
		<item>
			<question>Which event listed below happened first? </question>
			<answer correct="y">Agricultural Revolution</answer>
			<answer>Industrial Revolution</answer>
			<answer>Transportation Revolution</answer>
			<answer>Technology Revolution</answer>
			
		</item>
		<item>
			<question>Which individuals are correctly paired with their contributions? I. Volta - electric battery II. Whitney - interchangeable parts III. Morse - paddle- wheeled steamboat IV. Bessemer - new process of making steel </question>
			<answer>I and II only</answer>
			<answer>I, III, and IV only</answer>
			<answer correct="y">I, II, and IV only</answer>
			<answer>I, II, III, and IV</answer>
			
		</item>
		<item>
			<question>The development of the internal combustion engine resulted in: </question>
			<answer>the invention of the telephone</answer>
			<answer>the spread of the Industrial Revolution</answer>
			<answer>a new way of lighting city streets</answer>
			<answer correct="y">a revolution in transportation</answer>
			
		</item>	
		<item>
			<question>Interchangeable parts affected productivity by: </question>
			<answer correct="y">letting workers produce goods faster</answer>
			<answer>improving the speed of locomotives</answer>
			<answer>increasing the number of parts in engines</answer>
			
			<answer>moving parts along a conveyor belt</answer>
			
		</item>							
	</items>
</quiz>
