Ciao a tutti sono nuovissimo nel forum.
Ho appena scoperto l'esistenza di questo software.
Qualcuno sa aiutarmi?
Volevo capire se è possibile creare dei videocorsi da poter seguire quando si vuole e senza avere relazioni con altre persone (neanche dello stesso corso).
Un grazie anticipato
Beppe
info su moodle
Numero di risposte: 6Re: info su moodle
Con Moodle puoi organizzare il corso come vuoi, anche senza relazioni tra partecipanti.
Re: info su moodle
Come faccio a creare un video corso?
Re: info su moodle
Non mi pare che ci siano strumenti di default per creare videocorsi, però puoi trovare nell'area download tanti moduli e plugin da aggiungere.
Io ad esempio, ho trovato Vidotutor; se trovi qualche cosa di interessante scrivilo qui, perché anche io ne sono alla ricerca.
Io ad esempio, ho trovato Vidotutor; se trovi qualche cosa di interessante scrivilo qui, perché anche io ne sono alla ricerca.
Re: info su moodle
Io sto sperimentando questo
http://moodle.org/mod/data/view.php?d=13&rid=3638&filter=1
mi sembra che abbia buone potenzialità...
http://moodle.org/mod/data/view.php?d=13&rid=3638&filter=1
mi sembra che abbia buone potenzialità...
Re: info su moodle
Ti ringrazio, Chiara!
Sembra davvero interessante, ma...
L'ho installato, ma quando provo ad aggiungere un'attività di tipo 'Presenter', ottengo questo errore:
Parse error: syntax error, unexpected T_STRING in /var/www/vhosts/#######/httpdocs/lib/moodlelib.php(5545) : eval()'d code on line 1
Ho visto che nelle note di installazione dice:
"The import functionality needs 'xmlreader' in order to function properly. Please make sure that 'xmlreader' is enabled on your server.
Please make sure you have the 'php_zip' extension enabled. If it is disabled the presenter mod will try to run linux shell commands with exec to zip/unzip."
Ho controllato e ho xmlreader abilitato.
Anche l'estensione php_zip sembrerebbe esserlo; In Amministrazione->Server->PHP info leggo:
penso che sia questa l'estensione php_zip che deve essere abilitata; sbaglio?
Che altro può essere?
grazie!
Sembra davvero interessante, ma...
L'ho installato, ma quando provo ad aggiungere un'attività di tipo 'Presenter', ottengo questo errore:
Parse error: syntax error, unexpected T_STRING in /var/www/vhosts/#######/httpdocs/lib/moodlelib.php(5545) : eval()'d code on line 1
Ho visto che nelle note di installazione dice:
"The import functionality needs 'xmlreader' in order to function properly. Please make sure that 'xmlreader' is enabled on your server.
Please make sure you have the 'php_zip' extension enabled. If it is disabled the presenter mod will try to run linux shell commands with exec to zip/unzip."
Ho controllato e ho xmlreader abilitato.
Anche l'estensione php_zip sembrerebbe esserlo; In Amministrazione->Server->PHP info leggo:
Zip | enabled |
Extension Version | $Id: php_zip.c,v 1.1.2.43 2008/01/18 00:51:38 pajoye Exp $ |
Zip version | 1.8.11 |
Libzip version | 0.8.0-compatible |
penso che sia questa l'estensione php_zip che deve essere abilitata; sbaglio?
Che altro può essere?
grazie!
Re: info su moodle
Aggiornamenti.
L'errore che ho postato sopra lo ottengo nella finestra 'import presenter' non appena aggiungo un'attività 'Presenter'. Poiché non ho intenzione di importare alcuna presentazione, il problema è marginale.
Però, una volta impostata la presentazione, quando provo a lanciarla, il video va, ma ottengo prima tutti questi errori:
Notice: Undefined property: object::$playerVolume in ###/httpdocs/mod/presenter/view.php on line 109
Notice: Undefined variable: presentationWidth in ###/httpdocs/mod/presenter/view.php on line 120
Notice: Undefined variable: ch in ###/httpdocs/mod/presenter/chapterlib.php on line 81
Notice: Trying to get property of non-object in /httpdocs/mod/presenter/chapterlib.php on line 81
Notice: Undefined variable: ch in /httpdocs/mod/presenter/chapterlib.php on line 82
Notice: Trying to get property of non-object in /httpdocs/mod/presenter/chapterlib.php on line 82
var loc='view.php?noplay=1&open=1&id=29&chapterid=1'; var xmlHttp; function chapterCompleted(course, user, chapter, presenter) { xmlHttp = GetXmlHttpObject(); if (xmlHttp == null) { alert ("Browser does not support HTTP Request"); return; } volume = $f("player").getVolume(); $f("player").stopBuffering(); var url = "http://###" + "/mod/presenter/ajax.php?course=" + course + "&user=" + user + "&chapter=" + chapter + "&presenter=" + presenter + "&volume=" + volume; xmlHttp.Xonreadystatechange= function() { if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete") { var r = xmlHttp.responseText;if (loc != '') { location.href = loc; } } }; xmlHttp.open("GET",url,true); xmlHttp.send(null); } function chapterCompletedYoutube(course, user, chapter, presenter) { xmlHttp = GetXmlHttpObject(); if (xmlHttp == null) { alert ("Browser does not support HTTP Request"); return; } //ytplayer should alreaby be instantiated volume = ytplayer.getVolume(); var url = "http://###" + "/mod/presenter/ajax.php?course=" + course + "&user=" + user + "&chapter=" + chapter + "&presenter=" + presenter + "&volume=" + volume; xmlHttp.Xonreadystatechange= function() { if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete") { var r = xmlHttp.responseText;if (loc != '') { location.href = loc; } } }; xmlHttp.open("GET",url,true); xmlHttp.send(null); } function GetXmlHttpObject() { var xmlHttp=null; try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); } catch (e) { //Internet Explorer try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } } return xmlHttp; }
Notice: Undefined variable: slideHeightDiv in /httpdocs/mod/presenter/view.php on line 534
Notice: Trying to get property of non-object in /httpdocs/mod/presenter/chapterlib.php on line 119
Notice: Undefined variable: summary in /httpdocs/mod/presenter/view.php on line 663
Che è?
Chiara, a te invece funziona tutto senza problemi?
L'errore che ho postato sopra lo ottengo nella finestra 'import presenter' non appena aggiungo un'attività 'Presenter'. Poiché non ho intenzione di importare alcuna presentazione, il problema è marginale.
Però, una volta impostata la presentazione, quando provo a lanciarla, il video va, ma ottengo prima tutti questi errori:
Notice: Undefined property: object::$playerVolume in ###/httpdocs/mod/presenter/view.php on line 109
Notice: Undefined variable: presentationWidth in ###/httpdocs/mod/presenter/view.php on line 120
Notice: Undefined variable: ch in ###/httpdocs/mod/presenter/chapterlib.php on line 81
Notice: Trying to get property of non-object in /httpdocs/mod/presenter/chapterlib.php on line 81
Notice: Undefined variable: ch in /httpdocs/mod/presenter/chapterlib.php on line 82
Notice: Trying to get property of non-object in /httpdocs/mod/presenter/chapterlib.php on line 82
var loc='view.php?noplay=1&open=1&id=29&chapterid=1'; var xmlHttp; function chapterCompleted(course, user, chapter, presenter) { xmlHttp = GetXmlHttpObject(); if (xmlHttp == null) { alert ("Browser does not support HTTP Request"); return; } volume = $f("player").getVolume(); $f("player").stopBuffering(); var url = "http://###" + "/mod/presenter/ajax.php?course=" + course + "&user=" + user + "&chapter=" + chapter + "&presenter=" + presenter + "&volume=" + volume; xmlHttp.Xonreadystatechange= function() { if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete") { var r = xmlHttp.responseText;if (loc != '') { location.href = loc; } } }; xmlHttp.open("GET",url,true); xmlHttp.send(null); } function chapterCompletedYoutube(course, user, chapter, presenter) { xmlHttp = GetXmlHttpObject(); if (xmlHttp == null) { alert ("Browser does not support HTTP Request"); return; } //ytplayer should alreaby be instantiated volume = ytplayer.getVolume(); var url = "http://###" + "/mod/presenter/ajax.php?course=" + course + "&user=" + user + "&chapter=" + chapter + "&presenter=" + presenter + "&volume=" + volume; xmlHttp.Xonreadystatechange= function() { if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete") { var r = xmlHttp.responseText;if (loc != '') { location.href = loc; } } }; xmlHttp.open("GET",url,true); xmlHttp.send(null); } function GetXmlHttpObject() { var xmlHttp=null; try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); } catch (e) { //Internet Explorer try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } } return xmlHttp; }
Notice: Undefined variable: slideHeightDiv in /httpdocs/mod/presenter/view.php on line 534
Notice: Trying to get property of non-object in /httpdocs/mod/presenter/chapterlib.php on line 119
Notice: Undefined variable: summary in /httpdocs/mod/presenter/view.php on line 663
Che è?
Chiara, a te invece funziona tutto senza problemi?