Show / Hide Table of Contents

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 Source

AssessmentSubmissionQuestionAttempt()

Declaration
public AssessmentSubmissionQuestionAttempt()
View Source

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 Source

achievedScore

Score achieved the student should achieve if they answered correctly.

Declaration
public int achievedScore
Field Value
Type Description
System.Int32
View Source

answerText

The option text provided to the student.

Declaration
public string answerText
Field Value
Type Description
System.String
View Source

attemptNo

Is this the first attempt? Second attempt? Starts at 0.

Declaration
public int attemptNo
Field Value
Type Description
System.Int32
View Source

isCorrect

Whether this attempt was the correct response.

Declaration
public bool isCorrect
Field Value
Type Description
System.Boolean
View Source

messageShown

Message shown to the student upon submitting this attempt.

Declaration
public string messageShown
Field Value
Type Description
System.String
View Source

nodeId

Node associated to the option.

Declaration
public int nodeId
Field Value
Type Description
System.Int32

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX