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

Retain Text Forever

Community Beginner ,
Aug 05, 2022 Aug 05, 2022

So one of the teachers wants the students to practice writing a script. But they might want to retrieve their script in the future. Is it possible to do that with Captivate?

374
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 ,
Aug 05, 2022 Aug 05, 2022

Captivate doesn't offer this functionality out of the box.  It doesn't by default store information as data on the learner's computer so that the learner can retrieve that data at another time somewhere in the future.

 

Some things are possible with custom JavaScript development.

 

How were you intending for the learner to retrieve what they had entered?  How long in the future would the data need to be saved for?

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 Beginner ,
Aug 08, 2022 Aug 08, 2022

Let say it took them 20 minutes to write a summary. Once they hit done they currently exit the course and the answers exist somewhere but can't be retrieved.

We were thinking maybe have it email, but captivate doesn't do it easily without an email app. And will the variables carry over into the email? In which case why would anyone need to Captivate at all other than to score and check for keywords?
 

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 ,
Aug 08, 2022 Aug 08, 2022

You are correct.  Captivate isn't designed to create emails either.  The most it will allow you to do is spawn a new email (by getting the user to click on a mailto: link).  You can add some encoding to the end of the link to pre-populate the Subject and Body of the email.  But (by default) you cannot add variable data to the body.  

 

And even if you DO spawn an email, you cannot automatically send that email without the user being required to do something.

 

Many of the things you want to do are possible.  But only by engaging some programmers to create the custom functionality you want.  And you would also likely to be needing a separate server and database (in addition to your LMS) as a place to store the user's data.

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
Contributor ,
Aug 09, 2022 Aug 09, 2022
LATEST

I did this back 2019 https://elearning.adobe.com/2019/12/save-html5-elearning-certificate-pdf-print/

I think you could use some of the code.
If you want it to be exported/converted to a document instead, then maybe this will work: https://qawithexperts.com/article/javascript/convert-html-to-word-with-images-using-javascript-or-us...

/Jacob

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