The official community for Captivate.
Recently active
Hi.Is there a way to disable the browser from prompting users to save the password that is entered in the Password TEB?Similarly, is there a way to prevent a browser from prompting users to use previously input text in a non-password TEB? (I think I read somewhere about code that could be inserted into the html file to fix this... but I cannot locate it now.)Thanks!
Hi there,I've just downloaded Adobe Captivate 6 to try it out and found that I can't type some special characters widely used in Spanish language: our accents or tildes (that's the Spanish word for them). That's what I can't type: Á or á É or é Í or í Ó or ó Ú or úI've checked the fonts on my font manager, but that's not the problem. They're fine.I've also tried to paste some text with these characters from Firefox and it worked fine. You can see it on the image:So I guess it must be some annoying bug.Can anyone help me?Thanks in advance.Best regards,Iñaki
Hi,I am trying to capture a video that I previously recorded (in another software), which published as an mp4. However, whenever I capture it there are 2 rows of navigation buttons, one for the prerecording and the second one for the slide. Also, this prerecorded video has closed caption, but I cannot capture it with the closed caption showing, because I cannot press the cc option on the prerecorded video. This is so frustrating! I have also tried separating the audio from the video and loading it separately. Then it does not sync. Help me, please! I feel like I am missing information....and yes, I'm fairly new to Captivate 2017. I really thought it would be fairly easy, because I was working with a .mp4. The intent is for there to be only 3 slides total: Title page, Slide with video inserted and Quiz slide.Thanks in advance!
Hi everyone,I'm trying to show/hide some more than one text box with link with different objects with mouseover/out event. When I do it with only one object I can get it to work with this: document.getElementById("myTriggerSustain").addEventListener("mouseover", FunctionMouseOver);function FunctionMouseMover() {cp.show("TextSustain");}document.getElementById("myTriggerSustain").addEventListener("mouseout", FunctionMouseOut);function FunctionMouseOut() {cp.hide("TextSustain");} But when I try the code below with more than one object, I can't figure out why nothing happens: window.addEventListener("mouseover", function(e) {if(e.target.id == "MyTriggershapeSustain") { document.getElementById("TextSustainc").cp.show(this.id);}; if(e.target.id == "MyTriggershapePackaging") { document.getElementById("TextPackagingc").cp.show(this.id);}; if(e.target.id == "MyTriggershapeCSR") { document.getElementById("TextCSRc").cp.show(this.id);}; window.addEventListener("
Hello, my company needs to convert Oracle UPK files into Adobe Captivate files. We are changing systems and we don't want to remake all of our training simulations again. Does anyone know of a software program that can convert upk files into adobe captivate files?(basically, dhtml(for upk) into swf(for captivate).Also, I've read the captivate uses cptx and upk uses odarc, these would be the collection of individual files that make up swf and dhtml, respectively...I assume. Any converter for any of these files would be nice?
I just did a lot of work on one of my projects and when saving I got this error message:"Failed to add file to zip 2 compressed_data-5892-1704780218.cpd std::exception The saved zip file might get corrupted, you should try creating the zip again." It shows a drop-down with the only option already selected and gives me the options "kill", "Debug" and "Ignore"However, none of these seem to be doing anything at all. It just reopens the same error message immediately. The saving progress bar shows 50% and won't move while the error message is up.So currently I have no way to access anything but the three buttons in the error message and can't try saving under a different location etc. I am quite afraid that the only option to get out is to force close the program and not being able to recover my work.If anyone has a solution to this I would be very grateful!
HI! I have an Interactive Video but am not able to get a play bar on the video. I don't want the course to have a skin for all slides, I have custom built navigation buttons on all slides.Does anyone know if you can insert a play bar just for the video? I am assuming it will take some java? Does anyone have a code for this?Interactive video does not have the same options available like the regular video insert.Thanks in advance!
Captivate 2019 after the user completes the exam there is a submit all button. Then after you click the submit all button there is a pop up box that says submit all or review quiz. Is there a way to get rid of this pop up box?
Is there a way to compute the size of a screen in a Captivate presentation that has been published to an LMS? This would be the cumulative size in kb or Mb of all the graphics, text,click boxes, knowledge checks, audio, and any other content, though the courses in question basically consist of the items mentioned. The closest I have been able to figure out is to divide the total size of the published course and divide by the number of screens, yet that yields and average. Can any of the modern browsers sniff the screen and output the total size of a single screen? Thanks!
So I have several smart shapes in my course that are filled using images (small png files). When I preview or publish, the images randomly do not appear. If the image didn't appear when I first entered the slide, if I go back one slide and then return, then it might appear. I'm confused because there doesn't seem to be any consistency to it. Has anyone experienced this?
Hello All, We have a customer asking for a unique function in their exams we're building in Captivate 2019. I have a few programmers thinking through what it'll take to get done. They are coming to the same question that I can't answer and wanted to ask if anyone has dealt with this idea (or a similar one) before going to Adobe Support. We are building an exam template for the exams that accompany their online training courses. We are building it in Captivate so that we can continue to use the common variables for xAPI statement purposes. Just about all of the functionality they are looking for can be tackled with the standard interactions (bookmarking, notes, etc.), but there are a couple that are outside its standard capabilities. They want the ability to have their students measure an object within an image file displayed in (or next to) the question. I originally expected to be creating rulers using a drag n drop interaction that would allow the student to drag them
When testing my course in SCORM Cloud, images/text on a slide are freezing and not displaying the next image(s)/text. The slide audio continues playing, so I know it's not an issue with a pause point. Unfortunately, the behavior is not consistent; as sometimes the slides perform as programmed; and then on the next launch of the course the slides that previously played fine will now have images/text that freeze. Some of my slides have effects applied to the images and text. I removed these effects, but that did not resolve the issue. I've provided screenshots of 3 slides where the freezing sometime occurs. Has anyone else experience this?Is there advice on how I should tackle this issue or what may be the cause? Notes:I'm using the latest Captivate version 2019My project is set-up with four breakpointsThe behavior happens in Chrome/Edge/Firefox/iPhoneMy project size is about 150MB
Hi!I am unable to view published projects in an executable file: the Flash error appears. Already checked the HTML5 tracker and it's empty. Does anyone have any idea how to solve this ...? Thanks!Inês Costa
Hello,We used Snag it to capture a screen recording which output as an mp4. When we tried to insert into Captivate it said it didn't recognize the format. When I tried to encode as an h264. It looked terrible. Has anyone else had this issue and found a fix? Thanks,
Hello,Am in the process of converting courses and a few courses had exercises built out in separate captivate files. Those exercise files were attached to the main project as htm/swf combo. The orignal exercise files cannot be found and we are only left with the htm/swf combo.Is it possible to convert those file types to html5?
I'm fairly new when it comes to Captivate and I'ce created a few small projects for some training with my company. I recently added GA to them so I could at least track how many users were viewing my traning and some of the demographics associated. It was fairly simple as I just had to add the GA code directly to the "index.html" file and the training address to the GA site. It gets me the very basics of what I'm looking for. However, there are a few limitations when it comes to tracking this way. It only records how many people view the site. The time they spend in my trainings and/or how much time on each slide isn't captured. I did find a post of someone who looks like they've figured it out, as long as you add some addition code in there and have labels for each of your slides. I've labeled each of my slides but I'm a bit lost when it comes to the code. I'm not sure where or how to add it. Can anyone lend a hand or find a way to make this work?? Here is the post that
Hi Everyone,My write in quiz answers created on Captivate are showing as "Unattempted" in my LMS. They reported perfectly fine until 2021, that's when it stopped reporting them in Adobe Captivate Prime. Wondering if there is something I can do on the Captivate side to make sure that we are able to see the write in responses in the LMS again.
I have several old courses that I need to update but no longer have the orignal scripts or storyboards. I will need to re-record the audio so am wondering if there is a way to export the audio from a captivate course into a transcript? Any idea?
After the Captivate Update to 2019 Release 11.5.5.553 i encounter following problem:I was used to work on one slide in the slide master and the changes i made on that slide would apply to all slides after i left the slide master. But after the update i have to chose separately at every single slide which slide from the slide master i want to apply. I'd rather modify the slide master and have my set applied to all slides without choosing. How can i accomplish that after the update? Thanks in advance for your reply.
After the Captivate Update to 2019 Release 11.5.5.553 i encounter following problem. When i copy a text with a white fond colour and past it to anoother project, the colour in the pasted text changes from white to a brownish colour. Does anybody else have this problem?
When uploading a scorm package from Captivate 2019 (11.5.5.676) to client LMS, the file opens with a white screen with a buffer wheel and doesn't go any further. However, it works fine with no error when tested in Adobe Scorm Cloud and preview in web browsers (Mac Safari, Mac Chrome). I'm using Captivate 2019 (11.5.5.676) on macOS Catalina v10.15.7.
Hi, I'm using Captivate 2019, build 11.5.5.676, on a Mac running Catalina. My learning module is not going to be running in a LMS environment, it will just be a page on our site, with a custom backend setup. I'm currently trying to get the Pinch and Zoom function to work on iOS 14. It seems that the only way that I can get it to work on an iPhone, is if I embed the published module index file into an iFrame. If I just use the files that Captivate publishes, with gestures enabled, the pinch and zoom gesture doesn't seem to work. It does nothing. Should this be happening? The other grestures worked without using an iFrame, it was just pinch and zoom that wasn't working. Is this a bug? Surely I shouldn't have to embed the module just to make the gesture feature work correctly. Thanks, Richard
Afternoon all,I have imported PowerPoint into Captivate (no issues), I then add in Captivate add Knowledge Check slides (no issues). What I am trying to do now is save as a PDF file so we can upload to our LMS on the server. We have done away with FLASH as it's no longer supported. I guess I am trying to figure ut how to save as an HTML file and send that or as a pdf file and send that. Thoughts?? Thanks in advance
I am new to Captivate (received the software last week) and have been asked to modify a project in Captivate 2019 (11.5.5.553). The project simulates sofware using click boxes which have points assigned. Some of the slides have 2 click boxes because there are 2 different ways to reach the next window. If the user clicks either one, they receive credit and they move to the next slide. The problem is that since each box is assigned a point, when they are finished training, their score reflects boxes that were not click, which can sometime cause a failing score. I’m trying to see if it is possible for them to receive a point for one, but not get penalized for the other. I have tried using Advanced Interactions to adjust Points, Add to Total, Include in Quiz, and Report Answer settings, but haven't found a combination that works. I found the following post from 2008 saying it was not possible, and wanted to know if that was still the case: https://community.adobe.
Hello friends, I would like to know if it is possible to create audio only courses with Captivate?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.