Giter VIP home page Giter VIP logo

open-certification-trainer's People

Contributors

digitalflow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

open-certification-trainer's Issues

Random order Questions / Answers

Hello,

Thank you for your repo! Looks really neat.

Just had one question:

Does this repo have any support to randomly order questions and answers?

For instance, an input of:

  • question 1
    A.
    B.
    C.
    D.
  • question 2
    A.
    B.
    C.
    D.

Could have an output of

  • question 2
    B.
    A.
    C.
    D.
  • question 1
    A.
    C.
    D.
    B.

or any possible other orderings?

I hope my question makes sense, and I want to thank you again for your time and your repo.

Default password

Hello, can i ask for default admin password?
and the encryption type it encrypt password
Thanks,

execute dataBaseSchema error

  • I install PostgreSQL successed. v.10
  • Open pgAdmin 4
  • Create new DB: certification success.
  • Open query tool after created db. Then open file: dataBaseSchema.
  • Press F5 to execute script and I get the error below
ERROR:  syntax error at or near "f39f13b4"
LINE 140: f39f13b4-b8c6-4013-ace6-087a45dbd23d root [email protected] ...
          ^
SQL state: 42601
Character: 3370

Please help me how I can fix it.

Thanks.

Thanks!

I was pursuing the same concept recently - your solution is beautiful! I'll be using this to revise for future exams, thank you.

Large sessions fail

Sessions for large certifications exceed the default body parser limit, which leads to the assessment not being able to be saved and finished properly.

The limit should be fixed using following code:

app.use(bodyParser.json({ limit: "10mb" }));

Assessment: Auto Wrap Text

If a question text has lines that are too long, they should automatically wrap using line breaks.
Currently they just pass the width and are being cut off.

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.