Class QTIReader.Section
public class QTIReader.Section
- Inheritance
-
QTIReader.Section
- Inherited Members
- Extension Methods
Constructors
Section()
public Section()
Properties
Identifier
public string Identifier { get; set; }
Property Value
IsCustom
public bool IsCustom { get; set; }
Property Value
PointsPerItem
public double PointsPerItem { get; set; }
Property Value
Questions
public List<QTIReader.Question> Questions { get; set; }
Property Value
Title
public string Title { get; set; }