Table of Contents

Class MultipleCorrectQuestionAnswered

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

Constructors

MultipleCorrectQuestionAnswered(Guid, int[])

public MultipleCorrectQuestionAnswered(Guid question, int[] options)

Parameters

question Guid
options int[]

Properties

Options

public int[] Options { get; set; }

Property Value

int[]

Question

public Guid Question { get; set; }

Property Value

Guid