You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each portfolio has specific requirements that need to be fulfilled before the system will “flip” the portfolio. There are two places the evidence requirements are set. First is in the CBL Maps Connector which allows you to upload a google sheet and the system ingests the file. Despite the connector saying that you can update maps, you can only add new competency areas. The second area is a Manage interface called CBL Skills. This is a very rough interface that was always intended to be used to add or edit Area, Competencies, and Skills. Currently, you can only change the language of the skills and update the Evidence Requirements.
These (ERs) are stored in the database tab cbl_skills as a JSON object.
This means that once you change ERs, that is now applied to all students.
Our schools need the ability to customize ERs for certain students: Students with IEPs; Students with 504 plans; Transfer students that come in with credits from their previous school.
It would be great if we could create some kind of child table to store individual ERs for specific students. All students would default to the table above as long as they dont have a copy in this new table.
The text was updated successfully, but these errors were encountered:
Each portfolio has specific requirements that need to be fulfilled before the system will “flip” the portfolio. There are two places the evidence requirements are set. First is in the CBL Maps Connector which allows you to upload a google sheet and the system ingests the file. Despite the connector saying that you can update maps, you can only add new competency areas. The second area is a Manage interface called CBL Skills. This is a very rough interface that was always intended to be used to add or edit Area, Competencies, and Skills. Currently, you can only change the language of the skills and update the Evidence Requirements.
These (ERs) are stored in the database tab
cbl_skills
as a JSON object.This means that once you change ERs, that is now applied to all students.
Our schools need the ability to customize ERs for certain students: Students with IEPs; Students with 504 plans; Transfer students that come in with credits from their previous school.
It would be great if we could create some kind of child table to store individual ERs for specific students. All students would default to the table above as long as they dont have a copy in this new table.
The text was updated successfully, but these errors were encountered: