

Hi Guys, I need to send an email from inside captivate 2019 with my user variables in the email. This is what i tried but does not seem to work (I attached the code to a button): var player = GetPlayer(); var course=”Storyline test course” var email=player.GetVar(“my_email@abc.com”); var subject=”Assessment Complete”; var body_start=”I’ve just completed my assessment!”; var mailto_link=’mailto:’+email+’?subject=’+subject+’&body=’+body_start; win=window.open(mailto_link,’emailWin’); I really need help as my client needs this functionality thanks in advance….
Explanation of the setup of the Sequence Check sample project.
Storyline to Captivate – Onboarding + LMS API javascript guru?
The Experience API (or xAPI) is a new specification for learning technology that makes it possible to collect data about the wide range of experiences a person has (online and offline). This API captures data in a consistent format about a person or group’s activities from many technologies.
Hello, none of my co-workers can view my project when they open the index.html file. One coworker can see my images, but no text comes through. This is the same for the 3 projects I created. These are my very first projects. I am publishing to HTML 5 as we can not use swf. When I try and upload the zip file to this post I get an error. I tried uploading zip folder of published goods and the actual […]
The concepts of Augmented Reality and Virtual Reality had been invented back many years ago, and now it has become easier to put them in use and many leading companies have already taken up the initiative of implementing AR and VR in the next solutions to enhance the user experience and ensure customer engagement.
Hello all! We have several large projects and are looking for some great Captivate Developers! These are contract positions with flexible hours. Are you familiar with Fluid boxes, Advanced Actions, and Themes? It would be great if you are a Certified Adobe Captivate Specialist. Please post samples of your work on CoursePortfolios.com and send us a link to them along with your hourly rate and availability (info@gforcelearning.com).
INTRODUCTION In this blog, I will talk about one aspect of managing fluid box fields in the context of using Captivate assets. I once wrote about filling buttons with pictures. Thi topic is in some aspects similar, but now we will look at fluid boxes. TEMPLATES Before I start, let me talk a bit about the templates provided by the Adobe Captivate team. They can be used as they are, but in reality, the cases in which you can use […]
This is the first of two posts describing an approach to use the ‘Volume Control’ Learning Interaction to add some Volume Level Control functionality to the standard playbars that come with Captivate as part of the skins. Though residing on the stage and thus not physically part of the playbars, the volume level control can be invoked by interacting with the playbar through JavaScript event listeners.
This first part of the blog describes motivation, scope, setup and limitations of the presented solution, and provides a demo.
The JavaScript code used will be discussed in Part 2.