Release 2025 MMPS Placement Engine v2 (SuperGlue 5.2)
Release Summary
Schedule
Release MMPS Placement Engine v2 was deployed:
To pilot environment: June 16, 2025
To production: June 18, 2025
The purpose of this release is to enable the ability for the Multiple Measures Placement Service to automatically report placement recommendations based on CCGI data and/or self-reported data for these areas:
English
SLAM
STEM
Applied Calculus/Business Calculus
User Information
Applicants will not notice a difference when submitting an application. The placement engine will use the applicant’s data to make a recommendation, then send the data to the college via the College Adapter as well as storing that data in the CCC Data Warehouse.
DW direct connect users can access the MMPS placement data in the Data Warehouse where it can be exported for analysis and reporting.
New Fields
The tables below show which fields have been added and are included in the payload to College Adaptor:
Table: Banner-MMPS
College Adapter Payload Field | Banner DB Staging Table | Banner Field Name | Description | Type | Length | Field Values | Allows Null |
|---|---|---|---|---|---|---|---|
acbc | SZRPLMT | SZRPLMT_ACBC_SUPPORT | A 1-3 numeric rating to indicate if a student is recommended for Applied Calculus/Business Calculus: 1 = Support Not Recommended | Number | 1 | 1, 2, 3 | No |
Table: Colleague-MMPS
College Adapter Payload Field | Colleague DB Staging Table | Colleague Field Name | Description | Type | Length | Field Values | Allows Null |
|---|---|---|---|---|---|---|---|
acbc | XCTC.PLMT.PLACEMENT | XCTC.PLMT.ACBC.SUPPORT | A 1-3 numeric rating to indicate if a student is recommended for Applied Calculus/Business Calculus: 1 = Support Not Recommended | Number | 1 | 1, 2, 3 | No |
Table: PeopleSoft-MMPS
College Adapter Payload Field | PeopleSoft DB Staging Table | PeopleSoft Field Name | Description | Type | Length | Field Values | Allows Null |
|---|---|---|---|---|---|---|---|
acbc | CCTC_PLCMT_STG | CCTC_PLCMT_ACBC_SR | A 1-3 numeric rating to indicate if a student is recommended for Applied Calculus/Business Calculus: 1 = Support Not Recommended | Number | 1 | 1, 2, 3 | No |
Payload Structure
The tables below have new logic. IsAlgII now requires a “C” or better for a passing grade:
Table: Banner-MMPS
College Adapter Payload Field | Banner DB Staging Table | Banner Field Name | Description | Type | Length | Field Values | Allows Null |
|---|---|---|---|---|---|---|---|
isAlgII | SZRPLMT | SZRPLMT_IS_ALG_II | True = Passed Algebra 2 (or equivalent, including IM3) with a grade of “C” or better. False = Did not pass Algebra 2 (or equivalent, including IM3) with a grade of “C” or better. | True/False | 1 | True/False | No |
Table: Colleague-MMPS
College Adapter Payload Field | Colleague DB Staging Table | Colleague Field Name | Description | Type | Length | Field Values | Allows Null |
|---|---|---|---|---|---|---|---|
isAlgII | XCTC.PLMT.PLACEMENT | XCTC.PLMT.IS.ALG.II | True = Passed Algebra 2 (or equivalent, including IM3) with a grade of “C” or better. False = Did not pass Algebra 2 (or equivalent, including IM3) with a grade of “C” or better. | True/False | 1 | True/False |
|
Table: PeopleSoft-MMPS
College Adapter Payload Field | PeopleSoft DB Staging Table | PeopleSoft Field Name | Description | Type | Length | Field Values | Allows Null |
|---|---|---|---|---|---|---|---|
isAlgII | CCTC_PLCMT_STG | CCTC_PLCMT_ALG2 | True = Passed Algebra 2 (or equivalent, including IM3) with a grade of “C” or better. False = Did not pass Algebra 2 (or equivalent, including IM3) with a grade of “C” or better. | True/False | 1 | True/False |
|
Documentation
Document | Details |
|---|---|
Describes the workflow, field attributes, support options, and the placement logic for colleges who wish to understand how placement recommendations are made. |
