Table of Contents

Class ComposedQuestionAnswered

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

Constructors

ComposedQuestionAnswered(Guid, string)

public ComposedQuestionAnswered(Guid question, string answer)

Parameters

question Guid
answer string

Properties

Answer

public string Answer { get; set; }

Property Value

string

Attempt

public int? Attempt { get; set; }

Property Value

int?

Question

public Guid Question { get; set; }

Property Value

Guid