This repository will include the authoring tool to create questions for the videogular-questions plugin.
This will be a front end interface to allow generation of the required questions.json file used by this plugin.
npm install
can be run to install the npm dependencies.
The Videogular Questions modules specified in the bower.json
file have not been released yet.
To get them, clone their repositories and run bower link
in the root of each repository. Then, in the authoring-tool
directory, tell Bower to use your local copy:
$ bower link videogular-questions
Important: This will not work without doing this.
AngularJS files are JavaScript and therefore can be run on a normal Apache webserver.
To install this you must clone the repository to a location served by apache and then install the dependencies by running npm install
Once this has been performed the application will be able to be used.