Rated tests (presently just for writing tests) have their scores stored here. The score reporting category, rater order, rating score and it's meaning are stored in this table. |
use StudentCentered |
Name |
Code |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Unique ID assigned and maintained by the database for the RaterScore table. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Foreign key from the Standard Message Format Configuration (SMFConfig) table. This key represents a subject and year combination. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Foreign key from the Unique Test Event (UnqTstEvent) table. This identifier is used to locate all versions of a given test in tables throughout the StudentCentered database. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Foreign key to the Category (Ctgry) table where the names of the score reporting category are held. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
FALSE |
The identifier for the rater. There are potentially up to 3 raters number 1, 2 and 3. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Foreign key to the Master Codes (MstrCd) table that may be used to tie the Rating Score to a meaning for the score given. |
Name |
|
Code |
|
Data Type |
char(2) |
Mandatory |
FALSE |
The score given by a rater within a category of score. |
Name |
|
Code |
|
Data Type |
varchar(18) |
Mandatory |
FALSE |
The user identification of the person or process that last updated the record in StudentCenteredStaging. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date of the last update to the source row of data from StudentCenteredStaging. |
Name |
|
Code |
|
Data Type |
varchar(18) |
Mandatory |
FALSE |
The user identification of the person or process that created the record in StudentCenteredStaging. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date the source row of data was created in StudentCenteredStaging. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
TRUE |
The date that this row of data becomes effective in StudentCentered. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date that this row of data ceases to be effective in StudentCentered. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
FALSE |
Foreign key from the Load Sequence (LoadSeq) table. Each load receives a unique identifier. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date the data was loaded into StudentCentered. |
|
|
|