Table of Contents

Class TrueOrFalseQuestionAnswered

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
public class TrueOrFalseQuestionAnswered : Change, IChange
Inheritance
TrueOrFalseQuestionAnswered
Implements
Inherited Members
Extension Methods

Constructors

TrueOrFalseQuestionAnswered(Guid, int)

public TrueOrFalseQuestionAnswered(Guid question, int option)

Parameters

question Guid
option int

Properties

Option

public int Option { get; set; }

Property Value

int

Question

public Guid Question { get; set; }

Property Value

Guid