This table is a collection of elements used to describe a group of tests offered for a specific subject and year. Each subject year has many offerings of different benchmarks, forms and so forth and this table is used to represent each of those distinct offerings. |
use StudentCentered |
Name |
Code |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Unique ID assigned and maintained by the database for the Tst table. |
Name |
|
Code |
|
Data Type |
varchar(4) |
Mandatory |
TRUE |
Year the test was offered. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
Date the test was issued for use. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
Date the test ceased to be used. |
Name |
|
Code |
|
Data Type |
char(2) |
Mandatory |
TRUE |
A two digit abbeviation for the test subject. |
Name |
|
Code |
|
Data Type |
char(2) |
Mandatory |
FALSE |
Student's Test grade of enrollment. |
Name |
|
Code |
|
Data Type |
varchar(5) |
Mandatory |
FALSE |
The grade level form of the ELPA that the student took |
Name |
|
Code |
|
Data Type |
char(2) |
Mandatory |
FALSE |
The benchmark being tested. |
Name |
|
Code |
|
Data Type |
char(1) |
Mandatory |
FALSE |
The language in which the test was presented to a student |
Name |
|
Code |
|
Data Type |
char(1) |
Mandatory |
FALSE |
For Writing performance test only it indicates the mode of Writing for the selected Writing Topic. The valid values are currently N, E, P and I. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
TRUE |
The date that this row of data becomes effective. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
TRUE |
The date of the last update. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date that this row of data ceases to be effective. |
|
|
|