There are students with certain disabilities which hinder the development of written activities, such as those that are disabled, having a broken arm, progressive loss of vision ... This project proposes the possibility of carrying out activities in audio format which is a format with many possibilities and some advantages with respect to video format. The documents generated must have a structure that allows browsing through the different sections (like the daisy books) to gain access to a particular activity, and not be forced to listen to it without interruptions.
The minimum requirements for running audioBox are:
- Ruby 1.9.3
- Rails 3.2 or bigger
- A database (e.g. MySQL or SQLite)
Follow the following steps:
- Extract audioBox.zip and cd to the newly created folder
- Update your bundle: $ bundle
- Create a database and schema: $ rake db:migrate
- Start the webserver: $ rails server
- Point your browser to http://localhost:3000/
- Enjoy!
- Fork it ( https://github.com/uoc/audiobox/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Copyright (c) 2014 Universitat Oberta de Catalunya. See LICENSE.txt for further details.