This table holds character based benchmark level scores such as PLB, PLG, PL5B and PL5G scores related to a specific test event and score reporting category for the test. |
use StudentCentered |
Name |
Code |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Unique ID assigned and maintained by the database for the BnchLvl 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 |
TRUE |
Foreign key to Master Codes (MstrCd) table for the Score Type. Examples of the type of scores loaded here are: 5LvlBnch (PL5B), 5LvlGrd, (PL5G), PerfLvlBnch (PLB), PerfLvlGrd (PLG) as well as total scores. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Foreign key to the Master Codes (MstrCd) table that may be used to tie the Bench Level Value to a meaning. |
Name |
|
Code |
|
Data Type |
char(2) |
Mandatory |
FALSE |
The score given for a type of bench level within a category of score. |
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 |
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 |
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. |
|
|
|