Click or drag to resize

AnswerQuizModelIsCorrectAnswer Property

Specifies whether and the answer is correct (PlayHistory only).

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public bool IsCorrectAnswer { get; set; }

Property Value

Type: Boolean
Remarks

This property is automatically handled by the platform and should not be modified manually.

See Also