Update: Clearer Messaging When Results Are Restricted in Project Views
A message that appears when some courses are hidden due to result restrictions has been updated across all Project Results views. The message previously read: "Note: Courses with response rates lower than the threshold setup by your Administrator may not be displayed below."
It now reads: "Note: Some courses may not be displayed based on the result restrictions configured by your Administrator."
Update: New API endpoint to list targeted survey assignments
For customers that use the REST API, a new LIST endpoint is now available that returns targeted survey assignments for a given context, making it possible to retrieve a full list via the API.
Update: Users with multiple roles now land on the Student view when they have an active survey
When a User enrolled with multiple roles (i.e. Student role and TA role) logs in and has an active survey as a Student, they're now directed to the Student role view rather than defaulting to another role.
Update: Administrators can now create targeted survey assignments in bulk
For customers that use the REST API, a new bulk create endpoint (POST /api/v1/targeted-survey-assignments/bulk) is now available. A single JSON request containing a survey_id and an assignments array with course IDs or hierarchy level IDs can be used to create multiple targeted survey assignments at once. A JSON request can contain up to 500 items. The endpoint validates all items before processing and returns a job_id with async confirmation upon success.
Update: SSO metadata generation fixed for Europe, Australia, and Canada clients
CES was generating incorrect SSO metadata for clients in EU, AU, and CA regions. This has been corrected so the metadata now accurately reflects the proper regional endpoints.