EJSApp "private files" browser

Blocks ::: block_ejsapp_file_browser
Maintained by Ruben Heradio, Luis de la Torre
Adaptation of the standard Moodle block "My Private Files" to support the loading of state files generated by EjsS from their corresponding EJSApp activity.

EJSApp "private files" browser 1.4 (Build: 2017051503)

Moodle 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4
Released: Tuesday, 16 May 2017, 12:44 AM
#######################
# EJSApp File Browser #
#######################

https://zenodo.org/badge/latestdoi/18948/UNEDLabs/moodle-block_ejsapp_file_browser
DOI: 10.5281/zenodo.33842

1. Content
==========

This plugin is a small modification of the "Private Files" block of Moodle and lets your Java applets or Javascript
applications, created with Easy Java/Javascript Simulations (EJS) added to your Moodle course by means of the ejsapp
module, to store data files saved from these applets. It also includes a little AJAX feature that refreshes the files
block without refreshing the entire page.

The Java applets or the Javascript applications should have been created with version 5.1 (build 20150613 or later) of
EJS to work properly.

2. License
==========

EJSApp File Browser is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.

EJSApp File Browser is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.

The GNU General Public License is available on

3. Installation
===============

If you downloaded this plugin from github, you will need to change the folder's name to ejsapp_file_browser. If you
downloaded it from Moodle.org, then you are fine.

This is a block plugin for Moodle so you should place the ejsapp_file_browser folder in your /blocks folder, inside your
Moodle installation directory.

4. Dependencies
===============

This block needs the ejsapp module to be of any use. It works with version 1.3 (or later) of EJSApp. You can find and
download it at https://moodle.org/plugins/view.php?plugin=mod_ejsapp, in the plugins section in the
Moodle.org webpage or at https://github.com/UNEDLabs.

5. Authors
==========

EJSApp File Browser has been developed by:
- Luis de la Torre: ldelatorre@dia.uned.es
- Ruben Heradio: rheradio@issi.uned.es

at the Computer Science and Automatic Control Department, Spanish Open University (UNED), Madrid, Spain.

Version information

Version build number
2017051503
Version release name
1.4 (Build: 2017051503)
Can be updated to
1.4 (Build: 2018041300) (2018041300)
Maturity
Stable version
MD5 Sum
6ce0f5645cbf0e0c68c7e553433a9498
Supported software
Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.