『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Is there a chance to change the Default numbering from A) > a)I know you can select the answers and change it in the Quiz tab > Dropdown menu Numbering. However, I don't want to do this everytime. I want my default to be a),b),c)...
How do you change the default size of numbers or letters when creating a quiz.For example:A) 1st multiple choiceB) 2nd multiple choiceC) 3rd multiple choice4) 4th multiple choiceHow do I change the size of A), B), C), D)?
Deeper discussion below. Including hotfix for Chrome 80. Currently when my learner closes their browser for a WBT, the API request to the LMS records the course as being complete. The latest version of Chrome prevents this (there is a work-around). Chrome will permantly deprecate this option (and negate work-around) with version 88. Edge will aslo deprecate this option. I need a way for my learner to send a completion signal to the LMS prior to closing the browser. Any ideas on how I might accomplish this? Thank you in advance! Brief summary here, detailed below: Problem: Latest version of Chrome is presenting problems with Adobe Captivate SCORM 1.2 and LMS. This results in learners not receiving credit with the Chrome browser. The browser change came about in the last few weeks, immediately and adversely affecting out learners. Who is affected: All Mac and PC learners using the latest version of Chrome, regardless of at home or on campus Curre
I am trying to publish an existing .cptx file in Captivate 2019, and it is consistently failing in the Optimizing Content popup. It can sit here for hours without succeeding. It will eventually say publication fails. I took several steps including a new file trying to publish (same error every time), changing the file name, changing the file location on my hard drive, clearing the cache, etc. I ran CleanPreferences under the Utils folderDeleted all projects in the cache folderPublished to a directory on my local drivePublished to a different directory on my computerPublished the file with a different name Things I can’t do:Run as Administrator due to corporate securityRun an update, this is admin-only
Hi.I am not 100% sure, is it possible to put an "interactive video" inside a fluid box ?.We are going to do a multi-device project and the usefulness of "interactive video" is interesting.Thank you.
Hello, I was editing a software demonstration in Adobe Captivate 2019 64 bit. I finished my file and published to an MP4 file. I then closed out of Captivate and forgot to save my original work. How can I recover the file or upload my MP4 file back into captivate so I can continue to make edits? Thank you!
I'm using to entrace effects on 2 different pages in Captivate 2019. When I publish the course there's a flash for a split second before the effect executes. I've tried changing the transition but it has not corrected the issue.Any idea how I can correct this problem? Thanks, IDOLproff
Hi there,Is there a way to get/count the the number of frames in a given slide? (Frame number when entering and last frame number) /Jacob /Jacob
Hi,Hope I can gain a little more insight into why I cannot reselect an answer when I go back to my Multiple choice questions.I have set infinite attempts, so not sure why this is happening, I have to skip question to go through them again, but cannot change the answers.Do I need to add a clear button in order to retake the quiz?
I have a project that has some simulation slides in it. During the simulation I want to show the playbar. I know I can do a show playbar at the start of a slide or use the cmd-playbar variable. But I would like to just set it for the whole project. Is there a way to do that?
Hi there. I having a specific problem, when using 360 slides in my project. For my project I use blank project with mix of 360 and default slides, because i need to show the process in facilitie, where you navigate through 360 slides to some control panels and then you can see the process on control panel. There is 95 slides, where 10 of them is 360 slides. And there are only 4 different panoramic pictures in project. Rest of the slides is default slides with some interaction on it. So, when I published project, and run it, after entrance 4-5 panoramic slide, my computer start to "super freezing". The PC control panel shows me, that 98 % of my ram is used by chrome. And project stuck. Through the console there is the same process opening in every 360 slide "threejs" and if you jump to this slide twice and more, it restart the process "threejs" but it didn't clean, after you exit 360 slide. So i can't get through all project dou to ram dump. I have 16 gb ram in
Hello,I cannot import a PowerPoint presentation. I've tried using Blank Project - I only get the first slide of the powerpoint. If I use the Software Simulation I get an ini file error; must equal 1 which I logged a ticket for with my helpdesk and they updated all of that. Still could not import. Any and all suggestions are welcomed. I'm getting really frustrated. Thanks so much!Vic
I have created a CBT with a "download" button that works fine to open the file that I have directed it to. There is also a button on the same screen to "continue" the course after the download has completed. This works well in the Preview, but when I load to LMS I can either click the Download button, or i can click the Continue Button. If I click the download button and get the doc that is linked to it, the screen freezes and the Contine button does not work. If I only click the continue button, it will go to the next screen, but then I won't get the attached document. I am not an expert on Captivate. Is there a way to make this work?
Hi All,I'm following this link https://helps.adobe.com/captivate/using/report-quiz-results-internal-server.html of Step 6 to try to setup an internal server on the web server. Is there any documentation on the IIS setup side for it?
There's an issue in a few of my courses that the quiz questions skip ahead as soon as the user clicks a question rather than after they hit submit. I personally cannot replicate this issue, but others have been able to, but I can't figure out why thisis happening or what to do to address it. Any ideas would be appreciated.
I'm using Cp 19 11.5.1.49. I tried to load the interactive video samples from the Assests, but the Cp files won't load after clicking Insert Slide. Other projects work fine. Any ideas? Thank you.
I have a project that has multiple buttons on a screen. When a button is clicked, text shows and audio plays. If a person clicks a button before the audio is done playing, two audio files play at once. Is there a way to "inactivate" buttons while a button's information is playing?
Hello, when I open a project in the browser or in the LMS, a large "play" icon appears (see attached). I would like to know if it is possible to delete because I need the first slide to appear directly.Thank you!
I am designing a captivate presentation that focuses on embedding questions and feedback directly in the material. However, I would like for the user to be able to highlight or underline text. How do I go about creating this kind of tool? I am new to Captivate, so please help me understand. This is for my doctoral dissertation.Here is an example of a screenshot that I would like to recreate:
I have a Captivate user variable called Q1Answer on a slide. I have this js inside a Captivate 2019 HTML5 Object on that slide:var ANSWER = "Q1Answer";...parent.window.cpAPIEventEmitter.addEventListener("CPAPI_VARIABLEVALUECHANGED",function(){ console.log("Answered"); var answer = parent.window.cpAPIInterface.getVariableValue(ANSWER);...}, ANSWER); This works perfectly during the initial visit to the slide.Upon revisit to the slide, however, it crashes when it tries to retrieve the value for ANSWER.I get this at var answer = parent.window.cpAPIInterface.getVariableValue(ANSWER); TypeError: Cannot read property 'window' of nullat Array.<anonymous> (MGCFQ1-response.html:375)at cp.EventEmitterClass.trigger (eval at e (CPXHRLoader.js:37), <anonymous>:1051:250)at b.EventManager.fireEvent (eval at e (CPXHRLoader.js:37), <anonymous>:470:28)at window.svvi (eval at e (CPXHRLoader.js:37), <anonymous>:508:166)at setQ1Answer (eval at
Every single time I open Captivate, I need to re-select my image editor. (Right-click image in library->Edit With...->Select photoshop.exe). It remembers my choice during the current session. But after closing Captivate, I have to go through it all over again. How do I make it remember my editor? This has been going on since Captivate 5.
Does anyone know what the dpiawareness setting does in Adobe Captivate?
I would like to customise the look and feel of the Adobe Captivate dialogue. For example, "Yes" and "No" might be more appropriate responses than "Ok" and "CANCEL". it would be nice to centre the text in the buttons. And if possible, I would like to use our own brand of colours instead of the standard Grey. Any suggestions?
I need to send completion status for each user to the LMS. I have marked down in Captivate that they need to see 100% of the slides to be considered complete. But it doesn't appear from my imsmanifest.xml file that I have the correct coding to pass that info into the LMS. Am I reading the manifest file correctly? What SHOULD it say to transfer learner completion info? <?xml version="1.0" encoding="UTF-8"?><manifest xsi:schemaLocation="http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_rootv1p2" xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2" version="1.0" identifier="Course_ID1"><metadata><schema>ADL SCORM</schema><schemaversion>1.2</schemaversion><adlcp:location>metadata.xml</adlcp:l
Help! I'm using Captivate 2019 (11.5).I need to translate a course to Spanish, and when I try to export the project captons and closed captions (as I've done so many times before), it pauses at 4%, then says it was completed successfully. However, when I open the output file, it's one blank page, with "Adobe Captivate" in the header and "Page 1" in the footer and nothing else. I've used this many times for translations and now it won't work. It's a very standard course, nothing fancy going on....
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.