Class AttemptQuestionOrdering
public class AttemptQuestionOrdering : AttemptQuestion
- Inheritance
-
AttemptQuestionOrdering
- Inherited Members
- Extension Methods
Constructors
AttemptQuestionOrdering()
public AttemptQuestionOrdering()
Properties
BottomLabel
public string BottomLabel { get; set; }
Property Value
Options
public AttemptOption[] Options { get; set; }
Property Value
Solutions
public AttemptQuestionOrderingSolution[] Solutions { get; set; }
Property Value
TopLabel
public string TopLabel { get; set; }