Giter VIP home page Giter VIP logo

code-quiz's Introduction

Code-Quiz

Interactive, timed quiz testing JavaScript knowledge.

Deployed Application

Code Quiz

Description

This is a timed quiz designed to test the user's JavaScript knowledge. The user is given a question and four answers to choose from per question. The user will be penalised for incorrect answers with a time deduction. They get a point per correct answer. Once the time runs out or the quiz runs out of questions, the user will be presented with their final score. They can then save their highscore and initials to a leaderboard, populated via local storage.

Installation

N/A

Usage

The way to use the deployed application is to:

  1. Click the start button to begin the quiz,
  2. Read the question and select an answer by clicking one of the four answer buttons,
  3. Once the quiz is over, then the user can input their initials to save their score to a leaderboard. They do this by typing their initials into the input box.
  4. They can view the leaderboard of high scores

Screenshot Of Deployed Application

ScreenShot

Credits

N/A

License

Please refer to the license in the repo (MIT License).

code-quiz's People

Contributors

benedictcodeshere avatar

Stargazers

 avatar

Watchers

 avatar

code-quiz's Issues

Sort the flattened Array in scores.js

  • Sort by score order
  • Make sure that the initials that correspond to the scores are sorted along with the scores.
  • Probably the best thing is to construct a nested array of the two flattened arrays so that then each row of the array is self-contained and the initials are inherently indexed to the scores.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.