GISMO displaying data problem

GISMO displaying data problem

autor student std -
Počet odpovědí: 5

Hi everybody,

I have successfully installed the GISMO block, I have added it to a test course, created users and made some access to the course resources, but when I open the GISMO interface and want to display data, a message is shown “Cannot proceed with the analysis beacuse there isn't any data to work on! “, I made a select * for some tables that must had been added automatically to the moodle Data Base but the answer for the request is “ table XXXX doesn’t exist, shall I add these tables manually? Or is there any additional steps to perform with the installation ?

Průměr hodnocení: -
V odpovědi na student std

Re: GISMO displaying data problem

autor Yvonne Hamilton -

Hi, I am playing with this plugin at the moment also.

I'm not sure about your database queries but the plugin collects data overnight. To get mine to run I manually ran the cron (as it wasn't auto on my test server) then did the following as stated on the Gismo website...

http://gismo.sourceforge.net/installation.html

IMPORTANT: FIRST RUN OF THE DATA EXPORTER: 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 daily by a script that, depending on the setting of your
Moodle cron script, runs during the night between 02.00 and 04.00 (server time).
When you install the Gismo software the fist time, if you don't want to wait
the next day to see the result, you can lunch this script by hand
at this address:

MOODLE_MAIN_URL/blocks/gismo/lib/gismo/server_side/export_data.php

did you try that?

I notice it doesn't include the new (2.4) assignments in its data but its seems pretty great so far in testing. The developers reckon they will make a 2.5 version sometime between July and Sept 2013 so that will be good.

Let me know how your testing goes! Did you look at MOCLog also as that seems to be a global analytical tool ( I haven't installed that yet)

Regards,

Yvonne

V odpovědi na Yvonne Hamilton

Re: GISMO displaying data problem

autor Christian Milani -
Obrázek: Plugin developers

Hello,

after a LOOOONG time (I started this project in 2004 and many others worked on it after me) I re-started working on GISMO.
I just updated the block to work on moodle 2.3/2.4/2.5 and I did add the charts for new assignments type.

you can download it from sourceforge:
http://gismo.sourceforge.net/

If you find any problem just contact me (http://gismo.sourceforge.net/contact.html)

V odpovědi na Christian Milani

Re: GISMO displaying data problem

autor nessrine ness -

Good Morning,

I'm trying to work with Gismo on Moodle 2.4 on local machine , implémentation is ok but lunching exporting is impossible , because that message 

" GISMO - export data (start)!

Nothing to be purged, logs never expire!

Export courses with gismo block logs Error: there isn't any course at the moment. [ File: '/var/www/moodle/blocks/gismo/lib/gismo/server_side/GISMOdata_manager.php', Function: 'sync_data', Line: '199' ]

GISMO - export data (end)!"

please answer me i have to finish with this soon mrzutost 

Thanks

V odpovědi na Yvonne Hamilton

回复: Re: GISMO displaying data problem

autor anna chen -

Hi teacher, I am not sure wheather my questions could reach you.But it is great if u repply me.I am just learn to use GISMO.

My questions is,

1. does it run normally to use GISMO in Moodle 2.4 and windows system?

2.I have installed this plugin successful and launch the exporter.php by hand.But the problem is the script is runing and runing and ruing ,and I do not know when it stop,did I have some wrong?

 

Please help me!Many Thanks~~

 

V odpovědi na student std

Re: GISMO displaying data problem

autor Christian Milani -
Obrázek: Plugin developers

Hello,

do you have any mdl_gismo_* tables in your database?

if not try to uninstall-reinstall the block...

if yes just run the exporter manually as Yvonne perfectly explained