Can I do the following with Captivate?

We are designing a new curriculum in our office, trying to use Captivate 7.  I am learning as I go but need to know if Captivate is capable of the following scenarios.  I also would like to find a consultant in the San Francisco Bay area that would be able to help me get a handle on putting this together as there is some urgency in the project.
It may be best if, rather than describe what I have tried to do, I describe what I would like to have happen.
1.  I have a 10 question survey that I would like to have people respond to by entering a number from 1 to 10. 
2.  I would prefer to have at least 5 of the questions on one slide and 5 on a second slide.
3. Once the questions are all answered, I would like the capability for the user to print the completed survey for their records AND I would like for the answers to be submitted to me so that they can be compiled into a chart to be referred back to at a later date.
4. In each question of the survey, I would like to embed a link that the user would use to activate a short video clip on the same slide (if possible) explaining more about what the question is asking. Once the video clip is finished, I would like for it to disappear from the slide.  The user should then be able to enter their response to that question and move on to the next question, using the link to view the video associated with it, and so on until all the questions on the slide have been completed.  They would then continue to the next slide.
5.  There will be a lot of very short video clips in this curriculum and we would like to integrate them smoothly.  When I put a video on a separate slide, I would like for the user to automatically be taken back to a previous slide when the video is finished playing.  How do I do this.
It would be most helpful if I could find someone to work with me a bit in getting a handle on how to do these things.  In person is usually most effective for me to get started but I would be open to working with someone remotely.
Thank you so much for any help that you can give.  It is fairly important that I learn if Captivate is capable of what I have described above and, if not, how could I accomplish this?  What other programs would I need to use?

Most of this is possible.  It is a lot to bite off for a beginning Captivate user. 
1. The Rating Scale (Likert) quiz question is designed for this.  It only allows up to 5 answer options.  You can set up a multiple choice question to have 10 answer options.  A fill in the blank question allows users to type in a number.  However, I don't think it'll be easy to chart your results through fill in the blank.
2. Captivate's built in Quiz questions do not allow more than one question on a slide. 
3. You can view the user responses if the project is hosted on an LMS or Adobe Connect.  Some of the playbars include a Print button.
4. You can package videos in the captivate project or use the Web Object Interaction to open external links within the project. 
5. Assign the video slide On Exit: Jump to slide
You may find Google Forms helpful to gather your information.  They're easy to create through Google Drive.  You can guide users to the Form using the Web Object Interaction. 
Good luck! 

