UJM-dev / ExoBundle

A Claroline plugin to create exercises
Other
5 stars 12 forks source link

Exercice player #117

Closed pitrackster closed 8 years ago

pitrackster commented 8 years ago

add graphical question type to angular player and angular correction view

stefk commented 8 years ago

@pitrackster, the build could be fixed by changing that line:

- cp -R vendor/claroline/dev-bundle/Claroline/DevBundle/Resources/travis/app/* app

to:

- cp -R vendor/claroline/dev-bundle/Resources/travis/app/* app

(the dev bundle has switched to PSR-4)

pitrackster commented 8 years ago

@stefk thanks for the tip !