Class QuestionClassification
Questions can be classified using open-ended tag, taxonomy rank, difficulty rank, and/or like-item-group.
public class QuestionClassification
- Inheritance
-
QuestionClassification
- Inherited Members
- Extension Methods
Constructors
QuestionClassification()
public QuestionClassification()
Properties
Code
public string Code { get; set; }
Property Value
Difficulty
public int? Difficulty { get; set; }
Property Value
- int?
IsEmpty
public bool IsEmpty { get; }
Property Value
LikeItemGroup
public string LikeItemGroup { get; set; }
Property Value
Reference
public string Reference { get; set; }
Property Value
Tag
public string Tag { get; set; }
Property Value
Tags
public List<Tuple<string, List<string>>> Tags { get; set; }
Property Value
Taxonomy
public int? Taxonomy { get; set; }
Property Value
- int?
Methods
Clone()
public QuestionClassification Clone()
Returns
Copy(QuestionClassification)
public void Copy(QuestionClassification source)
Parameters
sourceQuestionClassification
Equals(QuestionClassification)
public bool Equals(QuestionClassification other)
Parameters
otherQuestionClassification