Update
Project Results Restricted Messaging
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."
New Feature
Targeted Survey Assignments API Endpoint
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
Multi-Role Default View Routing
When a user enrolled with multiple roles (such as a "Student" role and "TA" role) logs in and has an active survey as a student, they are now directed directly to the "Student" role view rather than defaulting to another role.
New Feature
Bulk Create Targeted Survey Assignments API Endpoint
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 asynchronous confirmation upon success.
Update
SSO Regional Metadata Generation
Course Evaluation & Surveys was generating incorrect SSO metadata for clients in the EU, AU, and CA regions. This has been corrected so the metadata now accurately reflects the proper regional endpoints.