Add Widgets; Troubleshooting Widgets - Adobe CAPTIVATE 5 Help Manual

Table of Contents

Advertisement

Last updated 4/22/2010
function answers():Array {
var answers:Array = new Array();
var ans : Object
= new Object();
var ans2 :Object = new Object();
ans.answerID =
"10";
ans.chosenAnswer = "Hi..Hi...";
ans.correctAnswer = "Hello...Hello...";
answers["firstanswer"]= ans;
ans2.answerID =
"12";
ans2.chosenAnswer = "Hi2..Hi2...";
ans2.correctAnswer = "Hello2...Hello2...";
answers["first2answer"]= ans2;
return answers; }

Add widgets

Add a widget from the Widget panel
By default, the widgets available in the Widget gallery appear in the Widget panel. The Widget gallery is created in the
\\Program files\Adobe\Adobe Captivate 5\Gallery\Widgets (on Windows) and /Applications/Adobe Captivate
5/Gallery/Widgets (on Mac OS) when you install the application. The Widget panel shows only those widgets created
using the ActionScript version 3.0.
1
Select Window > Widget.
2
In the Widget panel, select a widget. A preview of the widget is displayed in the Widget panel.
Note: You can sort the widgets in the Widget panel as Static, Interactive, or Question by selecting the corresponding
option in the menu.
Do one of the following:
3
Click Insert.
Double-click the widget
Drag the widget to the slide.
In the Widget dialog box, specify the name of the course. For widget options, see
4
page 120.
Add a widget from the Insert menu
Select Insert > Widget.
1
In the Open dialog box, browse to the folder containing the widget, and open it.
2
In the Widget dialog box, specify the name of the course. For options for the widget, see
3
page 120.

Troubleshooting widgets

You can also devote a text area in a widget to view the debugging messages.
DRAFT
USING ADOBE CAPTIVATE 5
Widgets
"Properties of
widgets" on
"Properties of
widgets" on
129

Advertisement

Table of Contents
loading

Table of Contents