简体   繁体   English

如何从imsmanifest.xml中为目标设置描述

[英]How to set a descripton to an objective from imsmanifest.xml

I'm new on this SCORM 2004 3rd edition thing and i'm needing to add the description in every objective i create. 我是SCORM 2004第三版的新手,我需要在我创建的每个目标中添加说明。 http://www.examengine.net/help/LmsApiHelp/GetValueEnum.htm This makes me believe that i can create it from the js API but i want to know if i can create it from imsmanifest.xml http://www.examengine.net/help/LmsApiHelp/GetValueEnum.htm这使我相信可以从js API创建它,但是我想知道是否可以从imsmanifest.xml创建它

The SCO(s) was created on Articulate Storyline, normally i can't do objectives on it but triggering javascript i'm able to set it, but now I need to show de description from imsmanifest. SCO是在Articulate Storyline上创建的,通常我不能在其上做目标,但触发javascript即可设置它,但现在我需要从imsmanifest中显示说明。

I found this: 我找到了这个:

<imsss:objective objectiveID="obj_module_1" description=”This is the first objective of module 1.”>

but it doesn't work... 但这行不通...

I used this function to get it: 我使用此函数来获取它:

lmsAPI.GetObjectiveDescription("obj_module_1");

There isn't a description attribute for objectives in SCORM. SCORM中没有目标的描述属性。 The SCORM Content Aggregation Model (CAM) book lists the elements and attributes available for a manifest. SCORM内容聚合模型(CAM)本书列出了清单可用的元素和属性。 From what it lists the only attributes for 'objective' are objectiveID and satisfiedByMeasure . 它从中列出了“ objective”的唯一属性是objectiveIDsatisfiedByMeasure ( SCORM books here ) 这里有SCORM书籍

Unless your LMS is offering this as a feature beyond SCORM, it looks like the Javascript path is your only option. 除非您的LMS将此功能提供为SCORM以外的功能,否则似乎Javascript路径是您唯一的选择。

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

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