Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.06 KB

README.md

File metadata and controls

53 lines (40 loc) · 2.06 KB

UofA Bootcamp Coding Quiz

Description

This project aims to implement a timed quiz web application where students can take practice HTML.CSS or JavaScript coding quizzes. This application has the following features:

  • Multiple quiz subjects (HTML/CSS/JavaScript).
  • Difficutly levels.
  • Max time per quiz depending on difficulty level.
  • Number of quesitions in random order: 10 - multiple choice.
  • Student score board featuring ranking, subject, difficulty level and quiz time/date.
  • Student scores should be saved to local storage.
  • Students can take the quiz as many times as desired. Note: If the student answers a question incorrectly, 10s are deducted from the remaining timer.

The application is implemented using JavaScript, HTML and CSS, and it features a responsive desing.

Installation

Respository can be accessed at https://github.com/danielfloresd/bootcamp-coding-quiz/. Source code direct download is located at https://github.com/danielfloresd/bootcamp-coding-quiz/archive/refs/heads/main.zip

Usage

To view the website, please visit https://danielfloresd.github.io/bootcamp-coding-quiz/

Credits

Started code & reset.css provided by UofA bootcamp. Quiz questions courtesy of https://www.geeksforgeeks.org.

License: MIT