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  
map — Property, class impression.utilities.LessonMapController
The LessonMap object associated with the object.
mapName — Property, class impression.persistence.properties.LocationData
The name of the map referenced by the object.
mapRoot — Property, class impression.persistence.LessonMap
The root XML object.
maps — Property, class impression.persistence.Lesson
The object's lesson map collection.
maskRenderingSurface — Style, class impression.players.RenderingPlayer
Whether or not the rendering surface should be masked to width x height.
maskSurface() — method, class impression.players.RenderingPlayer
Adds a mask to the rendering surface if the maskRenderingSurface style property value is true.
matchingEvaluate — Event, class impression.players.MatchingPlayer
Dispatched when the evaluate() method is invoked.
MatchingEvaluateEvent — class, package impression.events
The MatchingPlayer object dispatches a MatchingEvaluateEvent when the evaluate() method is successfully invoked.
MatchingEvaluateEvent(type:String, bubbles:Boolean, cancelable:Boolean, sb:impression.persistence:Storyboard, status:String, correct:Boolean, totalCorrect:Number, totalIncorrect:Number) — Constructor, class impression.events.MatchingEvaluateEvent
Creates a new instance of a MatchingEvaluateEvent object.
MatchingPlayer — class, package impression.players
The MatchingPlayer class supports playback of matching type storyboards, including matching text to text, matching text to graphics, matching graphics to text, and matching graphics to graphics.
MatchingPlayer() — Constructor, class impression.players.MatchingPlayer
Creates a new instance of the MatchingPlayer.
MatchingQuestionDetails — class, package impression.players
The MatchingQuestionDetails class provides detailed information about a single question in a matching-type storyboard.
MatchingResponseDetails — class, package impression.players
The MatchingResponseDetails class provides detailed information about a single response (answer or distractor) in a matching-type storyboard.
matchingSelectionChange — Event, class impression.players.MatchingPlayer
Dispatched when a selection is changed, or when the storyboard is first loaded.
MatchingSelectionEvent — class, package impression.events
The MatchingPlayer object dispatches a MatchingSelectionEvent when a selection has changed.
MatchingSelectionEvent(type:String, bubbles:Boolean, cancelable:Boolean, sb:impression.persistence:Storyboard, questionIndex:Number, responseIndex:Number, selectionsComplete:Boolean) — Constructor, class impression.events.MatchingSelectionEvent
Creates a new instance of a MatchingSelectionEvent object.
MatchingSummary — class, package impression.players
The MatchingSummary class provides aggregate information about a matching-type storyboard.
maximumDistractors — Static Property, class impression.players.MatchingPlayer
Indicates the maximum number of distractors to be processed.
maximumDistractors — Static Property, class impression.players.MultipleChoicePlayer
Indicates the maximum number of distractors to be processed.
maximumQuestions — Static Property, class impression.players.MatchingPlayer
Indicates the maximum number of question/answer pairs to be processed.
maximumResponses — Static Property, class impression.players.MultipleSelectPlayer
Indicates the maximum number of responses to be processed.
MenuPlayer — class, package impression.players
The MenuPlayer class supports playback of menu type storyboards.
mergeStyles(... rest) — Package Function, impression.utilities
Merges the styles from multiple classes into one object.
message — Property, class impression.events.RemediationRequestEvent
The remediation message to display.
message — Property, class impression.events.RulesEngineRemediationRequestEvent
The remediation message to display.
message — Property, class impression.events.SimulationObjectErrorEvent
The message associated with the error.
message — Property, class impression.events.SimulationPlayerErrorEvent
The message associated with the error.
MOUSE — Constant Static Property, class impression.events.LessonMapViewerEventReasons
The event was triggered by user interaction with the mouse.
MOUSE — Constant Static Property, class impression.events.TreeViewEventReasons
The event was triggered by user interaction with the mouse.
moveFirst(element:impression.persistence:ChildElement) — method, class impression.persistence.ChildElementCollection
Moves an item to the first position in the collection (index 0).
moveLast(element:impression.persistence:ChildElement) — method, class impression.persistence.ChildElementCollection
Moves an item to the last position in the collection.
moveNext(element:impression.persistence:ChildElement) — method, class impression.persistence.ChildElementCollection
Moves an item to the position of its next sibling.
movePrevious(element:impression.persistence:ChildElement) — method, class impression.persistence.ChildElementCollection
Moves an item to the position of its previous sibling.
moveTo(element:impression.persistence:ChildElement, index:Number) — method, class impression.persistence.ChildElementCollection
Moves an item to a specific position.
multipleActivation — Style, class impression.players.CanvasPlayer
Specifies whether or not multiple canvas elements can be active at the same time.
multipleChoiceEvaluate — Event, class impression.players.MultipleChoicePlayer
Dispatched when the evaluate() method is invoked.
MultipleChoiceEvent — class, package impression.events
The MultipleChoicePlayer dispatches a MultipleChoiceEvent object when a multiple choice question related action occurs.
MultipleChoiceEvent(type:String, bubbles:Boolean, cancelable:Boolean, sb:impression.persistence:Storyboard, selectedIndex:Number, evaluatedIndex:Number, correct:Boolean) — Constructor, class impression.events.MultipleChoiceEvent
Creates a new instance of a MultipleChoiceEvent object.
MultipleChoicePlayer — class, package impression.players
The MultipleChoicePlayer class supports playback of multiple-choice type storyboards, including multiple-choice text and multiple-choice graphics.
multipleChoiceSelectionChange — Event, class impression.players.MultipleChoicePlayer
Dispatched when a selection is changed, or when the storyboard is first loaded.
multipleSelectEvaluate — Event, class impression.players.MultipleSelectPlayer
Dispatched when the evaluate() method is invoked.
MultipleSelectEvent — class, package impression.events
The MultipleSelectPlayer dispatches a MultipleSelectEvent object when a multiple select question related action occurs.
MultipleSelectEvent(type:String, bubbles:Boolean, cancelable:Boolean, sb:impression.persistence:Storyboard) — Constructor, class impression.events.MultipleSelectEvent
Creates a new instance of a MultipleSelectEvent object.
MultipleSelectPlayer — class, package impression.players
The MultipleSelectPlayer class supports playback of multiple-choice/multiple-select type storyboards, including those with text or graphic responses.
multipleSelectSelectionChange — Event, class impression.players.MultipleSelectPlayer
Dispatched when a selection is changed, or when the storyboard is first loaded.
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