Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Correspondence API

  • SM = ECN$CRNT, PDA = ECDPCRNT, Parameter = #CRNT-PARM (naming this here since it is for some reason different from the pda name)
  • Call it with a UIN.
  • Will return all the correspondence courses a student has ever enrolled in.
  • fStudents may enroll for the correspondence courses at any time, so there's no particular date that they need to enroll by since it's not tied to a particular semester or start date. Basically as long as the class has not been closed, students can sign up for it.  The day that they enroll is when the clock starts ticking.
    • Look at #C-DATE-BEGAN to determine when they enrolled in the course.
      • This date will always be in the past or today, but never in the future unless changed by the staff for some reason.
    • #C-DATE-TO-COMP is the date that the student needs to finish the course by.
    • #C-DATE-FINISHED is the date the grade was posted.
      • That is if they did earn a grade. If the student receives a Q (I'm not sure if this is a drop like it is for us), then this date will show the date they received the Q.
      • Only one of the two should be filled (#C-DATE-TO-COMP or #C-DATE-FINISHED)

...