摘录 SCORM 测验问题
我希望从测验中提取测验数据(问题),并需要 SCORM 容器中的数据。我怎样才能得到这个......请帮助我这个案子......
问候
Arun Krishnan G
I'm looking to extract the Quiz data(Questions) from a quiz and need the data out of the SCORM container. How can i get that....Please help me n this case..
regards
Arun Krishnan G
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案取决于问题的存储位置。
有时,内容存储在 xml 或 js 文件(如 json)中,甚至存储在内容播放器外部的 txt 文件(通常是 swf)中。在这种情况下,您只需解压 scorm .zip 并找到正确的内容文件。
有时,内容是在 swf 内容播放器内编译的。因此,如果您检查了上面列出的 scorm zip 中的所有其他文件,但没有一个包含您需要的内容,则您必须使用 Trillix 等 swf 反编译器来访问 swf 中的动作脚本。
The answer depends where the questions are stored.
Sometimes content is stored in an xml or js file (as json) or even a txt file outside of the content player (usually a swf). In that case you just extract the scorm .zip and find the right content file.
Sometimes the content is compiled inside a swf content player. So if you check all those other files inside the scorm zip listed above and none of them has the content you need, you'll have to use a swf decompiler like Trillix to access the actionscript inside the swf.