Defines how one component of an exam fits into the overall exam's schedule.
Inheritance Hierarchy
PASI.DataContract.V201507ExamComponentInfo
Namespace: PASI.DataContract.V201507
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The ExamComponentInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExamComponentInfo |
Properties
Name | Description | |
---|---|---|
ComponentCode | (Required)
A code value used to identify an instance of an exam component.
| |
ComponentName | (Required)
The name of an exam component.
| |
IsMarkReportable | (Required)
Defines whether the component will be reported on
| |
ScheduledUtcTime |
The date and time the specific exam should be written
| |
WeightPercentage | (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.
|
See Also