Table of Contents

Class MultipleChoiceQuestionAnswered

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

Constructors

MultipleChoiceQuestionAnswered(Guid, int)

public MultipleChoiceQuestionAnswered(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