This article contains this patch release's bug fixes.
Release date | Environment |
29th of September 2024 |
Stage (stage.ans.app) |
Bug fixes
-
Fixed an issue where students encountered an error page when attempting to access a group hand-in assignment without being assigned to a group
Previously, students who attempted to navigate to a live 'hand-in assignment for groups' without being assigned to a group would encounter an error page. This has been improved, and students are now correctly redirected to the groups page, where they can join a group.
-
Fixed an issue where the enumeration of questions would not display correctly after synchronizing
Previously, the question numbers were sometimes missing after syncing the exercise with the question bank. Now, they are always shown correctly.
-
Fixed an issue where URLs in fill-in questions were cut off when pasted
Previously, pasting a URL into a fill-in question would shorten the URL, forcing participants to manually type it out. Now, URLs remain intact when pasted into fill-in questions.
-
Fixed an issue where the API returned an incomplete response for timeslots
Previously, when creating a timeslot for a group or class via the interface, the API response did not include the associated connected group_id or class_id. We have now expanded the Timeslots API response to include arrays for both groups and classes. Since a timeslot can be assigned to multiple groups and classes, the new response contains groups and classes arrays. Each array contains the id and extra_time attributes:groups: [{ group_id: 1, extra_time: true }], classes: [{ class_id: 3, extra_time: false }]
-
Fixed an issue where it was not possible to review bubble sheet assignments
In the most recent release, an issue was introduced that temporarily made bubble sheet assignments inaccessible for review. This has now been resolved, and it is again possible to review bubble sheet assignments.
-
Fixed an issue where extra peer reviews were not included in progress calculation
Previously, peer reviews completed above the required amount were not counted in the progress. This happened when optional reviews were done, but assigned ones were missing. Now, all peer reviews are included when calculating progress.
-
Fixed an issue where guess correction settings remained visible without closed-ended questions
Previously, the guess correction settings were still visible in the mark calculation settings, even when a question bank assignment no longer contained closed-ended questions. Now, these settings are correctly hidden when there are no closed-ended questions in the assignment.
-
Fixed an issue that prevented students without an email address from being added to groups
Previously, students without an email address were not displayed in the dialog when adding them to a group. Now, all students from the course are listed, allowing those without an email address to be added to groups.
-
Fixed an issue where user information was not updated for existing accounts
Previously, even when “Prevent SSO from updating accounts” was disabled, updates from the identity provider only filled in missing information and did not overwrite existing data. Now, user information is always updated unless the “Prevent SSO from updating accounts” option is enabled.
-
Fixed an issue where assignment attachments were not viewable in the publication
Participants were unable to see assignment attachments in the publication view. Now, attachments are visible to all participants in the publication.
Version | Date | Information |
v1.0 | 27-09-2024 | Initial version |
Comments
0 comments
Article is closed for comments.