|
128 | 128 | //Set to true, if Submitty is using SAML for authentication. |
129 | 129 | define('PROCESS_SAML', true); |
130 | 130 |
|
131 | | -/* RENSSELAER CENTER FOR OPEN SOURCE (RCOS) -------------------------------- |
| 131 | +/* RENSSELAER CENTER FOR OPEN SOURCE (RCOS) ----------------------------------- |
132 | 132 | * RCOS is not just one course, but several. Some of these courses also |
133 | 133 | * permit a student to declare their credit load. The data feed will need |
134 | 134 | * a column showing a student's credit load. See above: COLUMN_CREDITS |
135 | 135 | * |
136 | | - * RCOS courses need to be mapped to a "primary" course in the database, |
137 | | - * but the autofeed will override the registration section as |
138 | | - * "{course_code}-{credit_load}". e.g. "csci4700-4". |
| 136 | + * Create only one RCOS course in Submitty, which will show up in the |
| 137 | + * grader's/instructor's course list. The other RCOS courses must be mapped to |
| 138 | + * this first course. Registration sections do need to be fully mapped, as the |
| 139 | + * database does not permit mapping NULL sections. However, the upsert process |
| 140 | + * will override how RCOS enrollments are translated, so that registration |
| 141 | + * sections are, per student, "{course}-{credits}" e.g. J. Doe is enrolled in |
| 142 | + * RCOS course CSCI4700 for 4 credits. They will be listed as enrolled in |
| 143 | + * registration section "CSCI4700-4" |
139 | 144 | */ |
140 | 145 |
|
141 | | -// 1. List all RCOS courses, as an array. If you are not tracking RCOS, then set as null or an empty array. |
142 | | -// 2. One (any which one) of these courses needs to be designated as "primary" and the others need to be mapped to the |
143 | | -// primary within the database. Registration sections need to be defined in the database, but are otherwise irrelevant |
144 | | -// as the auto feed will override registration sections. |
| 146 | +// List *ALL* RCOS courses, as an array. |
| 147 | +// If you are not tracking RCOS, then set this as null or an empty array. |
145 | 148 | define('RCOS_COURSE_LIST', null); |
146 | 149 |
|
147 | 150 | /* DATA SOURCING -------------------------------------------------------------- |
|
0 commit comments