Releases: Simon-Initiative/authoring-eval
Releases · Simon-Initiative/authoring-eval
Hot fix v0.43.10
Hot fix v0.43.2
This release includes the following enhancements and bug fixes:
- Fixes an issue where navigation between courses would non-deterministically fail
- Fixes an issue where missing objectives in LD model breaks Learning Dashboard in some modules
- Bumps version numbers on dependencies to fix security vulnerabilities
Release v0.43.1
This release includes the following enhancements and bug fixes:
- Minimize slack alerts
- Add cdata as source for codeblocks
Release v0.43.0
This release includes the following enhancements and bug fixes:
- Adds organization is missing modules warning into deployment request emails
- Sends an alert message into OLI slack alert channel whenever svn sync errors out
Release v0.42.0
This release includes the following enhancements and bug fixes:
- Adds new functionality for authoring math input questions
- Fixes an issue related to entering variables in numeric range inputs
Hot fix v0.40.3
This release includes the following enhancements and bug fixes:
- Fixes an issue with duplicating an Input based question shows an error
- Fixes an issue where initiator styles for Drag and Drop questions were directly embedded within the activity instead using styles from the theme
Release v0.36.0
This release includes the following enhancements and bug fixes:
- Fix several text editing issues that came up after we changed from Facebook’s DraftJS to a different provider (SlateJS)
- Fix an issue which prevented the admin app from working on Echo
- Implement accessibility support for foreign language courses to allow screen readers to read text in non-English accents
Release v0.34.0
This release includes the following enhancements and bug fixes:
- An upgraded text editing experience that significantly reduces the bugs and inconsistencies in text that users were coming across. Text can now be formatted with hotkeys, formatted text can be copied and pasted, and input-based questions work much better.
- Experimental support for dependency-based learning, for allowing content to name other content as its pre-requisites. This new course style is also supported in the OLI delivery system to allow students to view course content they're interested in, rather than a requiring an in-order course structure. Support can be enabled through the browser developer console by entering
help()
- Fixed data loss in branching assessments when creating questions in a particular order
- Support ungraded questions from existing courses loaded into the editor
Release v0.33.0
This release includes the following enhancements and bug fixes:
- Made progress toward a course navigation redesign based on learning prerequisites for CMU’s Computational Psychology team
- Improved system performance in a variety of areas on several of our servers (echo, QA, etc.)
- Made a series of improvements to the Survey Report for University of New Hampshire
- Made changes to course previewing to reduce the chances of getting a failure when first previewing a course
- Fixed a problem that allowed multiple choice questions to get into a bad state because responses didn’t match up to answer choices
- Fixed a bug that prevented course deployment because image hotspots could be placed outside of the image
- Fixed 19 courses on Echo that had pages or assessments that could not be loaded
- Fixed the objective and skill page to include a banner when in read-only mode
- Fixed a problem that could occasionally cause the objective and skill page to crash
- Added a description to the team member add menu based on user feedback
- Fixed an issue with citation creation that could cause text to start writing backwards
- Fixed on issue with page and assessment references in the sidebar sometimes flickering when loading
- Fixed a recurring bug where new courses created on Echo could include changes made by other users
- Fixed an issue where changing an organization could redirect users to the course list page
- Made a series of changes and fixes to the conjugation table element
- Also made a series of changes and fixes to the Dialog element
- Fixed a problem with numeric input questions that could cause them to fail when previewed
- Fixed the javascript template question editor to correctly resize with the window and make it easier to write code into
- Fixed an issue where long package and resource IDs could cause save errors in the database
- Prevented workbook pages from linking to themselves
- Made a series of fixes to the cross-reference element
- Updated DTD elements for workbook pages
- Pushed the theme code to Github for easier access and changes