<quiz>
	<quizTitle>Example Quiz 2!</quizTitle>
	<question>
			<questionTitle>This is the First Question!</questionTitle>
			<questionAnswer isCorrect="true">This is your first possible answer</questionAnswer>
			<questionAnswer isCorrect="false">This is your second possible answer</questionAnswer>
			<questionAnswer isCorrect="false">This is your third possible answer</questionAnswer> 
		</question>
	<question>
			<questionTitle>This is the Second Question!</questionTitle>
			<questionAnswer isCorrect="false">This is your first possible answer</questionAnswer>
			<questionAnswer isCorrect="true">This is your second possible answer</questionAnswer>
			<questionAnswer isCorrect="false">This is your third possible answer</questionAnswer> 
		</question>
	<question>
			<questionTitle>This is the Third Question!</questionTitle>
			<questionAnswer isCorrect="false">This is your first possible answer</questionAnswer>
			<questionAnswer isCorrect="false">This is your second possible answer</questionAnswer>
			<questionAnswer isCorrect="true">This is your third possible answer</questionAnswer> 
		</question>

</quiz>