Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Element Attributes

DED Table and #

ENROLLMENT EN030

Name

HONORS CONTRACT

Short Name

HNRS CONT

Definition for UGRD

This element indications identifies enrollment for which an Honors Contract has been signed. Students sign Honors Contracts on an individual basis with the professor of that class. This enrollmetn appears under the same Classnbr as other enrollments in the class, with the designation Hnrs_Cont == "HNRS".

It appears that some enrollments in honors sections have also been labeled with Hnrs_Cont == "HNRS". In these cases, deger to the Rqmt designation. Please see notes for syntax to best use this field with honors sections (CS039 - Rqmt).

Definition for CE

Under Construction

Definition for CEHS

Under Construction

Origin

New element

DED Entry Last Updated

3/29/2021

PeopleSoft Datamart Attributes

Record(s)

X_IR_ENRL_DAT

Field Name

RQMNT_DESIGNTN

Heading Text

Designation

Front-End Path

Format

Char4

Value Labels for UGRD

HNRS = Honors enrollment

BLANK = Not honors

Value Labels for CE

COMP

Value Labels for CEHS

OCMP

Derived element?

No

Key element?

No

Known Issues, Related Details, and Other Notes

  • To identify between individual honors contracts and honors sections please use the following syntax:

if (Hnrs_Cont == "HNRS" && Rqmt != "HNRS") {"Contract"}

if (Hnrs_Cont != "HNRS" && Rqmt == "HNRS") {"Whole Class"}

if (Hnrs_Cont == "HNRS" && Rqmt == "HNRS") {"Whole Class"}

  • No labels