Similar Messages

  • Can I do the following with sharing.

    Hi everyone. I'm a new switcher and i've bought 2 macbook pro's. I'm thinking of buying a mac mini to through over by the TV... One of the things we are looking into is can we use the mini as a main photo depot. I've played around with the sharing ability in iphoto and I see the following big limitations... Are there any tricks or third party utilities to help get around the following:
    1)When browsing albums, You can only see the most top level album-- So if I have a 2006 folder/album and under it all the albums for 2006 events, when shared, the shared computer only see's 2006 and not the sub albums!!! Big oversight it seems.
    2)Can we mark an option to cache the thumbnails of a specific shared library??
    3) PUSHING! I would rather not have to walk over to where ever the server computer is and work on it... I want to do everything from my notebook. I would like to import photo's to my computer. And organize them and then "push" them to the server iphoto bringing across keywords(which really blow in photo!) and the album structure they are in....
    Any thought on how to do these things??
    Thanks.
    Lawrence--
    also--- any word if the whole keyword/album workflow is going to get polished? Seems very clunky coming from Photoshop Elements organizer where the tags are wonderful!

    Lawrence:
    You're further into to sharing than I am but here's some food for thought. Store you source file on the Mini. They should be in an over all container folder and sub-folders similar to this but with different titles to suit your style.
    Then for each Macbook Pro create a new, alias based library and import the source files from the Mini. As long as the laptops are connected to the Mini you will be able to operate the library normally and separately from the other laptop. Any edits made on laptop 1 stays on #1 (sounds like a Las Vegas ad) and the same with laptop 2. The source files are never touched. You can rearrange the files as you'd like in the library and, as I said, the source files remain as is. Even deletions from a library are for that only library.
    One caveat to this system is that when you add new photos to the source files they should be in their own folder so the users can compare the folders to their rolls and see which are the newly added photos.
    If the laptops are not connected to the Mini then the libraries will be limited to viewing thumbnails only, adding comments, creating and moving albums and, with some difficulty and aggravation, adding keywords. You just cannot do any editing, work with books, slides shows or anything that required the full sized image. I suppose if you went on the road and wanted to have a slideshow you could temporarily change your preferences so you would import the full sized image and have them while disconnected from the Mini.
    My library of 16,700 images (27G on the external HD) is only 1.7G in size. Here are some Tutorials on how to achieve an all alias based system.
    The first tutorial shows how you can write your iPhoto keywords to the source files for use later or for the transition over to an all alias based system.
    I don't know how you plan to be linked to the Mini but it should be doable. Maybe wirelessly with Airport but I've no experience with wireless networking.

  • My iPad has to be really really close to the router for it to have internet. How can I make it so I can go around the house with it?

    My iPad has to be really really close to the router for it to have internet. How can I make it so I can go around the house with it? My iPad has been like this for a couple of months, and it has really irritated me. My friend came over and he had to download iTunes for something on the computer. He needed my iPad, he tried it and it wasn't really near the router.

    I'd begin by reviewing the following:
    http://support.apple.com/kb/TS1398

  • Can I rewrite the following query without using Row_number() function ??!!

    Hello every one, can I rewrite the following query without using the 'ROW_NUMBER() OVER ' part.
    The query is supposed to pull out the records whose CODE is not NULL and has most
    recent date for UPDATE_DATE . The reason I wanted to do this is, When I embed this query
    in between many other queries along with JOINs, My oracle server is unable to execute. So, I thought
    its better to supplant 'ROW_NUMBER() OVER ' logic with something else and try it. .
    SELECT a.* FROM
    (SELECT b.*, ROW_NUMBER() OVER (PARTITION BY b.PIDM
    ORDER BY b.UPDATE_DATE DESC) AS Rno
    FROM
    SELECT *
    FROM SHYNCRO WHERE CODE IS NOT NULL
    )b
    )a
    WHERE a.Rno = 1

    Hi,
    You didn't write over 150 lines of code and then start testing it, did you?
    Don't.
    Take baby steps. Write as little as pssiblem test that. Debug and test again until you have something that does exactly what you want it to do.
    When you have somehting that works perfectly, take one baby step. Add a tiny amount of code, maybe 1 or 2 lines more, and test again.
    When you do get an error, or wrong results, you'll have a much better idea of where the problem is. also, you won't be building code on a flimsy foundation.
    If you need help, post the last working version and the new version with the error. Explain what you're trying to do in the new version.
    The error message indicates line 133. It looks like line 133 of your code is blank. Does your front end allow completely blank lines in the middle of a query? SQL*Plus doesn't by default; you have to say
    SET  SQLBLANKLINES  ONto have a completely blank line in SQL*Plus. (However, lines containing nothing but at commnet are always allowed.)
    You may have noticed that this site normally doesn't display multiple spaces in a row.
    Whenever you post formatted text (such as indented code) on this site, type these 6 characters:
    \(small letters only, inside curly brackets) before and after each section of formatted text, to preserve spacing.
    The 4 people who posted small code fragments for you to read all did this.  It would be so much easier for people to read your humongeous query if it were formatted.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Can we design the scenario with Business service

    Hi,
    I have IDOCXIFile Scenario
    Can we design the scenario with Business service for SAP R/3 and As well as for File system also????
    I dont have details abt the SAP R/3 system to create the Tech system in SLD
    Regards
    Suman

    Hello Suman,
    Go through this Blog..
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    These are the steps which u have to do
    STEPS IN DESIGN
    1. Import idoc from the SAP System (SAP02) through imported objects.
    2. Create Data Type, Message Type, Message Interface for the Outbound File.
    3. Create Message Mapping with file Message and idoc (Matmas04)
    5.Create Interface mapping between File Interface and the idoc.
    Steps to be followed in Creation of Technical and Business System
    Technical System
    In SLD, click on technical landscape->New Technical System->WebAS ABAP.
    Business System.
    1.Goto Business Landscape->New Business System->Name the business system.
    2. Choose the technical system that needs to be attached->WebAS ABAP->Technical System Name.
    Preconfiguration steps for transfer of data to IDOCS
    1.Create a RFC Destination in SM59 of XI Server of type.
    2.In transaction IDX1 ,create a port for the client of XI server.
    3. The port has to be displayed in the idx2 transaction and we should be able to view the idoc’s which we imported through integration repository.
    Steps in Configuration
    1. Goto service without party, right click->Assign a business system.
    2. Choose the business system to be added.
    3. Create a File Sender Service with communication channel for the same.
    4. Create an idoc receiver channel under the business system.
    7. The Idoc type( which data is to be written) is mentioned as inbound parameter.
    8. Mention the logical Name in the Service->Adapter Specific Parameters of both the File Sender Service as well as the business system.
    9. Make the Sender Agreement for theFile Sender with communication channel.
    10.Create the Receiver Determination and Interface Determination for the business system.
    11.Create the Receiver Agreement for the Business system.
    Step for Configuration fo IDOC in R/3
    SM59-rfc destination
    IDX1-port
    IDX2-load metadata
    we05-IDoc status records
    BD54-Create Partner Number
    We20-Create Partner Profile
    WE19-Testing IDoc Processing
    Do these configurations in R/3 and in XI...
    SAP XI
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (IDX1)
    a) Select create new button
    b) Enter the port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Load Meta Data for IDOC (IDX2)
    a) Create new
    b) IDOC Message Type
    c) Enter port created in IDX1.
    SAP R/3
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (We21)
    a) First Select Transactional RFC and then click create button
    b) Enter the destination port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Create Partner Profile (WE20)
    a) Create New
    b) Create the Partner no. name as same the logical system name of the destination system.
    c) Select Partner type LS
    d) Enter details for Type: US/USER, Agent, and Lang.
    e) Click on the + button to select the message type.
    f) Select Partner no. and LS which ever create above.
    g) Select Message type
    h) Select Process code related to the Message type.
    I) save.
    Reward Points if it is useful..
    Thanks,
    Satya Kumar

  • HT201320 PLEASE HELP - I changed my email password on my computer...the email is also on my iPad...I can log on the computer with the 'new' password, however, the iPad is not allowing me to log in.  I continue to get the incorrect password message.  Pleas

    PLEASE HELP - I recently changed my email password on my computer...the email is also on my iPad. I can log on the computer with the 'new' password, however, the iPad is not allowing me to log in.  I continue to get the 'incorrect password' message.  Please advise.

    I'm sorry you're having issues with your e-mail account on your phone Rusty1112. Let's figure out what's going on. First, please try deleting account/information again and then restart phone. When phone is back on, try adding e-mail account again, and be sure you're entering exactly as you set up, meaning its case-sensitive. If you're still getting same error, please let us know and let us know what e-mail account it is, Yahoo, AOL, MSN, etc.
    Thank you,
    VanessaS_VZW
    Follow us on Twitter @VZWSupport

  • How many people can be on the system with a 512 K connection in BPC 7 MS

    Hi,
    It appears that BPC uses a large piece of the band width and more than one computer and user with a 512 K connection using BPC will not work.How many people can be on the system with a 512 K connection? -BPC 7 ms version.
    Thx
    PLN

    I would like to precise more things regarding the network.
    I did a case study for one customer and really to have good performances with SAP BPC client the network required the follow:
    Bandwitdth 1024kb/s
    Latency smaller than 200 ms between BPC client and BPC server
    Otherwise the users will experience problems:
    1. IBandwitdh < 1024Kb/s then to download 80 MB or more (templates + dimensions) will require a lot of time and that's means the login time will be very slow every time when a dimension is changed or security is process
    2. When an report is executed (a medium report not very complex report) around 100 mesage are send between bpc client and server. So if latency > 200 ms than a simple calculation is saying just into network it will be lost 200 * 100 ms = 20 s.
    So for a report which normally is taking 5 - 10 second it will take 30s or even more into client with latency bigger than 200 ms.
    Regards
    Sorin Radulescu

  • How can we create the following DOC?

    how can we create the following Documents?
    Two Enquiry one quotation.
    Two Quotation one Sales Order.
    Two Sales Order one Delivery.
    Two Delivery one Billing.

    Hi,
    You need to execute the below transaction:
    1) T.Code - VL11 : To create 2 different enquiry. To make a single Quotation for 2 enqury, use T.Code - VL21. Here once you enter the main screen, select drop down on Sales Document Type, the first option on topmest line & you will get an option --> Create with reference. Select the first enquiry & enter & repreat the sceond enquiry & enter. Now Both Enquiry will be a part of same Quotation.
    2) T.Code - VL21: To create 2 different Quotation. To make a single Quotation for 2 enqury, use T.Code - VL01. Here once you enter the main screen, select drop down on Sales Document Type, the first option on topmest line & you will get an option --> Create with reference. Select the first enquiry & enter & repreat the sceond enquiry & enter. Now Both Quotation will be a part of same Order.
    3) T.Code - VA01: To create 2 different Order. To make a single delivery, go to T.Code VL10A & select the 2 Order & create collective processing of Delivery to create a single Delivery.
    4) T.Code - VL01N: To create 2 different Delivery (other T.codes can also be used to create delivery such as VL04, VL10A, VL10C, etc).  To create single Billing for 2 Delivery, go to T.Code: VF01 & enter 2 Delivery numbers & press ENTER. This will merge 2 Delivery together.
    Note: It is assumed that the parameter are common & meet the requirement for combining various documents.
    Regards,
    Rajesh Banka
    Reward suitable points.

  • I want to buy an iphone 5s (GSM, SIM-Free). While I travelling to India, can I use the iphone with a local-SIM in INDIA.

    I want to buy an iphone 5s (GSM, SIM-Free).
    While I travelling to India, can I use the iphone with a local-SIM in INDIA.

    I am looking into buying an iphone 5s (GSM, SIM-Free) from apple store in US.
    While in India, I am looking to use it with a local-SIM (Local carrier) in INDIA (Eg: Airtel, Vodaphone etc). Will it work ?
    While browsing iphone products in the Apple store, I did not find any iphone referring to "Unlocked" but ended up with SIM-free as the only option (http://store.apple.com/us/buy-iphone/iphone5s/64gb-gold-unlocked?aid=www-k2-ipho ne%205s%20-%20index-n@p&cp=k2-iphone%205…).
    I also found the following information from the apple store - When you travel internationally, you can use a nano-SIM card for iPhone 5s from a local GSM carrier. The unlocked iPhone 5s model is A1533 (GSM).
    If Apple is the only source of unlocked iphones, could someone provide the link to the store.

  • Can any explain the following:  Background; my company uses google business app to host our email and calander.   Ok, I just set up a iCal event and invited 3 people.  1 internal claims he never got but it showed on his daughters iPod and she does not ema

    Can any explain the following:  Background; my company uses google business app to host our email and calander.   Ok, I just set up a iCal event and invited 3 people.  1 internal claims he never got but it showed on his daughters iPod and she does not email.

    Hello binbingogoABC,
    Shopping on BestBuy.com should be easy and fun and not fraught with the kind of trouble that you describe. I regret very much that this has been your experience.
    Using the information you provided when you signed up for Best Buy Unboxed I was able to locate your cancelled orders. I have requested more information from my back-office partners. As soon as I have additional details about your situation, I will reply again to this message. In the interim, I'm sorry that I must impose upon your patience.
    I'm very grateful that you wrote to us with your concerns.
    Sincerely,

  • How can I unbundle the following?

    Hello, how can I unbundle the following vi? I want to get the value of "mean" out of the cluster.
    Thanks
    Attachments:
    howto_unbundle_this.vi ‏26 KB

    Matt, if you need the array of means right there on the diagram, options 1 is probably a bit more efficient than your option 3. ;-)
    Option 4 is for the general case if you need to unbundle elsewhere in the code.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    means1-4.gif ‏5 KB

  • I believe my ipads hard drive corrupted when i went from my macbook to a pc...I can get to the screen with cord and itunes but cant get past there to desktop of ipad...Any help would be appreciated....

    I believe my ipads hard drive corrupted when i went from my macbook to a pc...I can get to the screen with cord and itunes but cant get past there to desktop of ipad...Any help would be appreciated....

    Try using this article to help with your iPad not showing up in iTunes---
    http://support.apple.com/kb/TS1538     -This deals with the device not being recognized in iTunes for Windows
    The following steps work well with iPod but i would try them for help with your iPad issue:
    Try connecting your iPad to another USB port directly on the computer. Verify that you're connecting it to a high-powered USB 2.0 port on your computer to be sure iPad is getting power. If you're connecting to a Windows laptop computer through USB, connect the laptop to a power outlet before connecting your iPad. Also, see iPod not recognized when connected to Windows laptop over USB to be sure that your USB ports are supplying enough power.
    Avoid connecting to an external USB hub. If a hub must be used, make sure the hub is USB 2.0, and that it has its own power supply. Also, make sure the hub is connected to a high-power USB 2.0 port on your computer.
    If the issue persists, try disconnecting other USB devices from the computer such as printers, cameras, scanners, external hard drives, and USB hubs to determine if there is a conflict in the USB chain.

  • How can we remove the following zeros from quantity field ?

    Hi All.
    how can we remove the following zeros from quantity field while populating ALV by using FM REUSE_ALV_GRID_DISPLAY ?
    eg:getting output zqty = 2.000
    but i need           zqty = 2.
    help me to reslove this issue.
    Regards.
    jay

    Hi,
      While populating the field catlog do the following thing to   avoid zeros.
      wa_fieldcat-tabname = 'I_OUTPUT'.    " Curr
      wa_fieldcat-fieldname = 'FWAER'.
      wa_fieldcat-seltext_l = text-023.
      wa_fieldcat-no_zero = 'X'.
      APPEND wa_fieldcat TO i_fieldcat.
      CLEAR  wa_fieldcat.
    Thanks,
    Khushbu.

  • How do i run an external monitor with my macbook and change settings so that when i close the lid the signal to the monitor is not lost and i can continue using the mac with a mouse and a wireless keyboard?

    How do i run an external monitor with my macbook and change settings so that when i close the lid the signal to the monitor is not lost and i can continue using the mac with a mouse and a wireless keyboard?

    No, nothing will prevent the computer from going to sleep when you close its display except third-party hacks that are designed to do exactly that. I strongly advise against using any of those, as they may interfere with successful entry into clamshell mode (and they carry other downside risks as well). Just wait until the computer is asleep (with its sleep light pulsing), then press any key on the keyboard. It sounds as though your setup is working as it's designed to do.

  • I have updated my iPhone 3s to the latest software. I had backed up my phone before I did this. Now I have lost my music and apps. I can't sync the phone with my Mac, I can't re-download as the phone says I don't have any music or apps available. Help!

    I have updated my iPhone 3Gs to the latest software in an attempt to iron out a problem with a new telephone network provider (Tmobile). I had backed up my phone before I did this. Now I have lost my music and apps. I can't sync the phone with my Mac, I can't re-download from iTunes as the phone says I don't have any music or apps available to re-download although it all shows up on my Mac. The music and app content cannot be restored when I try to restore the phone from the back up I madeon my Mac. Help!

    Working on that now.  I'm just getting frustrated that everytime I run updates for the phone I end up with tech problems that I have to spend time solving as opposed to updates that actually improve my usage.  Now I will once again get to spend hours reloading my phone all for updates that didn't affect my usage in the first place.

Maybe you are looking for

  • FBL5N : how to add a column of the Account's name?

    Hi, the list displayed by Tcode : FBL5N contain only the number of account, please how to add a column of Account's name ? Please advise Regards.

  • Name for standard time format?

    Is there an official name that describes the Java standard time representation? I think Java standard time defines two important things and I wish I could refer to them with a single, short, accurate name. The two things the standard defines are: 1)

  • XML Parser Xtra

    Hi, I've used the XML parser Xtra in my movie. How can I distrubute it as a projector. Is the XML parser Xtra included in Director? how can I include it in a projector? Thanks 3ddev

  • How make a button inactive after the click ?

    Hi, how can i make a button inactive after i clik on it ? I need it becasue i have one button which play my symbol (made with this nice course https://blogs.adobe.com/edge/2012/07/18/tutorial-leveraging-independent-symbol-timelines/) but it's not wor

  • ORDERS.ORDERS05

    Hi I am doing webservice to IDoc scenrio for ORDER05..the client want me to give the mandatory fields for for creating the salesorder using Idoc so that they can create the webservice.. If nay one have the mapping sheet for ORDERS05  forward it to va