ExamComponentInfo ClassProvincial Approach to Student Information API
Defines how one component of an exam fits into the overall exam's schedule.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V201507ExamComponentInfo

Namespace: PASI.DataContract.V201507
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class ExamComponentInfo

The ExamComponentInfo type exposes the following members.

Constructors

  NameDescription
Public methodExamComponentInfo
Top
Properties

  NameDescription
Public propertyComponentCode
(Required) A code value used to identify an instance of an exam component.
Public propertyComponentName
(Required) The name of an exam component.
Public propertyIsMarkReportable
(Required) Defines whether the component will be reported on
Public propertyScheduledUtcTime
The date and time the specific exam should be written
Public propertyWeightPercentage
(Required) An exam may have one of more components each contributing to a certain percentage of the overall exam mark. A Component Weight is the percentage that an exam component will contribute to the final exam mark.
Top
See Also

Reference