...
Contact Hours by Attendance Method
Weekly (W)
Condition(s)
CRN has only a
STVACCT_WCH
of “Y” andSTVACCT_INDEPENDENT_IND
= "N"CRN must be a credit course:
IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')
CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)
...
Sum all values on each Hours per Week SSRMEET_HRS_WEEK
and multiply that by the Term Length Multiplier STVTERM_TERM_LEN_MULT
.
Daily (D)
Condition(s)
CRN has only a
STVACCT_DCH
of “Y” andSTVACCT_INDEPENDENT_IND
= "N"CRN must be a credit course:
IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')
CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)
...
SSRMEET_HRS_DAY
multiplied by SSRMEET_MEET_NO
for each session and then sum each session together.
Independent Weekly (IW)
Condition(s)
STVACCT_INDEPENDENT_IND
= “Y” andSTVACCT_WCH
= “Y”CRN must be a credit course:
IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')
CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)
...
Returns this for now: "Not setup for IW Non-Credit two Census Avg."
Independent Daily (ID)
Condition(s)
STVACCT_DCH
= “Y” andSTVACCT_INDEPENDENT_IND
= “Y”CRN must be a credit course:
IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')
CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)
...
Info |
---|
Also validated from Banner Student Consulting meeting 3/11/21 @ 23 minute mark |
Positive or Actual Attendance
...
(P, E)
Condition(s)
If
SSBSECT_ACCT_CODE
has aSTVACCT_CODE
withSTVACCT_ACTUAL_IND
= “Y” irrespective ofSTVACCT_INDEPENDENT_IND
valueCRN can be credit or not
SCBCRSE_CREDIT_STATUS_CODE
...