The mark awarded to a student for writing a component of an exam.
Inheritance Hierarchy
PASI.DataContract.V201507.AcademicComponentMarkInfo
Namespace: PASI.DataContract.V201507
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The AcademicComponentMarkInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AcademicComponentMarkInfo |
Properties
Name | Description | |
---|---|---|
![]() | ComponentCode | (Required)
Identifies the Exam Component written by the student.
|
![]() | ComponentMarkStatus | (Required)
A code value indicating if the student received a mark or not for the component.
|
![]() | ExamSittingRefId | (Required)
The Globally Unique Identifier (GUID) used to reference the exam sitting
record.
|
![]() | FormId |
An identifier that indicates the specific form. There can be multiple forms
with different questions for the same course, school year and session combination.
|
![]() | MarkFormat |
A code value indicating the format of the mark assigned for this component.
|
![]() | MarkValue |
The value of the mark assigned.
|
![]() | MaximumMark |
A maximum possible mark for the component.
|
![]() | ScheduledDtoTime | (Required)
The date and time this Exam Sitting is expected to occur relative to Coordinated Universal Time (UTC).
|
![]() | WritingCentre |
The 6 digit organization code that identifies the Organization responsible for managing the Writing Centre.
|
See Also