Richard Tibbles
Richard Tibbles
Render the `` element, inline. ## Requirements A `TextEntryInteraction` component with the following props (with the equivalent from Pydantic in the comment): ``` base: NumberProp(false), // Optional[int] = None stringIdentifier:...
## Summary * Use useTimeoutPoll instead of useIntervalFn to wait for completion before repolling. * Return promise to defer, increase interval to reduce server load. ## References Fixes #13412 ##...
## Requirements - [ ] extract the IMSCP manifest and parse - [ ] render the assessment from the manifest by the itemId prop - [ ] render a multiple...
Currently content queue task polling can happen incredibly frequently, causing high volumes of requests to servers while users are on the page. We should tweak the task polling to reduce...
## Overview Create a renderer plugin that can support 8 core QTI question types, parsing QTI files and their constituent XML, and allowing for automated grading of item types that...
## What problem are we solving? The current platform lacks the ability to properly render rich, interactive content within educational materials. Teachers need to display multimedia content (text, images, videos,...
## Summary * Adds a filter for channel languages on the main Library page and each remote library browsing page * Populates the filter options only from the `language` property...
## Observed behavior We currently do initial provisioning in a synchronous API request. If this takes a long time, there is a risk that this can timeout, which can lead...