Download the PHP package eko/certificationy without Composer
On this page you can find all versions of the php package eko/certificationy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eko/certificationy
More information about eko/certificationy
Files in eko/certificationy
Package certificationy
Short Description A library to create certification system
License MIT
Homepage http://github.com/certificationy/certificationy
Informations about the package certificationy
Certificationy
This is provides a complete system to build multiple choice question system. This is useful for any company that need to test an applicant, or to make a certification website/training tool.
How to use it?
Inside any PHP application
As usual, use composer to install the library:
Then, you need to load questions using a loader: for now only Yaml loaders are provided, but thanks to the Loader interface you can create your owns.
For instance, let's say you have created a Yaml file with some few questions:
Then you can do:
Then, for each question you can set user answers (as answers can be multiple):
At every moment, you can get the correct and wrong answers (non answered questions are wrong).
CLI tool
A CLI tool is available under the following repository: http://www.github.com/certificationy/certificationy-cli.
Please, help us to complete our official packs of questions!
You can submit PR with your own questions into the packs located under the Certificationy organization.
We provide packs for both PHP5 and Symfony certifications.
More we will have questions, the more powerful will be this tool!