/QuizMaster

Primary LanguageJavaScript

Be able to run flashcard-like quizzes by uploading text files in the following format:

  1. The question file must contain the word questions in the name
  2. The answer file must contain the word answers in the name
  3. Each question and answer must be separated by line breaks and the lines must correspond between the files
  4. The files must be text files and only 2 files may be uploaded at a time
  5. Refresh to run a new quiz