Class TestPassingPageModel
Inheritance
TestPassingPageModel
Assembly: EduCATS.dll
Syntax
public class TestPassingPageModel
Properties
Description
Declaration
public string Description { get; set; }
Property Value
IsTimeForEntireTest
Declaration
public bool IsTimeForEntireTest { get; set; }
Property Value
QuestionNumber
Declaration
public int QuestionNumber { get; set; }
Property Value
QuestionType
Declaration
public int QuestionType { get; set; }
Property Value
TimeForCompletion
Declaration
public int TimeForCompletion { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value