Class QBankQuestion
- Namespace
- InSite.Application.Banks.Read
- Assembly
- Shift.Sdk.dll
public class QBankQuestion
- Inheritance
-
QBankQuestion
- Inherited Members
-
- Extension Methods
-
Constructors
QBankQuestion()
Properties
Bank
public virtual QBank Bank { get; set; }
Property Value
- QBank
BankIdentifier
public Guid BankIdentifier { get; set; }
Property Value
- Guid
BankIndex
public int BankIndex { get; set; }
Property Value
- int
BankSubIndex
public int? BankSubIndex { get; set; }
Property Value
- int?
Competency
public virtual VCompetency Competency { get; set; }
Property Value
- VCompetency
CompetencyIdentifier
public Guid? CompetencyIdentifier { get; set; }
Property Value
- Guid?
GradeItems
public virtual ICollection<QBankQuestionGradeItem> GradeItems { get; set; }
Property Value
- ICollection<QBankQuestionGradeItem>
LastChangeTime
public DateTimeOffset? LastChangeTime { get; set; }
Property Value
- DateTimeOffset?
LastChangeType
public string LastChangeType { get; set; }
Property Value
- string
LastChangeUser
public string LastChangeUser { get; set; }
Property Value
- string
Options
public virtual ICollection<QBankOption> Options { get; set; }
Property Value
- ICollection<QBankOption>
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
ParentQuestionIdentifier
public Guid? ParentQuestionIdentifier { get; set; }
Property Value
- Guid?
QuestionAssetNumber
public string QuestionAssetNumber { get; set; }
Property Value
- string
QuestionCode
public string QuestionCode { get; set; }
Property Value
- string
QuestionCondition
public string QuestionCondition { get; set; }
Property Value
- string
QuestionDifficulty
public int? QuestionDifficulty { get; set; }
Property Value
- int?
QuestionFirstPublished
public DateTimeOffset? QuestionFirstPublished { get; set; }
Property Value
- DateTimeOffset?
QuestionFlag
public string QuestionFlag { get; set; }
Property Value
- string
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }
Property Value
- Guid
QuestionLikeItemGroup
public string QuestionLikeItemGroup { get; set; }
Property Value
- string
QuestionPublicationStatus
public string QuestionPublicationStatus { get; set; }
Property Value
- string
QuestionReference
public string QuestionReference { get; set; }
Property Value
- string
QuestionSourceAssetNumber
public string QuestionSourceAssetNumber { get; set; }
Property Value
- string
QuestionSourceIdentifier
public Guid? QuestionSourceIdentifier { get; set; }
Property Value
- Guid?
QuestionTag
public string QuestionTag { get; set; }
Property Value
- string
public string QuestionTags { get; set; }
Property Value
- string
QuestionTaxonomy
public int? QuestionTaxonomy { get; set; }
Property Value
- int?
QuestionText
public string QuestionText { get; set; }
Property Value
- string
QuestionType
public string QuestionType { get; set; }
Property Value
- string
Rubric
public virtual QRubric Rubric { get; set; }
Property Value
- QRubric
RubricIdentifier
public Guid? RubricIdentifier { get; set; }
Property Value
- Guid?
SetIdentifier
public Guid SetIdentifier { get; set; }
Property Value
- Guid
SubCompetencies
public virtual ICollection<QBankQuestionSubCompetency> SubCompetencies { get; set; }
Property Value
- ICollection<QBankQuestionSubCompetency>
Methods
EscapeQuestionTag(string)
public static string EscapeQuestionTag(string value)
Parameters
value string
Returns
- string
public List<Tuple<string, List<string>>> GetQuestionTags()
Returns
- List<Tuple<string, List<string>>>
public static string GetQuestionTags(List<Tuple<string, List<string>>> value)
Parameters
value List<Tuple<string, List<string>>>
Returns
- string
public static List<Tuple<string, List<string>>> GetQuestionTags(string value)
Parameters
value string
Returns
- List<Tuple<string, List<string>>>
public void SetQuestionTags(List<Tuple<string, List<string>>> value)
Parameters
value List<Tuple<string, List<string>>>
UnescapeQuestionTag(string)
public static string UnescapeQuestionTag(string value)
Parameters
value string
Returns
- string