<quiz>
	<quizTitle>Example Quiz!</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> 
			<questionAnswer isCorrect="false">This is your fourth 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> 
			<questionAnswer isCorrect="false">This is your fourth possible answer</questionAnswer> 
			<questionAnswer isCorrect="false">This is your fifth possible answer</questionAnswer> 
		</question>

</quiz>