Giter Club home page Giter Club logo

quizsail's Introduction

QuizSail

Test Prep Engine—Run a live version at www.quizsail.com.

QuizSail contains a 240+ bank of questions for WGU C857 Software QA and a 700+ bank for WGU C191 Operating Systems.

The test prep engine uses a technique called assumed competency. This technique assumes that if you answer the question correctly the first time that you already know the answer. Because of this, it's running on sort of an honor system, so if the user is not sure what the answer is they should not enter any answer at all instead of guessing.

QuizSail's competency system works by holding a certain number of questions from the pool in-flight. Once the user has correctly answered a question in the in-flight state so many times in a row, the question is moved to the completed state and is not asked again. As long as the in-flight pool is full, the next question to appear is randomly selected from the questions in the pool that aged the most so that the same question is not likely to be asked twice in a row.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

  • node

Installing and Running

  • Clone this repo.
  • Run npm start.
  • Open your browser and enter http://localhost:3000/?

Deployment Notes

 docker build -t quizsail .
 docker run --mount 'type=volume,src=quizsail,dst=/usr/src/app/data' --restart=always -i -p 49000:3000 -d quizsail

Contributing

Use pull requests.

Authors

License

This project is licensed under CC BY-NC-SA 4.0.

quizsail's People

Contributors

jmatzen avatar skillallhumans avatar lfost42 avatar qualitymanifest avatar dependabot[bot] avatar

Stargazers

 avatar Akshara Chakavarti avatar Drew W Mercer avatar

Watchers

James Cloos 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.