Class TestPassingAnswerModel
Inheritance
TestPassingAnswerModel
Assembly: EduCATS.dll
Syntax
public class TestPassingAnswerModel
Constructors
TestPassingAnswerModel(TestAnswerModel, int)
Declaration
public TestPassingAnswerModel(TestAnswerModel answerModel, int questionType)
Parameters
Properties
Content
Declaration
public string Content { get; set; }
Property Value
ContentToAnswer
Declaration
public string ContentToAnswer { get; set; }
Property Value
CorrectnessIndicator
Declaration
public int CorrectnessIndicator { get; set; }
Property Value
DownMovableAnswerCommand
Declaration
public ICommand DownMovableAnswerCommand { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
QuestionType
Declaration
public int QuestionType { get; set; }
Property Value
UpMovableAnswerCommand
Declaration
public ICommand UpMovableAnswerCommand { get; set; }
Property Value