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 SourceAssessmentSubmissionCategory()
Declaration
public AssessmentSubmissionCategory()
Fields
View SourceachievedScore
Declaration
public int achievedScore
Field Value
Type | Description |
---|---|
System.Int32 |
categoryId
Declaration
public int categoryId
Field Value
Type | Description |
---|---|
System.Int32 |
categoryName
Declaration
[NonSerialized]
public string categoryName
Field Value
Type | Description |
---|---|
System.String |
maxAchievableScore
Declaration
public int maxAchievableScore
Field Value
Type | Description |
---|---|
System.Int32 |
proficiencyLevelId
Declaration
public int proficiencyLevelId
Field Value
Type | Description |
---|---|
System.Int32 |
proficiencyLevelName
Declaration
[NonSerialized]
public string proficiencyLevelName
Field Value
Type | Description |
---|---|
System.String |
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> |