EN030 HONORS CONTRACT
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 enrollment 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, defer 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 | Records & Enrollment > Enroll Students > Enrollment > Student Enrollment 4 |
Char4 | |
Value Labels for UGRD | HNRS = Honors enrollment BLANK = Not honors |
Value Labels for CE | COMP |
Value Labels for CEHS | COMP |
No | |
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"}