Fahad Khan
Fahad Khan
I'm using Scorm2004API and hosting [Articulate Rise 360](https://articulate.com/360/rise) courses. When users interact with multiple choice quizzes I'm getting logs with errors like: scorm-again.js:7108 Uncaught Error: Data Model Element Type Mismatch...
## Description Added checks to prevent a value of 0 from being passed as the page parameter for the paginated solution comments API. ## Related Issue Fixes #1504 ## Motivation...
### What happened? ## Description After deleting the last remaining comment of a solution (**i.e., the final comment left, not the last one in order**), we re-fetch the paginated comments...
I have identified a few issues with the server APIs. Some APIs are accepting data in the request body that is not being used in the route handlers. ### Issues...
#### Description: When a CRUD handler A is called inside another CRUD handler B, known errors thrown from A are not properly propagated. #### Reproduction: Trying to change the selected...