Table PaperPencilData

Description of table PaperPencilData

This table contains data that is related only to paper / pencil tests. Scanner marks, three way scoring flag and codes that further describe some paper / pencil tests given reside in this table.


Code preview of table PaperPencilData

use StudentCentered
go

if exists (select 1
from sysindexes
where id = object_id('dbo.PaperPencilData')
and name = 'ExtrnlStdntID_IDX'
and indid > 0
and indid < 255)
drop index dbo.PaperPencilData.ExtrnlStdntID_IDX
go

if exists (select 1
from sysobjects
where id = object_id('dbo.PaperPencilData')
and type = 'U')
drop table dbo.PaperPencilData
go

/*==============================================================*/
/* Table: PaperPencilData */
/*==============================================================*/
create table dbo.PaperPencilData (
ID int not null,
SMFConfig_ID int not null,
UnqTstEvent_ID int not null,
SpCd varchar(8) null,
WritingMode char(1) null,
WritingTopic char(1) null,
UpdtID varchar(18) null,
UpdtDt datetime null,
CrtrID varchar(18) null,
CrtDt datetime null,
EffDt datetime not null default getdate(),
EndDt datetime null,
LoadSeq_ID int null,
LoadDt datetime null,
constraint PaperPencilData_PK primary key nonclustered (ID)
on LargeIDX
)
on LargeTBL
go

/*==============================================================*/
/* Index: ExtrnlStdntID_IDX */
/*==============================================================*/
create index ExtrnlStdntID_IDX on dbo.PaperPencilData (

)
on LargeIDX
go


List of columns of the table PaperPencilData

Name

Code

Paper Pencil Data Identifier

ID

SMFConfig_ID

SMFConfig_ID

Unique Test Event Identifier

UnqTstEvent_ID

Special Codes

SpCd

Writing Mode

WritingMode

Writing Topic

WritingTopic

Update Identifier

UpdtID

Update Date

UpdtDt

Creator Identifier

CrtrID

Create Date

CrtDt

Effective Date

EffDt

End Date

EndDt

LoadSeq_ID

LoadSeq_ID

LoadDt

LoadDt


Column ID of the table PaperPencilData

Card of the column ID of the table PaperPencilData

Name

Paper Pencil Data Identifier

Code

ID

Data Type

int

Mandatory

TRUE


Description of the column ID of the table PaperPencilData

Unique ID assigned and maintained by the database for the PaperPencilData table.


Column SMFConfig_ID of the table PaperPencilData

Card of the column SMFConfig_ID of the table PaperPencilData

Name

SMFConfig_ID

Code

SMFConfig_ID

Data Type

int

Mandatory

TRUE


Description of the column SMFConfig_ID of the table PaperPencilData

Foreign key from the Standard Message Format Configuration (SMFConfig) table. This key represents a subject and year combination.


Column UnqTstEvent_ID of the table PaperPencilData

Card of the column UnqTstEvent_ID of the table PaperPencilData

Name

Unique Test Event Identifier

Code

UnqTstEvent_ID

Data Type

int

Mandatory

TRUE


Description of the column UnqTstEvent_ID of the table PaperPencilData

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.


Column SpCd of the table PaperPencilData

Card of the column SpCd of the table PaperPencilData

Name

Special Codes

Code

SpCd

Data Type

varchar(8)

Mandatory

FALSE


Description of the column SpCd of the table PaperPencilData

Special Adminstrative codes.


Column WritingMode of the table PaperPencilData

Card of the column WritingMode of the table PaperPencilData

Name

Writing Mode

Code

WritingMode

Data Type

char(1)

Mandatory

FALSE


Description of the column WritingMode of the table PaperPencilData

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.


Column WritingTopic of the table PaperPencilData

Card of the column WritingTopic of the table PaperPencilData

Name

Writing Topic

Code

WritingTopic

Data Type

char(1)

Mandatory

FALSE


Description of the column WritingTopic of the table PaperPencilData

For Writing performance test only it indicates the topic number.


Column UpdtID of the table PaperPencilData

Card of the column UpdtID of the table PaperPencilData

Name

Update Identifier

Code

UpdtID

Data Type

varchar(18)

Mandatory

FALSE


Description of the column UpdtID of the table PaperPencilData

The user identification of the person or process that last updated the record in StudentCenteredStaging.


Column UpdtDt of the table PaperPencilData

Card of the column UpdtDt of the table PaperPencilData

Name

Update Date

Code

UpdtDt

Data Type

datetime

Mandatory

FALSE


Description of the column UpdtDt of the table PaperPencilData

The date of the last update to the source row of data from StudentCenteredStaging.


Column CrtrID of the table PaperPencilData

Card of the column CrtrID of the table PaperPencilData

Name

Creator Identifier

Code

CrtrID

Data Type

varchar(18)

Mandatory

FALSE


Description of the column CrtrID of the table PaperPencilData

The user identification of the person or process that created the record in StudentCenteredStaging.


Column CrtDt of the table PaperPencilData

Card of the column CrtDt of the table PaperPencilData

Name

Create Date

Code

CrtDt

Data Type

datetime

Mandatory

FALSE


Description of the column CrtDt of the table PaperPencilData

The date the source row of data was created in StudentCenteredStaging.


Column EffDt of the table PaperPencilData

Card of the column EffDt of the table PaperPencilData

Name

Effective Date

Code

EffDt

Data Type

datetime

Mandatory

TRUE


Description of the column EffDt of the table PaperPencilData

The date that this row of data becomes effective in StudentCentered.


Column EndDt of the table PaperPencilData

Card of the column EndDt of the table PaperPencilData

Name

End Date

Code

EndDt

Data Type

datetime

Mandatory

FALSE


Description of the column EndDt of the table PaperPencilData

The date that this row of data ceases to be effective in StudentCentered.


Column LoadSeq_ID of the table PaperPencilData

Card of the column LoadSeq_ID of the table PaperPencilData

Name

LoadSeq_ID

Code

LoadSeq_ID

Data Type

int

Mandatory

FALSE


Description of the column LoadSeq_ID of the table PaperPencilData

Foreign key from the Load Sequence (LoadSeq) table. Each load receives a unique identifier.


Column LoadDt of the table PaperPencilData

Card of the column LoadDt of the table PaperPencilData

Name

LoadDt

Code

LoadDt

Data Type

datetime

Mandatory

FALSE


Description of the column LoadDt of the table PaperPencilData

The date the data was loaded into StudentCentered.