Dec 8, 2011

Recording Modes in Captivate


There are four recording modes for Captivate, when you are doing an Automatic Recording. They are Demonstration, Assessment Simulation, Training Simulation and Custom


You must choose one of them just before starting your recording process. Each mode has some default settings about Captions, Mouse, Click Boxes and Text Entry Boxes. These default settings are based on the Captivate developers’ common sense and I must say, they really have a good sense. J

To see these settings for the different modes, there are two options:

1) If you are about to begin the recording and if you are in the window as shown in the above image, click on the Settings button below.

2) If you are inside the Captivate project, go to Edit – Preferences (Shift + F8), and from the Category box in the left, select Recording – Modes.


By default, the settings for Demonstration mode will be displayed*. You will be allowed to adjust the settings for Captions and Mouse. The Click Boxes and Text Entry Boxes settings will be disabled for editing. Because according to their common sense, in a demonstration video, you only show them the features; you don’t make them click on the interface and add text entries.

Similarly, they also have some default settings for Assessment Simulation and Training Simulation. In these two modes however, they fear that their common sense might be different from ours and they give us the option to change the settings. Apart from that, they also provide a Custom mode where you can define any other setting you require.

An important thing to note is that, whatever settings or mode you choose, you will be allowed to add / remove any of the elements (Captions, Mouse, Click Boxes & Text Entry Boxes) later after recording. The defaults option is only to make your work easier by automatically generating some of the items that you will require for sure.

To make the best utilization of this feature, take some time before starting your recording; and decide the elements you will need most commonly. Don’t think that it’s better to enable all the options first and later delete them if you find it irrelevant. Deleting each item from each slide also consumes a lot of time. Some people (like me) has the habit of highlighting the area you are about to make them click. For them, Add Highlight Boxes on Click is a good option. Enable it before starting the record so that you don’t have to add a highlight box manually in every other slide.

Anytime, if you wish to go back to the Captivate common sense settings, just click on the Restore Defaults option below after selecting the mode.


The Record – Defaults option and the Object Style Manager are also excellent time saving tools while using Captivate. We will look at this in a different article.

*Irrespective of the mode you have selected for recording, by default the settings shown will be for Demonstration mode, simply because it appears first in the drop menu. 

Dec 6, 2011

Captivate Backup File


Ever noticed a new file with the same name as that of your Captivate project file and an extension called .bak in the same folder as that of your project file? Well, there is nothing much to worry about it. That's an automatic backup file generated by Captivate for your project folder. Every time you save your Captivate project, the back up file also gets updated.


The main advantage of this file is that in case your project folder gets corrupted or is not opening, you can use the backup file to open original one in the last saved status. All you need to do is, change the extension of the backup file from .bak to .cp, and open the file in Captivate.


A Captivate project may get corrupted due to any of the following reasons:
  • Using an older version of Adobe Captivate.
  • Copied objects/slides into an older version of Adobe Captivate.
  • The Captivate project is located in a network location.
  • Using a system that does not meet the minimum system requirement for Captivate.
  • You closed a Captivate project improperly (without saving, for example).
By default, the Generate Project Backup option is enabled in Captivate. But sometimes, if you working on large projects, it may take a little more time to save your files. Also, the size of the backup files might be larger than your main project file. So in case, you want to disable this option, go to Edit-Preferences (Shift+F8) and deselect the option from Global - General Settings.


If by any chance, you did not enable the Generate Project Backup option and your file fets corrupted, you may try the following methods:
- Open the project in the latest version of Adobe Captivate.
- Use the workaround mentioned in this article.

Nov 29, 2011

Change the Speed of Captivate Text to Speech

"Hey...the narrator is too fast. Can you ask him to read the script a bit slower?" Sounds familiar? Welcome to the club. The Text to Speech option in Captivate might not read the script in the best way you wanted it to. Atleast not always. That is why you should use the Visual Tool Markup Language or the VTML tags. Dont worry! You dont have to learn a whole new language to do this.

The language uses some tags and allows you to change the attributes like speed, volume, pitch, etc. of the Text to Speech narration. Given below is the syntax:

<vtml_speed value="value"> Narration Text </vtml_speed>


Here, the value you give in quotes is the variable value given to adjust the speed. By default, it is 100. If you want to make it slower, give a number less than 100. And if you want the narrator to read it faster, give a number above 100. For example, let us say, our script reads - "The term is not very widely used.". If we need a speed which is lower than the usual speed, do the following: in the slide notes section, where we enter the script for Text to Speech, type in as shown below:

