简体   繁体   English

酒井SCORM支持

[英]Sakai SCORM Support

I've downloaded and setup sakai binary 11.1 and got it running on my local webserver. 我已经下载并设置了sakai二进制11.1,并使其在本地Web服务器上运行。 However, I've logged into sakai and I can't find anywhere where I can upload a SCORM package into it. 但是,我已经登录了sakai,在任何可以将SCORM软件包上载到其中的地方都找不到。

Does Sakai have a built-in way to upload/view SCORM 1.2 or 2004 content? Sakai是否有内置的方式来上传/查看SCORM 1.2或2004内容?

Based on my googling, I suspect that the answer to that question is no. 根据我的谷歌搜索,我怀疑该问题的答案是否定的。 However, I did come across these instructions for adding SCORM support to sakai: 但是,我确实遇到了以下向sakai添加SCORM支持的说明:

https://confluence.sakaiproject.org/display/SCORMPLAYER/Sakai+SCORM+player+installation+guide https://confluence.sakaiproject.org/display/SCORMPLAYER/Sakai+SCORM+player+installation+guide

I went to the provided github repository , checked out the code, and tried to build it. 我去了提供的github仓库 ,签出代码,并尝试构建它。 I got the following maven errors: 我收到以下Maven错误:

Non-resolvable parent POM: Could not find artifact org.sakaiproject:master:pom:11-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 13 -> [Help 2]

My best guess is that I need to have the full sakai 11 source code checked out in order to build the sakai SCORM support. 我最好的猜测是,我需要检出完整的sakai 11源代码才能构建对sakai SCORM的支持。 I would really prefer to use the binary distribution from sakai instead of building my own copy of sakai. 我真的更喜欢使用sakai的二进制发行版,而不是构建自己的sakai副本。 Is building my own copy of sakai the only way to get SCORM support? 建立自己的Sakai副本是获得SCORM支持的唯一方法吗? Or does this error message mean something else? 还是此错误消息意味着其他内容? Or is there a different free plugin which I could use? 还是我可以使用其他免费插件? I do not have the ability to buy one of the SCORM cloud or rustici plugins. 我没有能力购买SCORM云或Rustica插件之一。

No, Sakai doesn't come with a SCORM player; 不,Sakai没有SCORM播放器。 however, several have been contributed and are in use. 但是,有一些已被贡献并正在使用中。 Google for Sakai SCORM to find them. Sakai SCORM的 Google上找到它们。

The one we've used with Sakai 10 is the one currently maintained by EDIA . 我们与Sakai 10一起使用的是EDIA当前维护的一种 Installing it with Sakai 11.x is easy, if you're already building Sakai from source: check out its source code from GitHub, switch to the right branch, add a line in Sakai's main pom.xml to point to it, and recompile Sakai - see the installation instructions for details. 如果您已经从源代码构建Sakai,则使用Sakai 11.x进行安装很容易:从GitHub中检查其源代码,切换到右侧分支,在Sakai的主pom.xml添加一行以指向它,然后重新编译酒井-有关详细信息,请参阅安装说明 We have a permissions issue with it though: only admin is able to install SCORM packages and that appears to be due to a bug. 不过,我们有一个权限问题:只有admin才能安装SCORM软件包,这似乎是由于错误所致。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM