News

Release of VPL 3.3

The development team of Virtual Programming Laboratory (VPL) for Moodle presents the 3.3 version of this plugin.

New or improved features in VPL 3.3

Syntax highlighter

The server based syntax highlighter has been removed, now all syntax highlighting is done in the browser using the Ace editor. This change extends to more than 50 the number of programming languages supported. This improve also will reduce the CPU load on the server. It has been also defined a syntax highlighter for the test cases definition file.

Editor

The editor has been updated using the last Ace code. This update will allow to use basic autocompleting in all languages, snipes in many and syntax checking in a few as PHP, JavaScript and CSS.

  • Now it’s possible to select the editor theme in the plugin setting.
  • The menu has now a button to unfold and fold less used options.
  • Now it is possible to delete multiply files using the new multi-delete button.
  • Now you can select the code font size. The size selected will be saved as user preference.
  • The activity description is now shown in a “Description” tab. The student can read the activity description while write code in one window.
  • The countdown timer can’t be hidden when the time left is less than five minutes.
  • The evaluate button now gives information about the number of automatic evaluations done and the grade reduction definition.

Default evaluation program

The default evaluation program has been improved trying to accomplish the common requests of the users of VPL. The new instructions are:

  • Fail message. This instruction set the text to show when the case fails. The input and output information is omitted.
  • Program to run: This instruction allows to replace, for this case, the student’ program for other one. For example, you can use this instruction to run static/dynamic analysis of the student code.
  • Program arguments. This instruction allows to send information to the student program (or “program to run”) as command line arguments. Notice that this instruction can be used with the input instruction.
  • Expected exit code. This instruction set the expected exit code of the program case execution. The test case is passed if the exit code match. Notice that the test case can be passed also if an output match.

Reducing grading marks by the number of automatic evaluations

The grade system has been enhanced with a penalization by automatic evaluation requests. A number of free evaluations can be also configured. Once the student uses the free evaluations the grade system will start to reduce its current mark. The reduction value can be fixed number or a percent. Every new evaluation will apply a new reduction to the current grade. These reductions are applied to automatic and manual evaluation.

Group/team VPL activities redesigned

The pre v 3.3 design of team’s activities has different drawback that need to be resolved. The main problem is that if you change a student group after submissions the submissions may be moved to other group with the student. In the new design the submissions belong to the group and not to a student. Now it is safe to remove or add students to a group at any moment, the submissions will remain in the group. The grade is assigned to the members of the group at the moment of been graded.

Check execution servers

Check execution servers now show the actual servers including the locals and based on ones. The report now also shows the list of current process running in the course.

Diff files

The diff files code has been rewrite to support the Ace editor as the way to show files side by side.

Download submissions

The “download submissions” button has been moved to the “submission llist” report. It has been added a new button to download all submissions including old versions. The zip file format has change to give more information including: full name of student, time of submission and evaluation details.

Reducing size of space used by submission

Due to how the submitted files are managed: created or deleted but not modified. This version includes the reuse of files of previous submission. This is achieved by reusing (linking) files of previous submission with same contents as new ones.

Using GUI programs

If you are planning to use languages with GUI capabilities as Java, C#, PHP, etc. it is highly recommended to use vncaccel to reduce the start time of the programs (see release of execution server 2.2.2)

Testing VPL

VPL is now tested using travis-ci. The tests include PHP Lint, PHP Mess Detector, Moodle Code Checker, CSS Lint, JSHint, PHPUnit tests and specific tests for the default Student's program tester. These tests alone do not correct bugs in the code, but are a first step to detect them.

Translations

Has been added the Brazilian translation thanks to Gabriel P. Silva UFRJ

Bug fixes

  • Adds timemodified field for compatibility with Moodle.
  • Fixes drop and paste problems.
  • Uses own copy of Jquery and Jquery-UI, this removes version problems.
  • Fixes problems reordering files.
  • Removes for students view the hints of grade reduction at the end of titles line of grader comments. The students could see hints in HTML before it is processed by JavaScript.
  • Fixes problem that avoid save new submissions when the name of requested files is changed.
  • Has been modified the table vpl_jailservers to remove the key of the server URL. This key with a field of 255 chars generate an error than abort the installation of VPL due to problems for reaching the limits of key size in MySQL some some char sets.

Updating VPL

If VPL is updated it is highly recommended to clean the browser's cache. The cache can mix JavaScript files from the previous version and generate errors for a while.

IMPORTANT NOTE!: If you update or restore activities to VPL 3.3 or higher from previous version and include teams’ activities whit submissions, you need to go to the list of “Virtual Programming Lab” activities and click on the “Check all” button (at the bottom of the report). This process will assign groups to the submissions.

 

 

Release of VPL 3.2

The development team of Virtual Programming Laboratory (VPL) for Moodle presents the 3.2 version of this plugin.

Changes from VPL 3.1.X

  • Supports of binary files
  • Improved the default scripts to run, debug and evaluate programming languages
  • Selection of ws or wss protocol has been moved to the client side
  • New edit features

New edit features

  • Supports of keyboard shortcuts in editor
  • List of keyboard shortcuts in "About"
  • Added support for clipboard in text console allowing copy and paste.
  • Added support for clipboard in VNC client. Available if using TigerVNC server.
  • Removed the size limits of VNC client
  • Added panel of list of files
  • Supports uploading by dropping files
  • Supports of decompression of zip files
  • Shows image files
  • Shows countdown of time remaining
  • Added support for tablets and mobiles in editor and console allowing the use of virtual keyboard (keyboard in screen)
  • Added support for comments in submissions
  • Used new version of ACE editor, including auto-completion feature.
  • Tested in Moodle 3.2 and Boost theme
  • Added script to check all supported languages (using ".all" extension)

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 execution server 2.1.1

Version 2.1.1 is a bug fixing release and is now available for download. This version fix a problem with the load of the certificate chain in SSL.

 

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)