mklkj/egzaminer

This package is abandoned and no longer maintained. No replacement package was suggested.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 4

Type:project


README

Build Status Coverage Status Scrutinizer Code Quality StyleCI Greenkeeper badge

Instalation

Via composer

$ composer create-project mklkj/egzaminer
$ cd egzaminer
$ npm install
$ gulp build
$ cp docs/config-examples/* config/

Then adjust the settings files in config/ to your preferences and import docs/database_mysql.sql tables.

Theme structure

theme/
├── main.js
├── main.scss
└── templates
    ├── admin
    │   ├── delete.twig
    │   ├── exam
    │   │   ├── add.twig
    │   │   └── edit.twig
    │   ├── index.twig
    │   ├── layout.twig
    │   └── question.twig
    └── front
        ├── error.twig
        ├── exam.twig
        ├── index.twig
        ├── layout.twig
        ├── list.twig
        └── login.twig