GISMO

Blocks ::: block_gismo
Maintained by Christian Milani
GISMO, a graphical interactive student monitoring and tracking system that extracts tracking data from an online course maintained with Moodle, and generates graphical representations that can be explored by course instructors.

GISMO 3.3 (Build: 2014121500)

Moodle 2.7, 2.8
Released: Friday, 19 December 2014, 9:13 PM
===================================================================================
G I S M O

Version 3.3 - December 3, 2014

Università della svizzera italiana, Lugano, Switzerland

README
===================================================================================

0) Requirements

Gismo is primarily developed on the LAMP platform (Linux, Apache, MySQL and
PHP), we didn't test it in Windows environments.

The requirements for Gismo are:
- PHP v. 5.4.4
- MySQL 5.5.31
- Moodle 2.7.x

1) Setup

a) REMOVE OLD VERSION

Please remove any old version of the plugin.

b) INSTALL FILES

Please follow the standard procedure to install Moodle plugins:
- copy the gismo folder into the moodle blocks directory (MOODLE_DOCUMENT_ROOT/blocks)
- logon to moodle as administrator and visit the Notifications page
- configure the new settings page

With git:
git clone https://steveorulez@bitbucket.org/steveorulez/block_gismo.git gismo

c) LAUNCH DATA EXPORTER FOR THE FIRST TIME

Gismo needs to perform some computation on regular basis. The purpose of this
computation is to extract data from logs and derive aggregated information.

This computation is done by a scheduled task, by default it runs at 2am (server time)
but can be changed in Site Administration -> Server -> Scheduled tasks -> GIMSO data exporter task

When you install Gismo block and you don't want to wait
the next day to see the result, you can lunch this script manually (ONLY FROM CLI):

php blocks/gismo/lib/gismo/server_side/export_data.php?password=yourpassword

If you want to run behat acceptance tests please comment this line: define('CLI_SCRIPT', true);
in the file lib/gismo/server/side/export_data.php

2) Configuration

Gismo doesn't need any specific configuration. Everything runs out of the box.

3) Use

Please access your course as teacher and add a Gismo block instance, then follows instructions.

4) Further information

Please visit http://gismo.sourceforge.net/ for further information

5) Gismo is released under GPL version 3 License


The eLab Team

===================================================================================

Version information

Version build number
2014121500
Version release name
3.3 (Build: 2014121500)
Maturity
Stable version
MD5 Sum
5b3937920d35ee65e1ba49f725b39982
Supported software
PHP 5.4, PHP 5.5, Moodle 2.7, PHP 5.6, Moodle 2.8
  • Latest release for Moodle 2.7
  • Latest release for Moodle 2.8

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.