Class AssessmentSubmissionQuestionAttempt
Single answer attempt made by the student.
Inheritance
System.Object
AssessmentSubmissionQuestionAttempt
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()
Namespace: Appearition.Assessment
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class AssessmentSubmissionQuestionAttempt
Constructors
View SourceAssessmentSubmissionQuestionAttempt()
Declaration
public AssessmentSubmissionQuestionAttempt()
AssessmentSubmissionQuestionAttempt(AssessmentSubmissionQuestionOption, Int32, Int32, String)
Declaration
public AssessmentSubmissionQuestionAttempt(AssessmentSubmissionQuestionOption option, int attempt, int score, string message)
Parameters
Type | Name | Description |
---|---|---|
AssessmentSubmissionQuestionOption | option | |
System.Int32 | attempt | |
System.Int32 | score | |
System.String | message |
Fields
View SourceachievedScore
Score achieved the student should achieve if they answered correctly.
Declaration
public int achievedScore
Field Value
Type | Description |
---|---|
System.Int32 |
answerText
The option text provided to the student.
Declaration
public string answerText
Field Value
Type | Description |
---|---|
System.String |
attemptNo
Is this the first attempt? Second attempt? Starts at 0.
Declaration
public int attemptNo
Field Value
Type | Description |
---|---|
System.Int32 |
isCorrect
Whether this attempt was the correct response.
Declaration
public bool isCorrect
Field Value
Type | Description |
---|---|
System.Boolean |
messageShown
Message shown to the student upon submitting this attempt.
Declaration
public string messageShown
Field Value
Type | Description |
---|---|
System.String |
nodeId
Node associated to the option.
Declaration
public int nodeId
Field Value
Type | Description |
---|---|
System.Int32 |