Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.61 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.61 KB

Devint-quiz

Description

This repo contains a typical coding assessment made up of multiple-choice questions and interactive coding challenges.

It was created as a way to become familiar with these tests by applying the skills developed from completing the Javascript module. The intention was to build a timed coding quiz with multiple-choice questions. This app runs in the browser, and features dynamically updated HTML and CSS powered by JavaScript code. It has a clean, polished, and responsive user interface.

The topics covered include javascript, html, css, queryselector, innerhtml, interval and web api.

Instructions

  1. Please use the following link to access the challenge https://russkinori.github.io/Devint-quiz/. This will open the application in your default web browser.
  2. Once on the application is loaoded, click on Start Quiz to get started.
  3. The first question will then appear with a list of 4 choices, as well as the countdown timer giving you a total time of 100 seconds.
  4. Select an answer from the choices to move to the next question. An incorrect answer will deduct 5 seconds from the time remaining, while a correct answer has no action.
  5. The game ends when all questions have been answered or the timer reaches 0.
  6. Your score will then be displayed with the option to save it and add your initials.

Credits

The following resources were used in the development of this application.