a3020 / quiz
Create a quiz based on Slim, Bootstrap, JSON and Twig.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
Type:project
Requires
- php: >=5.5.0
- jbroadway/urlify: ^1.0
- monolog/monolog: ^1.13
- shameerc/slim3-aura-di: dev-master
- slim/flash: ^0.1.0
- slim/slim: 3.1.*
- slim/twig-view: ^1.1
This package is auto-updated.
Last update: 2024-11-09 21:57:49 UTC
README
Requirements
- PHP 5.5+
- Composer
Description
There are three templates included: list, quiz and score. A user can only submit a quiz once. The score is saved in a session.
It's possible to add new quizzes by adding a new json file to the /data directory. An example quiz (example-quiz.json) is included. It's only possible to add multiple choice questions.
This package is meant as a starting point that can be easily modified.
Software
Built with:
- Slim Framework 3
- Twitter Bootstrap 3
- JSON
- Urlify