knpuniversity/activity-runner

Executes Twig & PHP activities in a safe manner

0.4 2015-10-07 15:45 UTC

This package is auto-updated.

Last update: 2024-03-18 01:30:37 UTC


README

Build Status

Usage

Setup a web server or start the built-in web server:

cd web
php -S localhost:8000

Grading is done via an API. But there is also a web interface to help grade and create activities:

Authoring Tool

To help create challenges, go to the authoring tool:

http://localhost:8000/author

Here, enter the full path to a challenge class filename on your filesystem. The next page will allow you to play with the challenge and test it.

Contributing

Isses and feature requests go to GitHub Issue Tracker. Pull requests are very welcome, as always!

Running the Tests

Activity Runner uses PHPUnit for tests. Simply execute PHPUnit from the project's root directory:

$ phpunit

License

KnpUniversity Activity Runner is released under the MIT License. See the bundled LICENSE file for details.