简体   繁体   English

在 Scorm 中显示远程托管的视频/图像

[英]Display remote hosted video/image in the Scorm

I am a beginner on the Scorm.我是 Scorm 的初学者。 I want to access scorm content from a different server.我想从不同的服务器访问 scorm 内容。 a video/image is stored on s1 instance and accessing the content from an LMS via scorm which is hosted on a different instance, s2.视频/图像存储在 s1 实例上,并通过托管在不同实例 s2 上的 scorm 从 LMS 访问内容。

What needs to be modified in the scorm to make it accessible to the cloud-hosted scorm content?需要在 scorm 中修改哪些内容以使其可访问云托管的 scorm 内容?

I changed the content location path from imsmanifest.xml file.我从 imsmanifest.xml 文件更改了内容位置路径。 But still not access the cloud content.但仍然无法访问云内容。

The following steps are followed to update a Scorm content with cloud content.按照以下步骤使用云内容更新 Scorm 内容。

  1. Took a scorm package.拿了一个scorm package。
  2. Unzip the scorm package and changed an mp4 video content with cloud-hosted URL.解压 scorm package 并使用云托管的 URL 更改 mp4 视频内容。 Screenshot:截屏: 在此处输入图像描述
  3. Zip the scorm and upload on a Moodle LMS. Zip scorm 并上传到 Moodle LMS。
  4. Experiencing this error:遇到此错误: 在此处输入图像描述

It seems it is still taking the old path.它似乎仍在走老路。

Listing the file file in SCORM manifest file is just to tell the LMS what files to expect in the package (and I'm not even sure if Moodle's SCORM implementation uses that information at all, or just accepts what's in the package).在 SCORM 清单文件中列出文件文件只是为了告诉 LMS 在 package 中期望哪些文件(我什至不确定 Moodle 的 SCORM 实现是否使用该信息,或者只是接受包中的内容)。

For the video hosted outside the package to be accessed by the user, you need to use the full path in the HTML or javascript code used to display the video.对于 package 之外托管的视频供用户访问,您需要使用 HTML 或 javascript 代码中的完整路径来显示视频。

This isn't actually a SCORM issue, it's a run-of-the-mill HTML web page issue.这实际上不是 SCORM 问题,而是普通的 HTML web 页面问题。

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

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