Show / Hide Table of Contents

Class AssessmentSubmissionQuestionOption

Single option as shown to the student.

Inheritance
System.Object
AssessmentSubmissionQuestionOption
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 AssessmentSubmissionQuestionOption

Constructors

View Source

AssessmentSubmissionQuestionOption()

Declaration
public AssessmentSubmissionQuestionOption()

Fields

View Source

isCorrect

Whether or not this option is the correct answer.

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

messageToShow

The message to show to the user upon attempting

Declaration
[NonSerialized]
public string messageToShow
Field Value
Type Description
System.String
View Source

nodeId

The node related to this option.

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

nodeName

The name of the node

Declaration
[NonSerialized]
public string nodeName
Field Value
Type Description
System.String
View Source

optionText

The text shown to the user for this option.

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

ordinalPosition

The position of the question within a list

Declaration
[NonSerialized]
public int ordinalPosition
Field Value
Type Description
System.Int32

Properties

View Source

ContainsNodeInfo

Whether or not this question option has a node attached to it.

Declaration
public bool ContainsNodeInfo { get; }
Property Value
Type Description
System.Boolean

Extension Methods

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