Show / Hide Table of Contents

Class AssessmentSubmissionCategory

Data for a single assessment category.

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

Constructors

View Source

AssessmentSubmissionCategory()

Declaration
public AssessmentSubmissionCategory()

Fields

View Source

achievedScore

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

categoryId

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

categoryName

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

maxAchievableScore

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

proficiencyLevelId

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

proficiencyLevelName

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

studentAssessmentQuestions

Contains all the data for each question answered by the user within this category.

Declaration
public List<AssessmentSubmissionQuestion> studentAssessmentQuestions
Field Value
Type Description
System.Collections.Generic.List<AssessmentSubmissionQuestion>

Extension Methods

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