Coder Social home page Coder Social logo

xeurun / quiz-client Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 5.47 MB

Quiz client for self testing

Home Page: https://xeurun.github.io/quiz-client/

License: GNU General Public License v3.0

JavaScript 49.15% CSS 10.20% HTML 37.85% Makefile 2.45% Dockerfile 0.35%
quiz quiz-app survey certification certification-exam certification-prep contributions-welcome webpack angularjs angular-material

quiz-client's Introduction

quiz-client's People

Contributors

aulisius avatar dependabot[bot] avatar xeurun avatar

Stargazers

 avatar

Watchers

 avatar

quiz-client's Issues

Performing "tags" key

WIP

Need add handling "tags" in json file (in headers block it means available tags, in questions block mean question tags)

Fix parsing JSON questions with empty hint

Valid JSON for Example:

{
   ...
  "questions": [
    {
       ...
      "hint": "hint for question"
    }
  ]
}

If filled field hint as empty, then parsing the questions throw error and will not work.

Not valid JSON:

{
   ...
  "questions": [
    {
       ...
      "hint": ""
    }
  ]
}

Dark theme

Describe the solution you'd like
Need to add the ability to enable a dark theme

Angular 8+

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Need rewrite app using angular 8+ version

Describe alternatives you've considered

Additional context

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.