Definition of table course-level-grade
Course Level grade file. One entry in here for each possible grade for a given course level. , Table Dump Name crs-lgrd

Alphabetical Field Summary

  • bldg-id: (INTG) Internally assigned building number
  • course-disposition-id: (INTG) Default disposition code for this mark
  • course-level-grade-id: (INTG) [DEFINE KEY]
  • course-level-id: (INTG) Course Level this grade is associated with
  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time this record was created at
  • cre-user-name: (CHAR) Name of user who created the record
  • description: (CHAR) Description of this grade
  • extern-guid: (CHAR) External Global Unique ID for this record
  • grade-points: (DECM) Grade points awarded for this grade
  • incomplete-flag: (LOGC) Does this grade indicate an "Incomplete"?
  • letter-grade: (CHAR) Letter grade (or the letter grade equivilence)
  • master-course-level-grade-id: (INTG) ID of course-level-grade this code is tied to
  • numeric-grade-high: (DECM) High Range for Numeric Grade (or numeric grade equivilence)
  • numeric-grade-low: (DECM) Low Range for Numeric Grade (or numeric grade equivilence)
  • pass-fail: (LOGC) Pass/Fail code (or the pass/fail equivilence)
  • school-year-id: (INTG) School year for this record
  • upd-date: (DATE) Date record was last updated
  • upd-time: (CHAR) Time this record was last updated at
  • upd-user-name: (CHAR) Name of user record was updated by
  • use-for-gpa: (LOGC) Should this grade be used or ignored in GPA calculations?
  • use-for-honor: (LOGC) Should this grade be used for honor roll GPA calculations?
  • use-for-rank: (LOGC) Should this grade be used or ignored in rank calculations?
  • withdrawn-failing: (LOGC) Student withdrew while failing the course
  • withdrawn-passing: (LOGC) Did this student withdraw while failing this course?

    Alphabetical Index Summary

  • course-letter-grade: school-year-id, bldg-id, course-level-id, letter-grade, course-level-grade-id
  • course-level-grade: (UNIQUE, PRIMARY) school-year-id, bldg-id, course-level-id, course-level-grade-id
  • course-level-pass: school-year-id, bldg-id, course-level-id, pass-fail, course-level-grade-id
  • course-numeric-grade: school-year-id, bldg-id, course-level-id, numeric-grade-low, course-level-grade-id
  • extern-guid: extern-guid

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-clg.p (SOURCE NOT AVAILABLE)
  • DELETE: Overridable, Procedure is tr-d-clg.p (SOURCE NOT AVAILABLE)
  • REPLICATION-CREATE: Procedure is rp-c-clg.p (SOURCE NOT AVAILABLE)
  • REPLICATION-DELETE: Procedure is rp-d-clg.p (SOURCE NOT AVAILABLE)
  • REPLICATION-WRITE: Procedure is rp-u-clg.p (SOURCE NOT AVAILABLE)
  • WRITE: Overridable, Procedure is tr-u-clg.p (SOURCE NOT AVAILABLE)

    Other tables who reference course-level-grade

  • honor-roll-grade - List of required or forbidden grades for this honor roll
  • stu-grade-mark - One entry for each mark a student received for the associate
  • stu-transcript-mark - Student transcript marks

    Tables course-level-grade references

  • building - One record for each building, for each scheduling version, f
  • course-disposition - Holds disposition codes for transciptable marks
  • course-level - Course Level header file. This has little content and mostly
  • grading-setup - Grading setup controls building level setup/policy issues wi
  • honor-roll-grade - List of required or forbidden grades for this honor roll
  • school-year - School year file
  • stu-grade-mark - One entry for each mark a student received for the associate
  • user-bldg - User Restricted to building list


    Detailed Alphabetical Field Listing
    bldg-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Internally assigned building number
    Attributes: Index Component

    course-disposition-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Default disposition code for this mark

    course-level-grade-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: [DEFINE KEY]
    Help: Internally assigned course grade level ID
    Attributes: Index Component

    course-level-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Course Level this grade is associated with
    Attributes: Index Component

    cre-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date record was created

    cre-time Data type: CHARACTER
    Format: x(8)
    Description: Time this record was created at

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user who created the record

    description Data type: CHARACTER
    Format: x(28)
    Help: Description of this grade

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    grade-points Data type: DECIMAL (Decimals: 3)
    Format: zz9.999 (Initial Value: 0)
    Help: Grade points awarded for this grade

    incomplete-flag Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Does this grade indicate an "Incomplete"?

    letter-grade Data type: CHARACTER
    Format: x(3)
    Help: Letter grade (or the letter grade equivilence)
    Attributes: Index Component

    master-course-level-grade-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: ID of course-level-grade this code is tied to

    numeric-grade-high Data type: DECIMAL (Decimals: 2)
    Format: zz9.99 (Initial Value: 0)
    Help: High Range for Numeric Grade (or numeric grade equivilence)

    numeric-grade-low Data type: DECIMAL (Decimals: 2)
    Format: zz9.99 (Initial Value: 0)
    Help: Low Range for Numeric Grade (or numeric grade equivilence)
    Attributes: Index Component

    pass-fail Data type: LOGICAL
    Format: Pass/Fail (Initial Value: Yes)
    Help: Pass/Fail code (or the pass/fail equivilence)
    Attributes: Index Component

    school-year-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: School year for this record
    Attributes: Index Component

    upd-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date record was last updated

    upd-time Data type: CHARACTER
    Format: x(8)
    Description: Time this record was last updated at

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user record was updated by

    use-for-gpa Data type: LOGICAL
    Format: Yes/No (Initial Value: Yes)
    Help: Should this grade be used or ignored in GPA calculations?

    use-for-honor Data type: LOGICAL
    Format: Yes/No (Initial Value: Yes)
    Help: Should this grade be used for honor roll GPA calculations?

    use-for-rank Data type: LOGICAL
    Format: Yes/No (Initial Value: Yes)
    Help: Should this grade be used or ignored in rank calculations?

    withdrawn-failing Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Student withdrew while failing the course

    withdrawn-passing Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Did this student withdraw while failing this course?

    Created on 05/07/2012 by DBHTML V1.2