Class QTIReader.Question
public class QTIReader.Question
- Inheritance
-
QTIReader.Question
- Inherited Members
- Extension Methods
Constructors
Question()
public Question()
Properties
Identifier
public string Identifier { get; set; }
Property Value
PointsPossible
public double PointsPossible { get; set; }
Property Value
QuestionText
public string QuestionText { get; set; }
Property Value
QuestionType
public QuestionType QuestionType { get; set; }
Property Value
Responses
public List<QTIReader.Response> Responses { get; set; }