Obojobo
Obojobo copied to clipboard
Next generation course content for your LMS. Easy for beginners, but powerful enough for researchers.
Right now the repository package is using React version 16.13.1. It's fine, but it's old. It also may not be the same as the version used in the document viewer,...
Closes #1453. Allows instructors to embed either a single module (current behavior) or a split-run, which will send students to one of the two selected modules based on the timestamp...
Builds on #726 and #1965. Keyboard navigation within a Table node is mostly working properly (with some minor caveats), but due to how tab order works in Safari it is...
Currently there's no way to upload and use audio files in Obojobo. It's possible to host audio assets elsewhere and use an HTML node to insert an `audio` tag, but...
In order to replicate: 1) Create a new page. 2) Add a math equation node before the first heading node. 3) The cursor keeps focused on the math equation node...
This PR allows for auto saving the editor whilst a user is working on it. The way this works is that there is an interval set for every minute that...
[Bismuth](https://en.wikipedia.org/wiki/Bismuth) Closes #2009. This release: - Adds notifications to the module dashboard in order to communicate changes or new features within the application.
See [this line in the tests](https://github.com/ucfopen/Obojobo/blob/74554818d5d7897105b036fc1285dcfcebef01a5/packages/app/obojobo-repository/shared/components/stats/data-grid-scores.test.js#L272) and [this line in the component](https://github.com/ucfopen/Obojobo/blob/74554818d5d7897105b036fc1285dcfcebef01a5/packages/app/obojobo-repository/shared/components/stats/data-grid-scores.jsx#L61), for example. I think the intention of this code is to make sure that `mockStartDate` is always one...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.7 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 v3.1.8 Version 3.1.8 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic...