Git Product home page Git Product logo

quizzer's Introduction

How to: run locally

config file in cd backend/config/config.json - username root, password 1234, database "quizzz".

  • cd backend
  • npm i
  • cd ..
  • cd client
  • npm i
  • cd ..
  • cd backend
  • npx sequelize db:migrate
  • npx sequelize db:seed:all
  • npm start
  • cd ..
  • cd client
  • npm start

Quizzer

A self-learning world-trivia app that focuses on user reputation to calculate question scores and probability of various scenarios.

Introduction

This is a World Trivia or quiz app built with React.js, nodejs and Sequelize mySQL.

Gameplay:

Motivation

The idea was to create somewhat of a self-learning mechanism for the app:

  • Collects various information about the users: scores, playtime, success rates in game, overall effort..
  • Lets users rate questions.
  • Ratings from users are weighed differently depending on their reputation and overall scorings, and rated questions get saved to the database.
  • Saved questions are served to clients during gameplay (instead of randomly generated questions from templates) based on chance that is correlated to their final scores, as well as the total amount of quesitons that are stored in the database.

The math basics

User-ratings weigh according to the following formula:

Score = [(Player A question rating) * (Player A final score) +... + (Player Y question rating) (Player X final score)] / [(Player A final score) + ... + (Player Y final score)]

Saved questions' chance to appear is resembled by the following:

Question chance = Question rating / All questions ratings combined

Difficulty

The game includes three difficulty levels, each level with it's own extra bit of challenge. The points users get when answering (both right or wrong answers) are determined by the difficulty level.

Leaderboards

The game has a leaderboards page that displays all players' highscores, dates and a few more informatics:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Current Contributors and credits

Koren BE

License

Korenisimo, 2021

quizzer's People

Contributors

korenezri avatar

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.