Table of Contents

Class QTIReader.Question

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class QTIReader.Question
Inheritance
QTIReader.Question
Inherited Members
Extension Methods

Constructors

Question()

public Question()

Properties

Identifier

public string Identifier { get; set; }

Property Value

string

PointsPossible

public double PointsPossible { get; set; }

Property Value

double

QuestionText

public string QuestionText { get; set; }

Property Value

string

QuestionType

public QuestionType QuestionType { get; set; }

Property Value

QuestionType

Responses

public List<QTIReader.Response> Responses { get; set; }

Property Value

List<QTIReader.Response>