News
Release of VPL 3.1.2
The development team of Virtual Programming Laboratory (VPL) for Moodle present the 3.1.2 version of this plugin.
Changes from VPL 3.1.1
- Added global configuration setting for use a proxy to access from the Moodle server to the execution servers (Contributed by Max Maff)
- Added global configuration setting for set the type of WebSocket (wss or ws) used from browser to the execution servers (contributed by José Norberto Guiz Fernandes Corrêa):
- Use ws or wss when it using http or https
- Use always wss
- Use always ws
- Fixed the bug that prevented to ask confirmation to user before abandom the page when files has been changed.
Release of VPL 3.1.1
The development team of Virtual Programming Laboratory (VPL) for Moodle present the 3.1.1 version of this plugin.
Changes from VPL 3.1
his version is an update of VPL 3.1 to be fully compatible with Moodle 2.7 and 2.8. This version use the new log/event system and updates the obsolete functions to the new one. There is no new or improved feature.
It is recommended to upgrade the jail servers to the last version (At this moment vpl-xmlrpc-jail 2.1)
Release of VPL execution server 2.1
The VPL development team is proud to announce the public release of the VPL execution server (vpl-jail-service) 2.1. This new version is compatible with the plugin VPL 3.X, incorporates a new firewall feature, improves the logging system and fixes some errors of previous version.
The new version is available from the download page. You also can access the sources at github https://github.com/jcrodriguez-dis/vpl-xmlrpc-jail/tree/2.1
It is recommended to update previous 2.x jail servers to this new version. To update, follow the regular installation instructions. The installer (install-vpl.sh) will auto detect the old installation and will update it. If you wish, you can use the new firewall feature modifying the configuration file (see the "Execution server configuration" article at documentation section).
Video about how to create a VPL activity on Moodle
Dominique Thiebaut has published on Youtube a nice video about how to create a customized VPL activity to evaluate a Java program submitted by a student.
Release of VPL 3.0
The development team of Virtual Programming Laboratory (VPL) is proud to present the 3.0 version of this module for Moodle. This version involves significant changes centered on removing the dependence of the Java applet technology and the replacement of the network architecture.
News and improvements in version 3.0
- The editor and console based on Java applet has been replaced by software that uses JavaScriipt, Ajax, HTML5 and WebSocket
- The new editor supports syntax highlighting for many languages.
- Use graphical environment for executing Java and C# applications that require it.
- Can be used directories on the required files, execution files or the files submitted by students
- Now ddd is the default debugger for C, C++ and Java.
- Has been removed the need to open ports on the Moodle server, allowing to use the VPL module without changes on the host system.
- The new system supports clusters of servers without any special configuration.
- The control of the execution is now asynchronous, reducing drastically the server workload.
- It is possible to run graphical applications using an integrated VNC client.
- It is possible to use encrypted connections (https and wss) with execution servers (jail servers)
- Improved the way that is limited the memory used in executions.
- Removed the use of xinetd.
Compatibility and Update
The module is compatible with Moodle 2.3, 2.4, 2.5 and 2.6. VPL version 3.0 is compatible at data level and backups, with the 2.X versions of VPL. This new version requires execution servers with vpl-jail-system 2.0. To update the module follow the usual steps when updating a module in Moodle. For execution servers it is recommended to reinstall from scratch.
Requirements
A basic system that allows editing and execution of programs required a Moodle server with VPL module installed and at least one execution server (jail server) with vpl-jail-system 2.0.
Editing code and execution on client requires a browser that supports HTML5 and WebSocket. The module has been successfully tested on the latest versions of IExplorer, Chrome, FireFox, Opera and Safari.
The service of execution (vpl-jail-system 2.0) is compatible with the latest versions of Ubuntu and CentOS and has been tested on Ubuntu 10.x, 12.x 13.xy in CentOS 6.5, both 32 and 64 bits.
Known Issues
• The encrypted connection with self-signed certificates don't work in IExplorer and Safari.
• In tablets and phones, although editing and execution of textual and graphical programs are possible, text input during execution is unavailable because the keyboard is not displayed.