Class AssessmentSubmissionQuestion
Data for a single question as shown and solved by the student.
Inheritance
System.Object
AssessmentSubmissionQuestion
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class AssessmentSubmissionQuestion
Constructors
View Source
AssessmentSubmissionQuestion()
Declaration
public AssessmentSubmissionQuestion()
Fields
View Source
achievedScore
Declaration
Field Value
Type |
Description |
System.Int32 |
|
View Source
ordinalPosition
Declaration
public int ordinalPosition
Field Value
Type |
Description |
System.Int32 |
|
View Source
questionAttemptScores
Used to store attempts runtime
Declaration
[NonSerialized]
public List<QuestionAttemptScore> questionAttemptScores
Field Value
View Source
questionId
Declaration
Field Value
Type |
Description |
System.Int64 |
|
View Source
questionProperties
Question properties passed on from the question template.
Declaration
public List<QuestionProperty> questionProperties
Field Value
View Source
questionScore
Declaration
Field Value
Type |
Description |
System.Int32 |
|
View Source
questionText
Declaration
public string questionText
Field Value
Type |
Description |
System.String |
|
View Source
questionTypeId
Declaration
public long questionTypeId
Field Value
Type |
Description |
System.Int64 |
|
View Source
questionTypeText
Declaration
public string questionTypeText
Field Value
Type |
Description |
System.String |
|
View Source
studentAssessmentQuestionAttempts
Declaration
public List<AssessmentSubmissionQuestionAttempt> studentAssessmentQuestionAttempts
Field Value
View Source
studentAssessmentQuestionOptions
Declaration
public List<AssessmentSubmissionQuestionOption> studentAssessmentQuestionOptions
Field Value
View Source
Declaration
public List<AssessmentSubmissionQuestionRelatedNode> studentAssessmentQuestionRelatedNodes
Field Value
View Source
totalAttempts
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
View Source
If the question contains a MediaKey attached in the Question Properties, will safely retrieve it.
Declaration
public string MediaKey { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods