Table of Contents

Class AttemptUploadAnswer.Question

Namespace
Shift.Common.File
Assembly
Shift.Common.dll
public class AttemptUploadAnswer.Question
Inheritance
AttemptUploadAnswer.Question
Inherited Members
Extension Methods

Constructors

Question()

public Question()

Properties

Answers

public List<string> Answers { get; set; }

Property Value

List<string>

CorrectAnswer

public string CorrectAnswer { get; set; }

Property Value

string

CurrentAnswer

public string CurrentAnswer { get; set; }

Property Value

string

FinalAnswer

public string FinalAnswer { get; set; }

Property Value

string

IsValid

public bool IsValid { get; }

Property Value

bool

OptionIndex

public int OptionIndex { get; }

Property Value

int

Sequence

public int Sequence { get; set; }

Property Value

int

Methods

Clone()

public AttemptUploadAnswer.Question Clone()

Returns

AttemptUploadAnswer.Question