使用Web服务将Scorm文件上载到Moodle中的课程

时间:2013-10-22 15:18:26

标签: web-services soap-client moodle scorm2004 joomdle

我已经使用joomdle WS“joomdle_create_course”使用Java客户端通过SOAP协议为Moodle创建了一个课程。之后,我在我的个人区域上传了一个带有WS“core_files_upload”的SCORM包文件。 现在我想通过WS链接这个Scorm文件和我的课程!!我该怎么办?

你知道“core_files_upload”的参数是什么(例如filearea,component,itemid,filepath ......)我必须使用它来存储Moodle中存储的确切路径中的文件?

非常感谢你!

1 个答案:

答案 0 :(得分:0)

您可以在moodle实例中找到API文档

<强> /moodle/admin/webservice/documentation.php

函数core_files_upload具有以下参数:

Array 
(
    [contextid] => int        
    [component] => string        
    [filearea] => string        
    [itemid] => int        
    [filepath] => string        
    [filename] => string        
    [url] => string        
)