Coder Social home page Coder Social logo

psmquiz's Introduction

Quiz Time

System for creating, managing and completing quizzes with free access.

Functionality

  • User registration
  • Ability to view and solve other user's tests
  • Various categories
  • Ability to filter by category and search by title
  • Keeping statistic for each user and each test
  • Interactive test editor
  • Fluid UX

Technologies

  • HTML, CSS, Vanilla JavaScript
  • Lit-html, Page
  • GitHub Pages, Back4app

Views (Pages)

  • Landing Page
  • Login/Register - registration with email, username and password.
  • Quiz Browser - list of tests and option to search by title and filter by category.
  • Quiz Details - additional description, test statistics, information about the author and option to start the test.
  • Quiz Contest Mode - answering questions, each question have separate view, option to skip questions, opportunity to restart the test.
  • Quiz Results - summary of the results, option to review the wrong answers.
  • Profile Page - information for created and completed tests.
  • Quiz Editor - integrated editor for tests, questions and answers.

Implementation

Data structure

Collections:

  • Users
{
    email: String,
    username: String,
    password: String
}
  • Sessions
{
    email: String,
    username: String,
    password: String
}
  • Quizzes
{
    title: String,
    category: String,
    questionCount: Number
}
  • Questions
{
    text: String,
    answers: Array<String>,
    answerIndex: Number,
    quiz:  Pointer<Quiz>
}
  • Solutions
{
    quiz: Pointer<Quiz>,
    correctIndex: Number
}

Access control

  • Guests can register, view the quiz catalog, quiz's details and users profiles.
  • Registered users can complete quizzes, view their results, create and edit quizzes.
  • Only the creator of a quiz can edit and delete it.
  • Each registered user can solve other user's quizzes.

psmquiz's People

Contributors

drnareshchauhan avatar

Watchers

 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.