Modules and plugins

RSS
पेज: ()  1 ...  559  560  561  562  563  564  565  566  567  568  569  570  571  572  573  574  575  576 ...593   ()

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 - रविवार , 26 मार्च 2006, 04:17 अपराह्न
Last modified - मंगलवार , 15 सितम्बर 2009, 11:59 पूर्वाह्न
Matthew West का चित्र
by Matthew West - शनिवार , 20 जनवरी 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!

Clark Shah-Nelson का चित्र
by Clark Shah-Nelson - शनिवार , 10 नवम्बर 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

Huw S का चित्र
by Huw S - बुधवार , 19 दिसम्बर 2007, 07: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.

Eugene Voevodin का चित्र
by Eugene Voevodin - बुधवार , 9 जनवरी 2008, 06: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?

Huw S का चित्र
by Huw S - बुधवार , 16 जनवरी 2008, 09: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.

Clark Shah-Nelson का चित्र
by Clark Shah-Nelson - गुरुवार , 3 अप्रेल 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.

Scott Adams का चित्र
by Scott Adams - गुरुवार , 26 फ़रवरी 2009, 12: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.


पेज: ()  1 ...  559  560  561  562  563  564  565  566  567  568  569  570  571  572  573  574  575  576 ...593   ()