var oQ1; 
var oA1; 
var oS1; 

var oQuiz1 = new Quiz(); 

	// Repeat this indented block for each question 
	oQ1 = new Question(); 
		oQ1.SetQuestionHTML("The anode is the ________________ portion of the battery.");
		oQ1.SetCorrectGuessHTML("Correct.");
		oQ1.SetIncorrectGuessHTML("Incorrect.");
		oQ1.SetQuestionType("MC");
		
		// Repeat this indented block for each answer 
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Positive");
			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Negative");
			oA1.SetCorrect(true);
			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Neutral");
			oQ1.AddAnswer(oA1);		
		
			oQuiz1.AddQuestion(oQ1);
	
	oQ1 = new Question(); 
		oQ1.SetQuestionHTML("The cathode is the ________________ portion of the battery.");
		oQ1.SetCorrectGuessHTML("Correct.");
		oQ1.SetIncorrectGuessHTML("Incorrect.");
		oQ1.SetQuestionType("MC");
		
		// Repeat this indented block for each answer 
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Positive");
			oA1.SetCorrect(true);
			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Negative");

			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Neutral");
			oQ1.AddAnswer(oA1);		
		
			oQuiz1.AddQuestion(oQ1);
	
	oQ1 = new Question();
		oQ1.SetQuestionHTML("________________ is the liquid solution that aids in the flow of energy in a battery.");
		oQ1.SetCorrectGuessHTML("Correct.");
		oQ1.SetIncorrectGuessHTML("Incorrect.");
		oQ1.SetQuestionType("MC");

		// Repeat this indented block for each answer 
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Electrolyte");
			oA1.SetCorrect(true);
			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Cathode");

			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Anode");
			oQ1.AddAnswer(oA1);		
		
			oQuiz1.AddQuestion(oQ1);
	
		oQ1 = new Question();
		oQ1.SetQuestionHTML("________________ is used to prevent a short circuit.");
		oQ1.SetCorrectGuessHTML("Correct.");
		oQ1.SetIncorrectGuessHTML("Incorrect.");
		oQ1.SetQuestionType("MC");

		// Repeat this indented block for each answer 
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Steel Can");
			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Brass Nail");

			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Paper Separater");
			oQ1.AddAnswer(oA1);		
			oA1.SetCorrect(true);
		
			oQuiz1.AddQuestion(oQ1);
	
	oQ1 = new Question();
		oQ1.SetQuestionHTML("What battery type will last longer, a heavy duty or an alkaline battery?");
		oQ1.SetCorrectGuessHTML("Correct.");
		oQ1.SetIncorrectGuessHTML("Incorrect.");
		oQ1.SetQuestionType("MC");

		// Repeat this indented block for each answer 
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Alkaline");
			oQ1.AddAnswer(oA1); 
			oA1.SetCorrect(true);
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Heavy Duty");
			oQ1.AddAnswer(oA1); 
			
			oQuiz1.AddQuestion(oQ1);

	
	oQ1 = new Question();
		oQ1.SetQuestionHTML("________________ holds the contents of the battery.");
		oQ1.SetCorrectGuessHTML("Correct.");
		oQ1.SetIncorrectGuessHTML("Incorrect.");
		oQ1.SetQuestionType("MC");

		// Repeat this indented block for each answer 
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Steel Can");
			oA1.SetCorrect(true);
			oQ1.AddAnswer(oA1);		
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Brass Nail");
			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Paper Separator");
			oQ1.AddAnswer(oA1); 

			oQuiz1.AddQuestion(oQ1);
			
	oQ1 = new Question();
		oQ1.SetQuestionHTML("The six key components of a battery are:");
		oQ1.SetCorrectGuessHTML("Correct.");
		oQ1.SetIncorrectGuessHTML("Incorrect.");
		oQ1.SetQuestionType("MC");

		// Repeat this indented block for each answer 
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("can, nail, separator, widget, tablet, seal");
			oQ1.AddAnswer(oA1);		
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("electrolyte, nail, separator, can, tablet, seal");
			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("anode, cathode, electrolyte, separator, can, seal");
			oA1.SetCorrect(true);
			oQ1.AddAnswer(oA1); 
	
			oQuiz1.AddQuestion(oQ1);

	oQ1 = new Question();
		oQ1.SetQuestionHTML("When were the first primary batteries made?");
		oQ1.SetCorrectGuessHTML("Correct.");
		oQ1.SetIncorrectGuessHTML("Incorrect.");
		oQ1.SetQuestionType("MC");

		// Repeat this indented block for each answer 
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("1940'S");
			oQ1.AddAnswer(oA1);		
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Mid-1800'S");
			oA1.SetCorrect(true);
			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("Late 1700's");
			oQ1.AddAnswer(oA1); 
	
			oQuiz1.AddQuestion(oQ1);

	oQ1 = new Question();
		oQ1.SetQuestionHTML("A battery is a ________________ source of energy.");
		oQ1.SetCorrectGuessHTML("Correct.");
		oQ1.SetIncorrectGuessHTML("Incorrect.");
		oQ1.SetQuestionType("MC");

		// Repeat this indented block for each answer 
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("portable");
			oA1.SetCorrect(true);
			oQ1.AddAnswer(oA1);		
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("stationary");
			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("temporary");
			oQ1.AddAnswer(oA1); 
	
			oQuiz1.AddQuestion(oQ1);


	oQ1 = new Question();
		oQ1.SetQuestionHTML("The duration of a battery is defined by ________________ or ________________ ");
		oQ1.SetCorrectGuessHTML("Correct.");
		oQ1.SetIncorrectGuessHTML("Incorrect.");
		oQ1.SetQuestionType("MC");

		// Repeat this indented block for each answer 
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("voltage or current");
			oQ1.AddAnswer(oA1);		
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("hours and minutes or ampere (milliampere) hours");
			oA1.SetCorrect(true);
			oQ1.AddAnswer(oA1); 
			
		oA1 = new Answer(); 
			oA1.SetAnswerHTML("clicks or ticks");
			oQ1.AddAnswer(oA1); 
	
			oQuiz1.AddQuestion(oQ1);

	//Repeat this indented block for each score range 
	oS1 = new Score();
		oS1.SetScoreHTML("Score: 0 out of 10 correct.");
		oS1.SetMinScore(0);
		oQuiz1.AddScore(oS1);		

	oS1 = new Score();
		oS1.SetScoreHTML("Score: 1 out of 10 correct.");
		oS1.SetMinScore(1);
		oQuiz1.AddScore(oS1);		

	oS1 = new Score();
		oS1.SetScoreHTML("Score: 3 out of 10 correct.");
		oS1.SetMinScore(3);
		oQuiz1.AddScore(oS1);		

	oS1 = new Score();
		oS1.SetScoreHTML("Score: 4 out of 10 correct.");
		oS1.SetMinScore(4);
		oQuiz1.AddScore(oS1);		

	oS1 = new Score();
		oS1.SetScoreHTML("Score: 5 out of 10 correct.");
		oS1.SetMinScore(5);
		oQuiz1.AddScore(oS1);		

	oS1 = new Score();
		oS1.SetScoreHTML("Score: 6 out of 10 correct.");
		oS1.SetMinScore(6);
		oQuiz1.AddScore(oS1);	
		
	oS1 = new Score();
		oS1.SetScoreHTML("Score: 7 out of 10 correct.");
		oS1.SetMinScore(7);
		oQuiz1.AddScore(oS1);		

	oS1 = new Score();
		oS1.SetScoreHTML("Score: 8 out of 10 correct.");
		oS1.SetMinScore(8);
		oQuiz1.AddScore(oS1);		

	oS1 = new Score();
		oS1.SetScoreHTML("Score: 9 out of 10 correct.");
		oS1.SetMinScore(9);
		oQuiz1.AddScore(oS1);		

	oS1 = new Score();
		oS1.SetScoreHTML("Score: 10 out of 10 correct.");
		oS1.SetMinScore(10);
		oQuiz1.AddScore(oS1);	
