//INSTRUCTIONS:
//Below are the quiz links.
//To add a new link type GeneralQuizzes.AddLink('Name', 'Quiz_File_Name');
//The "Name" should be surrounded by single quotes. This will be the text that appears on the page to be clicked on.
//The "Quiz_File_Name" should also be surrounded by single quotes. This is the name of the video file that you added to the "quiz_files" folder.
//The "Name" should have any single quotes in it. If it does then you must put a backslash in front of them. For example:
//GeneralQuizzes.AddLink('Vinny\'s Quiz', 'vinny.js');



//QUIZ LINKS

GeneralQuizzes.AddLink('Level 1', 'Level1.js');

GeneralQuizzes.AddLink('Level 1a', 'Level1a.js');

GeneralQuizzes.AddLink('Level 1b', 'Level1b.js');

GeneralQuizzes.AddLink('Level 1c', 'Level1c.js');

GeneralQuizzes.AddLink('Level 1d', 'Level1d.js');

GeneralQuizzes.AddLink('Level 2a', 'Level2a.js');

GeneralQuizzes.AddLink('Quiz on Composers and Compisition', 'composers.js');




