/jQuery-quizz

small SASS/jQuery project

Primary LanguageJavaScript

jQuery-quiz

Small SASS/jQuery project to practice using jQuery and SASS.

Main purposes

  • practice SASS & jQuery
  • explore how jQuery and JavaScript can work together
  • understand when would one use jQuery and when JavaScript

Description

  • Before the game starts, user sees how many questions there are in the quiz.
  • User set timer himself. If he doesn't, it is set by default(amount of questions * 5 seconds)
  • When user clicks "Start", the timer goes on.
  • User will choose one answer out of 4.
  • User can use hints.
  • When the timer is off, user sees how many questions were answered correctly and how many incorrectly.

To run the project

npm install -g sass

sass --watch sass:assets/css