The event indicator table stores several indicators related to the test. The raw source values for the indicators are related to detailed descriptions of what the values are for and what they mean in the master codes (MstrCd and ValidMstrCd) tables. The groupings for indicators are Exception, Program Participation, Social Economic, Demographic and Test Conditions (stored in the IndGrp_ID column). The IndTyp_ID is the indicator type such as the Indian Education Flag. The IndMng_ID describes the meaning of the coded value for the indicator stored in the IndVal column.. Together these columns describe the meanings of the indicators for the test. |
use StudentCentered |
Name |
Code |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Unique ID assigned and maintained by the database for the EventInd table. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
FALSE |
Foreign key from the Standard Message Format Configuration (SMFConfig) table. This key represents a subject and year combination. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
FALSE |
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 |
This colum indicates the numeric order the indcator was posted in from the source record. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Indicators may be grouped together using this identifier. This is a foreign key to the MstrCd table where the indicator groups are stored. The groups are: Demographic, Exemption, Program Participation, Social Economic and Test Conditions. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
The specific indicator type may be determined using this identifier. This is a foreign key to the MstrCd table where the indicator types are stored. There are several types, essentially one for every column of indicator data loaded. Some examples of the represented types are: AmerIndAlsknNtvEthnicFg, AppealTyp, AsianPacIslndrEthnicFg, ... |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
FALSE |
For every indicator there are a series of values that may be present to determine what is meant by the indicator. In most cases this is a simple yes / no (Y or N) but other indicators have many values. This is a foreign key to the ValidMstrCd table where the meaning of the specific value given is stored. |
Name |
|
Code |
|
Data Type |
varchar(4) |
Mandatory |
TRUE |
This is the coded value given used to determine the meaning of the response given for an indicator. |
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. |
|
|
|