Imported captivates into a separate captivate, timing off

I have a slide that is meant to be an online interactive tool to determine "yes, or no" in 16 categories.
It is a table with 16 squares but I needed an animation that would allow the user to click and change each box from "no" to "yes" and back again. 
I created a captivate that was 2 slides - a red "X" for no and a green checkmark for yes.
I then published this captivate as a flash / html5.
Then I created the main interactive, a slide with 16 squares which I then inserted the "yes/no" flash into 16 times.
When I insert the "yes, no" animation into the final slide everything looks great.
However, upon preview and publish, a user can click on the squares to change them from no to yes, but sometimes clicking on one square (animation) also changes 2 squares.
In the screenshot, I have the view so that you can see the main slide with the animations (on left), then the preview (on right), and I have clicked on the first "x" to change it to a checkmark, but when I clicked on the first box, another box was affected and changed to a checkmark as well.  I can't decide if it is a timing issue, but my goal is that a user can click on any of the boxes and only affect that box.
Thank you for your ideas and thoughts. 

I agree with Lieve.  Not a good idea.
If you had just placed the images of the tick and cross in each square and used Advanced Actions to toggle them, then you would also have been able to have those actions set User Variables and track which answers the user had given.  That data could have been used elsewhere in the same project to modify the experience.

Similar Messages

  • How to import bullets into Captivate 8?

    Hi!
    I want to use bullets from Word in my Captivate 8 composition.
    I found an old article describing how to do it: I Came, I Saw, I Learned...: Adobe Captivate: Custom Bullets in Text Captions Made Easy
    However, I can't make it work. Is there an other way to import bullets into Captivate 8?
    BR,
    Madeleine

    No, it is not really possible. You could use ASCII code to insert bullets
    or characters from webdings or wingdings fonts.
    On Oct 28, 2014 4:10 AM, "madelejwkdjwewqaDF" <[email protected]>

  • Importing Captivate 3 files into 4

    Has anyone reported problems with mouse paths not converting when importing Captivate 3 projects to Captivate 4? Sometimes the mouse path completely disappears, other times, it's there but is ignored. The mouse pointer is there, but it does not move - it shows at the final location.

    Hi there
    I've seen folks reporting lots of issues with Captivate 4 since its release. However, I'm not sure I've seen anyone specifically report what you just have.
    As the mouse is an individual object in Captivate, I'm wondering if perhaps you have other objects that are possibly moving in the stacking order so they cover the Mouse?
    Perhaps try right-clicking the Mouse object on the problem slides and choosing Order > Bring to Front?
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Import Captivate 2.0 to Captivate 1.0

    Hi,
    is there a possibility to import presentations made with the
    latest version of captivate into Captivate 1.0?
    Maybe by converting from Captivate 2.0 to Powerpoint and then
    import PowerPoint into Captivate 1.0?
    Any ideas?
    Thx for the help.

    Hi Computer_King and welcome to our community
    Actually, assuming you have both Captivtate 1 and Captivate 2
    on the same PC, you may want to give this a try.
    Open the project in version 2. Then create a new project in
    version 1 that has the same dimensions (for example 640x480)
    Then methodically visit each slide in Version 2 and try
    copying from 2 and pasting into 1. I'm not sure if it will work for
    entire slides, but it might. I believe I've done it with assorted
    objects.
    Additionallly, (and this should go without saying but I'll
    say it anyway) anything Version 2 offers that isn't supported in
    version 1 (zoom areas for example) will not function in version 1.
    Hopefully this helps... Rick

  • Imported CD songs are each put into a separate album. How can I group them in one album?

    Imported CD songs are each put into a separate album. How can I group them in one album?

    Look at Steve MacGuire's helpful article:  http://samsoft.org.uk/iTunes/grouping.asp

  • I purchased CDs and imported them into my iTunes and when the artists has other artists featured on the tracks it separates these tracks into a different album. How can I consolidate these back into one album?

    I have CDs that I've purchased from music stores (ie. Best Buy) and have imported them into my itunes library. The problem is that iTunes has separated all the tracks that feature another artist into a separate album. I want all the songs filed under the same album, so that when I play the whole album, I can hear all the songs. Also when the album work is not showing up on some of these CDs. How can I fix this?

    The sort fields should generally be empty unless you've putting in custom values to sort solo artists by their surnames. You can apply common changes to thousands of tracks at once, just don't apply the wrong change because there is no undo.
    It is a good idea to backup before undertaking large scale changes. See this backup tip for a suggested approach.
    tt2
    Message was edited by: turingtest2

  • How do I import one xml file into 3 separate tables in db?

    I need to utilize xslt to import one xml file into 3 separate tables: account, accountAddress, streetAddress
    *Notice the missing values in middleName, accountType
    sample xml
    <account>
    <firstName>Joe</firstName>
    <middleName></middleName>
    <lastName>Torre</lastName>
    <accountAddress>
    <streetAddress>
    <addressLine>myAddressLine1</addressLine>
    <addressLine>myAddressLine2</addressLine>
    </streetAddress>
    <city>myCity</city>
    <state>myState</state>
    <postalCode>mypostalCode</postalCode>
    </accountAddress>
    <accountId>A001</accountId>
    <accountType></accountType>
    <account>
    I need the following 3 results in 3 separate xml files in order for me to upload into my 3 tables.
    Result #1
    <rowset>
    <row>
    <firstName>Joe</firstName>
    <lastName>Torre</lastName>
    <accountId>A001</accountId>
    <row>
    <rowset>
    Result #2
    <rowset>
    <row>
    <addressId>1</address>
    <city>myCity</city>
    <state>myState</state>
    <postalCode>myPostalCode</postalCode>
    <row>
    <rowset>
    Result #3
    <rowset>
    <row>
    <addressId>1</addressId>
    <addressLineSeq>1</addressLineSeq>
    <addressLine>myAddressLine1</addressLine>
    <row>
    <row>
    <addressId>1</addressId>
    <addressLineSeq>2</addressLineSeq>
    <addressLine>myAddressLine2</addressLine>
    <row>
    <rowset>

    Use XSU to store in multiple tables.
    "XSU can only store data in a single table. You can store XML across tables, however, by using the Oracle XSLT processor to transform a document into multiple documents and inserting them separately. You can also define views over multiple tables and perform insertions into the views. If a view is non-updatable (because of complex joins), then you can use INSTEAD OF triggers over the views to perform the inserts."
    http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14252/adx_j_xsu.htm#i1007013

  • Importing interaction into InDesign

    I understand that the Captivate 7 interaction must first be put into Edge Animate and saved as OAM file before importing it into InDesign, but I don't know how to import a Captivate interaction into Edge Animate. If anyone knows steps for how to do this I'd greatly appreciate it.

    I don't think that's true. I don't know if you can save the interaction by itself but you certainly can save the Captivate file after you get it working and import it into InDesign.
    Can you tell us exactly what you're trying to do? In the meantime, check out this blog post from Pooja...it's excellent:
    http://blogs.adobe.com/captivate/2013/08/a-step-by-step-guide-to-create-an-interactive-ebo ok.html
    Dave

  • Dates get randomly changed when importing folders into Aperture

    I am in the process of migrating my iPhoto pictures over to Aperture. Because I have close to 100k pictures and short clips, I can not import my entire 500 GB library at once because I don't have enough hard drive space to support both iPhoto and Aperture libraries at the same time. I also thought it might make sense to not have one gigantic library. Also I would like to have my old photos separated by years, and I don't know if Aperture would do this if I imported the entire iPhoto library (which does only separate them by events) at once. So it appears to me that the only import method that would work (please correct me if this is wrong) would be to open the "Masters" directory of iPhoto in the Finder, and drag and drop each year's directory into the "Projects/Library" panel in Aperture. Note that I do not want any editing information preserved from iPhoto, so using the Masters seems to be the most space efficient thing. So far so good but there appear to be at least two big snags. Firstly the yellow projects folders within each blue years folder in Aperture are not in chronological but in alphabetical order and I can't find out how to fix this. Secondly (and much more problematically) the dates on many old photos have been altered in an apparent random manner during the import into Aperture! Therefore they do appear in the wrong locations in my events library, according to the altered date. There are many too many photos that have been changed to undo this manually (I estimate it would take several weeks to do this).
    But how and why could this have happened in the first place?
    I also noticed that even when I change the dates of the Aperture masters to the true ones (by comparing to the masters in iPhoto), they still remain in the same wrong location in my Projects/Events library, according to the date originally (and falsely) assigned by Aperture.
    There surely has to be a way to import photos into Aperture without ruining their date stamp?
    Thanks in advance for your help!

    Hi iScientist,
    If I understand you correctly I should not import iPhoto Masters directly, because they have been altered to be in some kind of internal organization scheme. What I'm confused about is that I thought the "Masters" in iPhoto were just untouched camera files?
    Yes, I would also be confused. The more I think about it, the less I know why anything wrong. You stated that you don't care about any adjustments you made in Aperture, so why wouldn't be okay to "reach into" iPhoto's internal database and pull out the masters? Good question. The only thing I can come up with: Maybe that folder isn't really what you think it is.
    Were you able look at the metadata in Preview after finding one of the problematic masters in the iPhoto library again? That might give a clue.
    When you say "regular way", do you mean going to "Import -> iPhoto library"? The problem with this, it seems, is that my entire iPhoto library will be imported that way, however I would like to import it chunks, split in years and on different physical media
    Yes, that is what I meant. There have been various topics in this forum concerning how to import parts of the iPhoto library. I cannot seem to find any relevant posts at the moment. Perhaps someone else has better luck searching...
    In any case, you may be better off using *referenced masters* instead of multiple libraries. With multiple libraries, your photos will be disjointed by whatever scheme you devise (like years). So, when you're looking at 2011, and you want that Christmas photo from 2010, you will need to close Aperture and restart it with a new library.
    With referenced masters, you choose to store a particular set of *masters only* (maybe all of them) in another location. You can put different sets of masters in different places. For instance, you can have one project on one external hard drive, and a different project on a different external drive. Your versions, metadata, previews, thumbnails, all stay in the library. In this way, you can at least view screen-sized versions of last Christmas even if your "2010" external hard drive is not connected.
    Looking at manual for references to referenced may be good for you before you delve too deep into this.
    What I meant by order being unchanged/the file being in the wrong location is that in the chronologically organized projects overview the projects that were imported with the wrong date, which I changed to the correct date in Metadata, still appear in the wrong location.
    Ahh, that is a bug that users discovered a little while ago. It took me a while to re-find the thread, but you can read up on that here. I (among others hopefully) have provided feedback to Apple concerning that bug.
    [http://discussions.apple.com/thread.jspa?messageID=12981789&#12981789]
    I didn't think about that view because that view is not generally as useful as the list view in the Inspector pane. That view is new to Aperture 3 and in my opinion was built to make the transition for users of iPhoto easier.
    nathan

  • CS3 Layers disappear when importing map into InDesign

    I have an Illustraor .ai file of a map with many layers and when I import it into my InDesign document
    some of the layers disappear. When I open the map in Illustrator they are all turned on but in InDesign some seem as they are turned off or transparent. Very frustrating...any help is appreciated!

    Thanks so much for your responses. Although I don't complete understand what the issue was becasue I am no Illustrator expert I did find a solution. I found that there were multiple layers within a layer and also many of those layers had paths/compound paths. So I pulled the layers within out and made new separate layers for them all and removed unnecessary compound paths. So now I have many layers instead of a couple layers with multiple layers within. Confusing I know...but it worked!
    Thanks again for your input.

  • Import Movie into Logic

    Hi,
    I gonna import movie into Logic to b my lip sync and overdub purpose..but i found that it only allow 1 clip to be import,am i right?
    How to import more than 1 clip?2..3...clips..
    thanks

    The only problem with combining two separate movies is this: if each is striped with timecode, there's very little chance that the timecode will be contiguous as a result. So assuming you're working to t/c, you'll be able to get the first part of the movie to agree with Logic's t/c counter, but not the second (added) part. This may or may not be a problem, but I can't imagine working without t/c that's in agreement all across the board.
    The second thing... AFAIK, iMovie works best if the native format of the video is DV. If it's any other format it will mess up the picture big time. QTPro is, IMO, the preferred way to go, and what I continue to use.
    However, I do use iMovie to create titles for each clip I send a director (for evaluation, comments, etc.). I write up info re the name of the movie/date/cue#/revision notes, etc. export this as a QT movie itself, and tag it to the beginning of the actual movie before sending it off.

  • Importing devices into QPM/Common Services

    Hi,
    We are in the process of installing QOS Policy Manager and I am struggling with a simple way to import devices into Common Services 3.2.  The interface and the documentation is lacking to say the least.  If it helps, we have a separate installation of Ciscoworks LMS 4.1.  If I can run an export from that and than import into Common Services, I think that would be the easiest way to get all of my devices.
    We use Solarwinds Orion for network monitoring, and I was hoping this application had something similar where you could do a device discovery via scanning a subnet via SNMP.  If this is available, I don't see where to set this up.
    I did manually add a device, and I thought about exporting it and building a csv file from the headers from that file, but we have so many devices that I feel that would be very time consuming to build that list.
    Any suggestions?                  

    It's been a while since I've had hands-on with one but Common Services 3.2 is part of LMS 3.1.
    It has a discovery tool and the option to import devices via the cli using the dcrcli utility. See the link for using discovery in LMS 3.1 here.
    You'll probably find it an exercise in frustration though. the old LMS will not recognize many of your more modern routers and thus QPM will be unable to send policies to them.
    You'd be much better off using a more modern toolset like deploying configurations using NCM if you're an Orion shop or with templates in LMS 4.x. SolarWinds' NTA does a nice job of querying the CBQoS MIB to give you visibility into what's going on with QoS in your network.

  • Can't Figure Out How To Import XML into a Table?

    HELP!
    I've been using InDesign for several years now... but everything Ive ever done has been basic one off layout concepts.
    I am working on a website for a musical theater actress and for her resume, Id like to make a PDF which lists in table format the show, theatre and role she had for each job.
    I could do this manually... but Id really like to learn how to just reuse the same XML data that I have for her website and import it into InDesign.
    I have looked at Adobe's help file, I have scoured the internet, and I still can't figure it out... I have done like the adobe support file says... and I cant seem to get the values I create in her resume xml file to show up in a table I create in InDesign.
    I even tried to simplify it for the learning process and did something as basic as an XML file that has 5 colors... couldnt even get that working.
    So could someone explain it to me like Im a 5 year old... how to take a XML file, import it, place it in a table and have the data actually show up in the table.
    thanks,
    brian

    Are you sure you want to use XML with tables for this? No doubt importing XML into tables is useful for some specialized tasks, such as importing formatting information inside the XML itself, but for most of the familiar tasks that XML excels at, tables are neither necessary nor useful.
    In my (limited) experience, if the XML elements are well-differentiated, by which I mean different types of data have their own distinctive tags, then the special powers of XML can be exploited more fully using the more familiar tagged text, nested tags etc. in ordinary text frames using paragraph breaks, tab characters, etc. to achieve a suitably "tabular" finished appearance.
    If you must import XML into tables, I recommend Adobe's own PDF "Adobe InDesign CS3 and XML: A Technical Reference" availabe here:
    http://www.adobe.com/designcenter/indesign/articles/indcs3ip_xmlrules.pdf
    It sounds very daunting -- the words "technical reference" make me shudder -- but actually it's very readable and not very technical at all. Some nice pics and everything!
    Jeremy

  • IPhoto '09 Slideshow timing off

    I'm using iPhoto '09 with all the latest patches. I have 10.6.1 OS X.
    I have a slideshow of 99 pictures in iPhoto using the Snapshots theme. I have set the duration for all slides to 7.1 seconds, which should yield a slideshow duration of 11 minutes and 43 seconds, give or take a second or two. However, when I export the slideshow out to a quicktime DV format, it is only 10:57... almost a minute shy of what it should be.
    This is a problem because I have the last picture in the set timed out with the fading out of the music, if iPhoto would just follow my math / timing I told it to.
    So I go back and set the timing for 7.2 seconds on every slide... exact same result... total run time of 10:57. I do it again and adjust the slide duration to 7.5 seconds... exact same result... 10:57. So I quit iPhoto and go back in and rebuild the slideshow again, and this time set it to 8 seconds a slide... export to quicktime DV... exact same result... 10:57, ending a minute too early and cutting of the last minute of my song.
    The kicker is this... The slideshow was 100 (vs. 99 as it is now) and when I exported it to quicktime DV it came out to 12 minutes and 4 seconds long. The only thing I did was delete one photo and re-export it and it cut the slideshow down over a minute. ***???? Shouldn't it just make the slideshow 7 or so seconds shorter when I delete one photo????
    I'm so ****** about this crazy crap... makes me feel like I'm using a PC instead of a Mac when this arbitrary and illogical crap happens for no good reason.
    And before you say "just use the fit slideshow to music", let me tell you, it always errors out. I have three songs that I fused together into one .wav file using iMovie HD. It is 12:05 long. When I add it as the only song it iPhoto's custom playlist on the slideshow, and then enable the fit slideshow to music option, it tells me that the music I selected is too short for so many photos, and that I need at least 12:03 worth of music... even though I have 12:05 worth of music selected! How is that too short for 99 or 100 photos? That's like 7 seconds a photo, which is fairly long for each to display.
    This is microsoft dumb.

    If you still have a copy of iMovie HD 6 I suggest you use that to add the music to the slideshow. Create the slideshow without music, import it into iMovie HD 6, and add your audio tracks where you can trim, fade in/out, and have precise placement.
    Click to view full size

  • IMPORTING FOOTAGE INTO FCE AND MERGING FILES WITH FINAL CUT STUDIO

    So I recently purchased Final Cut Express to create off-line, rough cut projects...to be completed by more qualified editors other than myself. But I want to make sure that Final Cut Express is the right system for me.
    Here are my questions:
    1.) I will be using a variety of video formats for this system, and will be ingesting primarily through a shared media drive. Should I be concerned by the fact that it says I can only use "HDV, AVCHD, and DV" for simultaneous edit? What if I originate my material on Beta or DVCPro and want to import using firewire?
    2.) Will my timelines be compatible to other (higher-end) Final Cut programs?
    Any help is greatly appreciated!
    Thanks,
    Chip

    Welcome to the forum!
    1.) If the video you plan to use is not HDV, DV, or AVCHD then it will not be able to be ingested by FCE. The best way to get your media into FCE would be to capture it, but if it originates somewhere else you can still import it into FCE provided it is one of the formats cited above. If your media is not one of these three, you will have to use a convertor to make it "readable" by FCE. If you want to keep the full resolution of another format, you are better off directly going to Final Cut Pro, as it can handle these formats.
    2.) Final Cut Pro will be able to open your Final Cut Express timelines, but you will not be able to go back the other way around. So only let your editors open the project in FCPro once you are done using it in FCE.
    If you are planning to shoot professional videos, FCE transcodes into Apple Intermediate Codec, usually giving you lower quality then if you were to ingest the media in FCPro, which uses ProRes for higher quality yet larger file sizes. If you are not worried about the mentioned drawbacks to using FCE as a first-cut before FCP, then you should be fine.
    -skalicki

Maybe you are looking for