Versions Compared

Key

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

...

The latest version of the envision code is attached to this page. Click the link below to download it.There are two packages: Course Exchange and CCC Assess. Only install the ones that correspond to the project you are implementing.

Course Exchange:

View file
nameB93_CCCTC.TRANSACTIONS_003.zip
height250

CCC Assess:

View file
nameB93_CCCTC.ASSESS.IMPORT_001.zip
height250

Installing the custom envision code

...

The following pieces of custom code are being deployed:

NameTypeDescriptionRead/WriteDependencies
Course Exchange



X.CCCTC.CHECK.PREREQTransaction

Check a prerequisite and return whether the pre-requisite has been completed or not. If the pre-requisite is not complete, it will also return a message indicating why.

ReadS.EVALUATE.REQUISTE.COURSES
X.CCCTC.ENROLL.STUDENTTransaction

Attempt to enroll a student in a section. If the enrollment is not successful, messages will be returned indicating why.

WriteI_DYN.ARRAY.REG.PARAMS.EQUATES
S.READ.REG.USERS
S.READ.REG.CONTROLS
S.REG.STU.COURSE.SECTIONS
S_GET_HELPMSG 
X.CCCTC.EVAL.RULETransactionEvaluate rule(s) and return true/false indicating whether the rule(s) passed. If the rule(s) did not pass, messages will be returned indicating why.Read

I_EVALUATE.RULES (calls S.EVALUATE.RULES)

X.CCCTC.STUDENT.BALANCETransactionGet the account balance for the student. Depending on whether a term is passed in, this will get their overall account balance or the balance for a term.ReadS.GET.AR.ACCT.BALANCE





CCC Assess



X.CCCTC.IMPORT.PLACEMENTTransactionImport placement information from CCC Assess into Colleague.Write

XS.CCCTC.EVALUATE.PLACEMENT

XS.CCCTC.EVALUATE.PLACEMENTSubroutineEvaluate placement information from CCC Assess and create non-course records and non-course equivalencies for the student.WriteS.UPDT.PST.TEST.REC,
S.EVAL.NON.CRS.EQUIV, S.CUSTOMIZE.STNC
XS.CCCTC.PLACEMENT.SUBR.TMPLSubroutineSubroutine template to use for developing custom pre and post processing hooks for the CCC Assess import.Write
XCTCS001 (XCTCAP)UI FormCCC Assess Import Parameters UI FormWrite
XCTC.PLACEMENT.IMPORT.METHODSVal CodeVal Code - Method used when importing CCC Assess placement data

XCTC.PLACEMENT.IMPORT.TIMINGVal CodeVal Code - Timing of the user subroutine for CCC Assess

XCTC.PLACEMENT.STATUSESVal CodeVal Code - Statuses associated with the import of data from CCC Assess into Colleague

XCTC.PLACEMENTTableTable that contains the raw placement data from CCC Assess as well as the import status and error messages

XCTC.PLACEMENT.DISCIPLINETableTable that contains the raw placement data from CCC Assess as well as the import status and error messages

XCTC.PLACEMENT.DECISIONTableTable that contains the raw placement data from CCC Assess as well as the import status and error messages

XCTC.PLACMENT.SETUPTableTable that contains the setup information maintained on XCTCAP