/fbla-quiz

Flask quiz app for FBLA NLC

Primary LanguageJavaScriptMIT LicenseMIT

FBLA NLC 2021 - Coding and Programming

Flask web app that generates a random 5-question quiz from a SQLite database.

Features

  1. 60 default questions (15 each of multiple choice, true and false, dropdown, and fill-in-the-blank)
  2. Mutable question bank for each user
  3. Hints (with confirmation alert + disable option)
  4. Dark mode (toggleable)
  5. Printable report in white background
  6. Username and password can be changed

References + Works Cited

GENERAL RESOURCES / DOCUMENTATIONS

REFERENCE FOR QUESTIONS IN DATABASE - FOUND IN FBLA TRAINING MATERIALS MEGAFOLDER

SOURCES OF CODE USED