Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Submit text entry value to LMS?

New Here ,
Apr 13, 2016 Apr 13, 2016

Is it possible to create a text entry box which, when the user clicks a button, submits the text entry value to the LMS?

499
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 13, 2016 Apr 13, 2016

TEB has an associated variable. Whether the var will show up in the LMS

depends on the LMS.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 13, 2016 Apr 13, 2016

You can write the value to cmi.comments (SCORM1.2) or cmi.comments_from_learner.n.comment (SCORM 2004).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 13, 2016 Apr 13, 2016

Thank you!

When you say "write the value" do you mean with a custom JS script?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 13, 2016 Apr 13, 2016

You will need to use JavaScript to make the SCORM call.

Which SCORM version and output are you using?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 13, 2016 Apr 13, 2016

I'm currently not using an LMS, but will be soon.

I am trying to find out if this is indeed possible and, if so, how much custom JS coding it will involve.

In all likelihood I will be using xApi.

In that case, are there generic SCORM calls that could be written, or would they have to be written with prior knowledge of the specific LMS configuration?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 13, 2016 Apr 13, 2016

The SCORM calls are the same for all LMS's that are SCORM compliant. The prefix variable for the SCORM API is different.

The 1.2 API is named "API", the 2004 API is named "API_1484_11".

Don't ever use xAPI.

It's just one or two lines of code to make the calls.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 13, 2016 Apr 13, 2016

Thanks TLCMediaDesign, you've been extremely helpful!

Could you point me to a resource that explains how to do this type of JS/SCORM coding with Captivate?

Also, why do you suggest not using xApi?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 13, 2016 Apr 13, 2016

I don't actually know of any.  Rustici is a good place the find the SCORM calls.

SCORM - SCORM Explained

We use SCORM 1.2 90% of the time because it is simple and does what we want it to do.

2004 is way more complicated and not fully implemented by LMS vendors.

xAPI is good if you need the users to be able to continue their training off-line and have their progress continue when they get back on-line.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 13, 2016 Apr 13, 2016

Thank you!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 30, 2016 Nov 30, 2016

I am looking to get data from a text entry box in Captivate. It looks like I can pull a few API Calls in our LMS but I am unsure how to get the text entry box data into the APIs? Would you be able to help me figure out what the javascript needs to look like? I am using Scorm 1.2.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 30, 2016 Nov 30, 2016
LATEST

TLCMediaDesign​

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources