Table of Contents

Class QTIReader.Section

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

Constructors

Section()

public Section()

Properties

Identifier

public string Identifier { get; set; }

Property Value

string

IsCustom

public bool IsCustom { get; set; }

Property Value

bool

PointsPerItem

public double PointsPerItem { get; set; }

Property Value

double

Questions

public List<QTIReader.Question> Questions { get; set; }

Property Value

List<QTIReader.Question>

Title

public string Title { get; set; }

Property Value

string