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

captivate 9 - save or export the text from a textbox.

Participant ,
Jan 11, 2016 Jan 11, 2016

Hi,

I'm using captivate 9.  I would like to get the user's/student's reflections on a topic, and store them for later marking or surveys etc.

Is there a way to do this?  It would not be possible to mark this at the time as the student's response will be free text to show their ideas.

Kind regards,

riesa

797
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 ,
Jan 12, 2016 Jan 12, 2016

I suppose you are talking about a Text Entry Box, not about a text caption?

Each TEB has an associated variable. Some LMS's will get variables in the reporting, but not all of them. You can also use JS to get the value of the variables and report them that way.

Common JS interface

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 ,
Jan 12, 2016 Jan 12, 2016

eg if I have a slide where I say to the user "what did you think of that last video, record your reflections briefly below", then do I make a variable that says if the box is not empty somehow copy and save the contents and go to the next slide etc?

i want to be able to look back on the studen'ts comments later. I'm sure I can't be the only one.  This must have been done before me.

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 ,
Jan 12, 2016 Jan 12, 2016

You can use cmi.comments (1.2) and cmi.comments from learner.n.comment (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
Participant ,
Jan 20, 2016 Jan 20, 2016

I don't think captivate 9 has thi cmi.comments (1.2) and cmi.comments from learner.n.comment (2004)s.  I'm a fairly new user. I can do some advanced actions.  Is what I want to do actually possible? Ive seen others on the net asking the same question but no easy to follow answers have arisen which makes me think that maybe it is not possible.

Kind regards,

Riesa

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 ,
Jan 20, 2016 Jan 20, 2016

It does have them, they are SCORM standards.

You need to set them using JavaScript. What version of SCORM?

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 ,
Jan 20, 2016 Jan 20, 2016

oh, i didn't see that. I have been 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
People's Champ ,
Jan 20, 2016 Jan 20, 2016
LATEST

They are in the scormdiver.js file.

You would execute JavaScript, with strComment = your comment you want to store.:

SCORM_WriteComment (strComment )

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