Modules and plugins

RSS
Página: ()  1 ...  543  544  545  546  547  548  549  550  551  552  553  554  555  556  557  558  559  560 ...576   ()

Other: WebCT CE4 import

Type: Other
Requires: Moodle 1.6 or later
Status: Contributed
Maintainer(s): Ashley Holman

WebCT CE4 includes a "Content Migration Utility" which exports courses in an unencrypted XML format. This add-in enables these to be imported as Moodle courses, and transfers most of the content across: webpages, documents, self-tests, quizzes, glossaries, image databases, content modules, organiser pages, resources, calendars. (The quiz migration is far from perfect as yet, because the data structures involved are complex.) Please note: WebCT's standard "course backup" feature encrypts the files so they are unusable externally. Only courses exported with the "Content Migration Utility" can be imported.

This entry was originally submitted by Dan Stowell and now being maintained by Ashley Holman.




Record added by Ashley Holman - domingo, 26 de marzo de 2006, 16:17
Last modified - martes, 15 de septiembre de 2009, 11:59
Imagen de Matthew West
por Matthew West - sábado, 20 de enero de 2007, 08:12
 

Thanks Dan! We got this up and running and in no time were able to import our WebCT courses. Without this script, our migration would have been hell.

Thank YOU!

Imagen de Clark Shah-Nelson
por Clark Shah-Nelson - sábado, 10 de noviembre de 2007, 05:41
 

This is great! I'd like to make it so that faculty members can use this to import their own course exports. Is there a way to change it to give them access without making them administrators?

thanks!
clark

Imagen de Huw S
por Huw S - miércoles, 19 de diciembre de 2007, 19:46
 

Seems to have a slight problem with windows when moving files to moodle, maybe a good reason to migrate some systems to linux hopefully. Simple fix tho is to change the copyEnsureFolder function in lib.php from:

$currdir .= '/' . $part;

to instead say:

if ($currdir != '')
$currdir .= '/' . $part;
else
$currdir = $part;

beyond that its proven very useful.

Imagen de Eugene Voevodin
por Eugene Voevodin - miércoles, 9 de enero de 2008, 18:57
 

I tried this module on Moodle 1.9 and had quizzes not to import correctly. Can anyone tell me if this module works on 1.9? Maybe I've just tried wrong version?

Imagen de Huw S
por Huw S - miércoles, 16 de enero de 2008, 21:16
 

In addition to my previous change for windows if your using MsSQL then instances of the addslashes($input) function need to be replaced with something like str_replace($input,"'","''") because of the wonderful way m$ makes things.

Imagen de Clark Shah-Nelson
por Clark Shah-Nelson - jueves, 3 de abril de 2008, 04:48
 

We're looking into how to change this so that the webct assignments are turned into "advanced uploading of files" instead of "single file upload" assignments in Moodle. Anyone have any info? I don't even know where to start.

Imagen de Scott Adams
por Scott Adams - jueves, 26 de febrero de 2009, 00:03
 

we setup up webctimport on our moodle and have run into a problem. The problem is it is trying to access moodledata/incoming instead of webctimport/incoming and then it says that it cannot find moodledata/incoming, which is there and has full rwx for ugo, we are running moodle on RHEL 5.2. I have tried eveything but no success here. Any help would be appreciated.


Página: ()  1 ...  543  544  545  546  547  548  549  550  551  552  553  554  555  556  557  558  559  560 ...576   ()