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.
- 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.
- Once on the application is loaoded, click on Start Quiz to get started.
- 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.
- 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.
- The game ends when all questions have been answered or the timer reaches 0.
- Your score will then be displayed with the option to save it and add your initials.
The following resources were used in the development of this application.