A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
questionAnswered — Property, class widgetfactory.QuizData
Indicates whether the question was answered at all.
questionAnsweredCorrectly — Property, class widgetfactory.QuizData
Indicates whether the quiz element was answered correctly or not.
questionAttempts — Property, class widgetfactory.QuizData
The number of trys the audience has had at answering the question.
questionMaxAttempts — Property, class widgetfactory.QuizData
The maximum amount of times the audience can fail the quiz element, before being moved on.
questionMaxScore — Property, class widgetfactory.QuizData
The maximum possible score that the audience can get if they answer this quiz element correctly.
questionNumber — Property, class widgetfactory.QuizData
The number question in the quiz.
questionScore — Property, class widgetfactory.QuizData
The score that the audience got for this quiz element.
questionState — Property, class widgetfactory.QuestionWidget
Holds a string that is sent to the Learning Management System (LMS) when the question is submitted.
questionState — Property, class widgetfactory.events.QuestionWidgetEvent
Holds the questionState string returned from the LMS with the SET_QUESTION_STATE event.
questionSubmitted — Event, class widgetfactory.QuestionWidget
questionSubmitted — Event, class widgetfactory.StaticWidget
QUESTION_SUBMITTED — Constant Static Property, class widgetfactory.events.QuestionWidgetEvent
Dispatched when any native Captivate question type or Question Widget is submitted.
questionText — Property, class widgetfactory.QuestionWidget
The container of the Question Text field for the QuestionWidget.
questionTitle — Property, class widgetfactory.QuestionWidget
The container of the Question Title text field for the QuestionWidget.
questionType — Property, class widgetfactory.QuizData
Indicates what type the current question is.
QuestionWidget — class, package widgetfactory
A Question Widget is a Static Widget that acts as a Captivate question type.
QuestionWidget(propertiesDialogWidth:Number, propertiesDialogHeight:Number, propertiesObject:widgetfactory.properties:ICaptivateWidgetData) — Constructor, class widgetfactory.QuestionWidget
Creates a new instance of the QuestionWidget class.
QuestionWidgetEvent — class, package widgetfactory.events
The QuestionWidgetEvent class dispatches events that deal with QuestionWidgets.
QuestionWidgetEvent(type:String, id:String, chosen:String, correct:String, questionState:String, bubbles:Boolean, cancelable:Boolean, quizData:widgetfactory:QuizData) — Constructor, class widgetfactory.events.QuestionWidgetEvent
Creates an Event object to pass as a parameter to event listeners.
quizData — Property, class widgetfactory.events.QuestionWidgetEvent
quizData holds information about how the Captivate Author set up the quiz.
quizData — Property, class widgetfactory.events.WidgetEvent
quizData holds information about how the Captivate Author set up the quiz.
QuizData — class, package widgetfactory
The QuizData class contains information about the setup of the quiz.
QuizData(data:Object) — Constructor, class widgetfactory.QuizData
Creates a new instance of the QuizData class.
quizQuestionNumber — Property, class widgetfactory.info.WidgetInfo
If the Interactive Widget is told to report to the quiz, this will hold what number question the widget is in the quiz.
quizReporter — Property, class widgetfactory.InteractiveWidget
The Quiz Reporter object that is associated with this Interactive Widget (assuming that the widget is reporting to the quiz).
quizReporter — Property, class widgetfactory.QuestionWidget
The Quiz Reporter object that is associated with this quiz question.
QuizReporterProxy — class, package widgetfactory.proxy
Locates and acts as a proxy for the object that reports a score to the Captivate quiz in behalf of a Captivate object.
QuizReporterProxy(slide:flash.display:DisplayObjectContainer, isQuestion:Boolean, quizQuestionNumber:int) — Constructor, class widgetfactory.proxy.QuizReporterProxy
Creates a new instance of the QuizReporterProxy class.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z