Git Product home page Git Product logo

moodle-mod_vpl's Introduction

VPL - Virtual Programming Lab for Moodle 2

VPL is a programming assignment management system that lets edit and execute programs and enable the automatic and continuous assessment.

This software is distributed under the terms of the General Public License (see http://www.gnu.org/licenses/gpl.txt for details)

This software is provided "AS IS" without a warranty of any kind.

For more detail access the web site http://vpl.dis.ulpgc.es

Tables

  • table: mdl_vpl_code_recording_log (add)
Column Name Type Comment
id int
cmid int Course Module ID stored in mdl_course_modules table as ID used look where a module was instantiate in a course
vpl int VPL ID stored in mdl_vpl table as ID for the programming Lab
userid int User ID stored in mdl_user as ID for the participant of course
daterecorded unix timestamp Data/time for the recording in unix timestamp
code json list Logging from VPL environment

The field "code" registers the interaction with the VPL enviroment in the format [interaction_1, interaction_2, ...., interaction_N ], where each "interaction_N" is defined as follow:

{
  startTime: ${unix timestamp in mili-seconds when the user start the interaction},
  elapsedTime: ${duration in mili-seconds of the interaction},
  files: [file-record1, file-record_2, ..., file-record_M]
}

files: [file-record_1, file-record_2, ..., file-record_M] containts the list of files that have been modified by the interaction, where each "file-record_1" is defined as follow:

{
  fileName: ${file name},
  content: ${content of the file}
}

moodle-mod_vpl's People

Contributors

barak avatar danielneis avatar ektich avatar geiser avatar jcrodriguez-dis avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.