Questions tagged [adobe-captivate]

Adobe Captivate is an electronic learning tool which can be used to author software demonstrations, software simulations, branched scenarios, and randomized quizzes in .swf format.

101 questions
0
votes
1 answer

Is it possible to create html form in captivate with action?

I want to create html form in captivate 9 with action to specific server, when submit button will clicked then it submit all the textbox data to server. please do some help, i am really struggling with it.
Jake
  • 103
  • 6
0
votes
1 answer

Is there a way to setFocus in Captivate 9

I have a Next button at the bottom of the page. When I click the Next button, using VoiceOver or TalkBack, it goes to the Next button on the new page. Is there a way to set focus to the top of the page with Captivate 9?
Grady McGhee
  • 311
  • 5
  • 20
0
votes
2 answers

How to include javascript while publishing as html in Adobe captivate 9

Im very much new to adobe captivate , and I had developed some tutorial using Captivate-9 and I want add some javascript code through Captivate editor , how to add ?
praveenpds
  • 2,936
  • 5
  • 26
  • 43
0
votes
1 answer

How to remove the Name & Email popup in Captivate 9?

I am searching for the answer to this already for some days now, there are many posts but only few real answers so I hope you guys can help me. I am coding (in PHP) an internal LMS using Adobe Captivate 9 where the results of the quiz are posted to…
Micha
  • 31
  • 5
0
votes
0 answers

Captivate multi sco exit button SCORM 2004

I can't find a way to exit a sco in a multi-sco course. I've seen there have been problems in Captivate 7 exit buttons and have seen some solutions to get the window to close which are fine with a single sco in it's own window. But what I need to…
Moglie
  • 1
0
votes
1 answer

Flashvars or like in Captivate 8?

I'm looking to pass from an HTML page, a "StudentName", and "StudentEmail" and populate the Captivate 8 TextBox fields with this name. I've attached a screenshot of how Captivate currently looks. Essentially, I want to is pre-populate the two text…
user2690151
  • 125
  • 2
  • 11
0
votes
2 answers

Access Captivate elements using Javascript

Is there a way to access Captivate elements using JavaScript from the captivate script window? I want to be be able to access the elements and dynamically control them. Very strange, searched all over the net found nothing! The…
0
votes
3 answers

Captivate 8 SCORM Quiz Scoring

I've run into a little bit of a problem. I've spent many weeks on a prototype that a client was very happy with, but I have since decided to scrap the prototype and recreate the application with Adobe Captivate to make SCORM compliance a little…
Kevin Remisoski
  • 489
  • 4
  • 9
0
votes
1 answer

Captivate 7 HTML5 Elements Embedding

I published a page of Captivate 7 as HTML5. It works alone, but when I try to embed it to an existing another bootstrap page, it is not working. Is there anyone who had similar problem and solved? Regards, Su Myat
0
votes
0 answers

Captivate 8 Assessment with 3 Attempts and Random Questions From Multiple Pools

Problem: Need an assessment to randomly pull a subset of questions from multiple pools for a maximum of three attempts. Prescribed number of questions are presented in a random pull from the question pools for the first attempt. Second and…
the b-man
  • 1
  • 1
0
votes
1 answer

Adobe Captivate 8 - sending the .CPTX file to another Captivate 8 user

I feel a little silly asking this, but I have looked everywhere. I am going to be submitting (via moodle) my .CPTX file which contains FLV video in it. I will be submitting it unpublished. Do I need to include the copies of the FLV files that are on…
Trii
  • 21
  • 4
0
votes
1 answer

Adobe Captivate 8 - Remove playbar, enable autoplay for HTML output

I have a problem similar to: Captivate - html5 export adds a first slide with a play button However, unlike that question, I cannot get the project to autoplay in the HTML output at all. I'm trialling captivate to see if I can create an interactive…
ortonomy
  • 653
  • 10
  • 18
0
votes
1 answer

Using already declared variables from an array?

I currently have an array of already declared variables so I can go through them with a for loop. (These variables are declared in adobe captivate so I can't really go about changing them). Passing them back and forth is a bit of a problem however…
DPppr
  • 1
0
votes
3 answers

Using shift key and click to go to the next slide

Hei guys, i added these lines of code as javascript on succes of a click box in captivate : document.onkeydown = function (e) { if (e.keyCode == 16) { document.Captivate.cpEISetValue('m_VarHandle.cpCmndGotoSlide', 5); } }; It does…
Proless
  • 217
  • 4
  • 13
0
votes
1 answer

Captivate 7 - passing a completion after opening a "Open URL or file command" in a Multi SCO Course

Background: Courseware Development Platform: Captivate 7 Backend - Meridian Using - SCORM 1.2 SCORM Packager: Adobe Multi SCO Packager 7 We have been developing some of our courses in Captivate 7 and I have been seeing a constant degradation in…