This table is used to generate unique test event identifiers that are then used within the other tables related to the test event for the purpose of being able to bring alll the related data back together. Even if there are updates and a prior version of a test is end dated in favor of a new version of the record for any given part of a test, it will still be related to the same identifier created through this table. |
use StudentCentered |
Name |
Code |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Unique ID assigned and maintained by the database for the UnqTstEvent 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 |
varchar(13) |
Mandatory |
TRUE |
Post Assessment Database Managment Identifier |
Name |
|
Code |
|
Data Type |
char(1) |
Mandatory |
FALSE |
Indicates where the source data came from. "S" = Staging Daily ISR, "P" = Preliminary Snapshot, "F" = Final Snapshot, "R" = Roll-Forward Snapshot. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
FALSE |
First seven digits of the Post Assessment Database Managment Identifier also known as the Vtg_Test_Event_ID, VndrTstEvent_ID. |
Name |
|
Code |
|
Data Type |
char(1) |
Mandatory |
FALSE |
Mode of test administration |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
FALSE |
Foreign key from the Test Definition (Tst) table. |
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. |
|
|
|