<vtml_speed value="90">The term, is not very widely used.</vtml_speed>

I have given a comma (,) after the word 'term' to insert a small pause before the next part of the sentence. If you need to change the duration of pause, you may again use a VTML tag. (Of course, you may also use the edit option and insert some silence.) There are many other similar tags which can be used in the Text to Speech interface. They are listed in this document.

Note: This works for Captivate 4 for sure. However, I am not sure it works in Captivate 5. If anyone knows more about this, please share in the comments section.

Extra Tips:

Changing the pitch of your narration can give you very interesting results. For example, one of my colleagues changed the pitch of her voice over to make it sound like that of a small kid. You might want to have some fun using this option. Enjoy..!!!


Nov 27, 2011

Enable / Disable Captivate Welcome Screen

Most likely, when you open Captivate, you will see the welcome screen.
Although there is no reason for this to be disabled, there is an option Dont Show Again at the bottom of this window. So those who do not want the welcome screen (do not really really want), can use this option to disable the welcome screen.

Now what if you want to enable it again? Or what if you clicked it by mistake and want it back when you open Captivate? Go to Edit menu and select Preferences (or use the shortcut Shift+F8). Under the Global category (or the Global -> General Settings category), use the Show Welcome Screen option to enable it again.

Nov 24, 2011

How to Create Custom Image Buttons in Captivate?

Summary: This article will teach you to create custom Image Buttons in Captivate. This is helpful when you want to have bigger buttons than given by Adobe. Although its possible to create Text Buttons and increase it to any size, it will not have any color or graphics.
In Captivate 5, its possible to resize image buttons also, but it wont look good if extended beyond a certain limit.
So given below are a few simple steps to create Custom Image Buttons in Captivate.

Step 1: Have a look at the existing buttons in Captivate

  • Go to this folder in your system - C:\Program Files\Adobe\Adobe Captivate 4\Gallery\Buttons
  • You will notice that there are three images for each button with similar filenames.
                    filename_down
                    filename_over
                    filename_up

  • Down, Over and Up defines the state of the button. If the filename of a button is 'Continue', it will have three images: Continue_down, Continue_over, Continue_up.
When the mouse is down on the button, i.e. when you have clicked on the button but dint release the mouse, it will display the image with the name Continue_down.
When the mouse is over the button, it will display the image with the name Continue_over.
When the mouse is away from the button, it will display the image with the name Continue_up.

Step 2: Create three similar images

  • You may use any software to create these images: Photoshop, PowerPoint, CorelDraw or even Paint.
  • PowerPoint gives you some custom styles with different colour styles. (Read the Extra Tips at the end of this article to learn how to create the images from PowerPoint.)
                           
Step 3: Save your images

  • Save your images with the terminology mentioned in Step 1.
  • Do NOT give names of existing Captivate buttons.
Step 4: Copy to Captivate's official folder

  • Copy and paste the three files into Adobe Captivate's official buttons folder - C:\Program Files\Adobe\Adobe Captivate 4\Gallery\Buttons
Thats it!!! You are ready to go. In case, you have a Captivate file already open, close it and open it again to see the new buttons created by you inside the Image Buttons selection drop menu.


Extra Tips:

(Note: the below mentioned steps are for PowerPoint 2007 & 2010.)

To create the button images from PowerPoint, open a new document and draw a rounded rectangle.

Modify the border curves to make it look like a button.
Right click, select Edit Text to insert the text you want to display inside the button.
When you double-click the shape, the Format menu on top will be enabled automatically. Here you can select from one of the many default styles for the shape that you have drawn. Just hover your mouse over the shapes to see a preview and click on one to finalize.
Duplicate the shape using the shortcut CTRL+D. With the new shape selected, go to Shape Fill - Gradient. Under the Variations section, you will see that the direction of the gradient you have selected for the shape is highlighted. Select a different variation for the new shape. (This is for the 'over' button image i.e., when the mouse is over the button, a slight variation of the same shape will be shown.)
Now duplicate the shape once more and add a different style to the third button. We can use this for the 'down' state of the button.
The last step is to save the button images. Right click on the first shape and select Save as Picture option.
In order to use these images as Captivate buttons, be careful to adhere to the naming conventions mentioned in the above article. Repeat this for the other two shapes. You have thus successfully created the button images.