Class MatchingPair
A matching pair is an item in a matching list. It is use only in exam questions where Type = Matching.
public class MatchingPair : IQuestionAnswer
- Inheritance
-
MatchingPair
- Implements
- Inherited Members
- Extension Methods
Constructors
MatchingPair()
public MatchingPair()
Properties
CutScore
The cut-score for this pair.
public decimal? CutScore { get; set; }
Property Value
Left
The item on the left in a pair.
public ContentTitle Left { get; set; }
Property Value
Points
The number of points awarded for a correct selection.
public decimal Points { get; set; }
Property Value
Right
The matching (i.e. correct) item on the right in a pair.
public ContentTitle Right { get; set; }
Property Value
Methods
Clone()
public MatchingPair Clone()
Returns
Equals(MatchingPair)
public bool Equals(MatchingPair other)
Parameters
otherMatchingPair