Giter Club home page Giter Club logo

quizzer's Introduction

quizzer

A generic quiz app framework

Learnings

  • Used ES6 forEach and that it gives the index of the current item in array and the array element itself. so there is no more need for a 'counter' variables
  • 'String Literals' these are
    • Multi-line capabilities
    • No more having to escape quotes within quotes because template literals use backticks instead
    • String interpolation, so you can embed JavaScript expressions right into your strings like this: ${code_goes_here}
  • A smart use of 'slides' class rather than changing the contents of a div everytime. I wouldn't have thought of this. nice work!

Pending Enhancements

  • Add a progress bar.
  • Let users review answers before submitting.
  • Give users a summary of their answers after they submit. Show what is the correct answer vs. telling that comething is wrong
  • Update the navigation to let users skip to any question number.
  • Add a countdown timer to see if people can beat the clock.
  • Only change the color style for the selected option and not all answer options in a question after submitting.
  • Remove all the inline style changes and start making use of css classes
  • Move the questions to a seperate repo and start using labels to choose the questions selectively.
  • Build a job chain to see if any of the questions are duplicated (implement the style similarity algorithm)
  • Add the questions from ML Coursera to here.

Good link on randomize

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.