Skip to content

darkjuanjo/Javascript__Fundamentals_Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Javascript__Fundamentals_Quiz

Javascript__Fundamentals_Quiz Requirements

Code javascript DOM elements and behaviour to do the following:

Game Quiz Criteria:

    - [✔️] Show home page with start start quiz button
    - [✔️] Start quiz when button is clicked
    - [✔️] Start timer when button clicked
    - [✔️] Programmaticaly generated DOM elements to have the questions.
    - [✔️] Programmaticaly generated DOM elements to have possible answers.
    - [✔️] Tell if answer is right or wrong.
    - [✔️] Deduct 10seconds is answer is wrong.
    - [✔️] End test if time's up or if all questions are answered.
    - [✔️] Prompt users for initials (Text box limited to 3 characters).
    - [✔️] Once the submit button is clicked score and intials are saved.
    - [✔️] Saved data is displayed in highscores page seen in the home page.

Checks

    - Upon scoring 0 no score will be saved.

Please see link below for Coding Quiz accessible URL:
https://darkjuanjo.github.io/Javascript__Fundamentals_Quiz/

Below is the source code for the Coding Quiz in GitHub. Please note that code is in assets/js.
https://github.com/darkjuanjo/Javascript__Fundamentals_Quiz

See below for some screenshots

Home Page

Home Page

Quiz and Timer Started

Quiz and Timer Started

High Scores!

High Scores

Score of Zero

Score of Zero

About

JavaScript only code that dynamically generates DOM elements for questions and answers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages