Table of Contents

Class MatchingPair

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll

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

decimal?

Left

The item on the left in a pair.

public ContentTitle Left { get; set; }

Property Value

ContentTitle

Points

The number of points awarded for a correct selection.

public decimal Points { get; set; }

Property Value

decimal

Right

The matching (i.e. correct) item on the right in a pair.

public ContentTitle Right { get; set; }

Property Value

ContentTitle

Methods

Clone()

public MatchingPair Clone()

Returns

MatchingPair

Equals(MatchingPair)

public bool Equals(MatchingPair other)

Parameters

other MatchingPair

Returns

bool