Click or drag to resize

QuizModel Properties

The QuizModel type exposes the following members.

Properties
  Name Description
Public property Attached
Defines an attached property.
(Inherited from BaseModel.)
Public property AttemptCount (Inherited from ConversationModel.)
Public property ChosenAnswer
Displays the chosen Quiz' answer.
Public property Comments
(Development) Includes comments in the XML code.
(Inherited from BaseModel.)
Public property CorrectActions
Public property CorrectMessage
Displays a message when the right answer to the Quiz is chosen.
Public property CurrentGUIDialogueId
Displays the Conversation in the specified interface.
(Inherited from ConversationModel.)
Public property CurrentPoint
Returns the user's current score.
Public property Code example DataContext
Contains a source of all bindings defined for element.
(Inherited from BaseModel.)
Public property Description
Displays a description of the object to the user.
(Inherited from TriggableModel.)
Public property EndTime
Returns the time at which the Quiz was finished.
Public property ExternalXmlPath (Inherited from BaseModel.)
Public property Id
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.)
Public property ImageId
Defines the image to display when the user clicks the View Image button.
(Inherited from ConversationModel.)
Public property IsContinue
Displays the Continue button to the user.
(Inherited from ConversationModel.)
Public property IsExplorable
Displays the Explore button to the user.
(Inherited from ConversationModel.)
Public property IsIdAutogenerated (Inherited from BaseModel.)
Public property IsMuted
Disables the voice-over for this Conversation.
(Inherited from ConversationModel.)
Public property IsViewTheoryClicked (Inherited from ConversationModel.)
Public property MaxAttempts
Defines the maximum number of attempts the user can take at answering this Quiz.
Public property MaxPoint
Defines the maximum amount of points allowed for this Quiz.
Public property MinPoint
Defines the minimum amount of points allowed for this Quiz.
Public property NextConvId
Specifies the next Conversation to be shown.
(Inherited from ConversationModel.)
Public property NextQuizId
Specifies the Id of the next Quiz to be shown.
(Inherited from ConversationModel.)
Public property NoScore
Excludes this Quiz from the user's score calculation.
Public property Options (Inherited from ConversationModel.)
Public property OptionsSerialized
Lists the available Options in the Conversation.
(Inherited from ConversationModel.)
Public property PointReduction
Reduces the user's score when an incorrect answer is chosen.
Public property PreviousQuizId
Specifies the Id of the previous Quiz.
(Inherited from ConversationModel.)
Public property QuizGroup
Includes this Quiz in a group of which only one member is displayed per simulation.
Public property QuizHasBeenAnswered
Returns true if this Quiz has already been answered by the user.
Public property RandomizeOptionOrder
Orders the Quiz options randomly.
Public property ReadMoreUrl
Targets the Wiki content to be displayed when the user clicks on the View Theory button.
(Inherited from ConversationModel.)
Public property Sentence
Defines the text to be displayed or spoken.
(Inherited from SentenceModel.)
Public property StartTime
Returns the time at which the Quiz was started.
Public property TemplateVersionId
Contains a id of source template.
(Inherited from BaseModel.)
Public property Title
Defines a title for the object.
(Inherited from TriggableModel.)
Public property Triggers (Inherited from TriggableModel.)
Public property TriggersSerialized
Lists the available Triggers for this object.
(Inherited from TriggableModel.)
Public property VoiceId
Selects the Id of the Voice to be used for the Conversation.
(Inherited from ConversationModel.)
Public property VoiceOnce
Voices the Conversation only once in the simulation.
(Inherited from ConversationModel.)
Public property WrongActions
Public property WrongMessage
Displays a message when the wrong answer to the Quiz is chosen.
Public property XmlComments
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.)
Top
See Also