Issues
- Wrong editorDependencies (H5P.CoursePresentation instead of H5PEditor.CoursePresentation)HFP-4126
- Update the text to include Echo360 as video sourceHFP-4095Resolved issue: HFP-4095Thomas Marstrander
- Audio: Transparent modeHFP-4048
- Interactive Book resume: IV score is set to 0 when reloading the page (also reproducible for Summary, Memory game and Find the hotspot)HFP-3856
- Review pull request to randomize cards in FlashcardsHFP-3626Resolved issue: HFP-3626Lars-Magnus Underhaug
- Interactive Video: Review Olivers change of skipping behaviorHFP-3625Resolved issue: HFP-3625Lars-Magnus Underhaug
- Tip display bugHFP-3506Resolved issue: HFP-3506Frode Petterson
7 of 7
Wrong editorDependencies (H5P.CoursePresentation instead of H5PEditor.CoursePresentation)
Description
Environment
None
Acceptance Criteria
None
Details
Assignee
UnassignedUnassignedReporter
Sara Arjona TéllezSara Arjona TéllezLabels
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Sara Arjona Téllez
Sara Arjona TéllezLabels
Priority
Created October 1, 2024 at 5:50 PM
Updated October 1, 2024 at 5:50 PM
One of the
editorDependencies
in the library.json doesn't look good in the latest version:"editorDependencies": [ { "machineName": "H5P.CoursePresentation", "majorVersion": 1, "minorVersion": 26 },
Shouldn't
machineName
beH5PEditor.CoursePresentation
? The Course presentation content type is not installed/updated with the latest coreApi H5P libraries (1.27) and this seems the root cause.I also reported this in GitHub, but Oliver pointed me out here: https://github.com/h5p/h5p-course-presentation/issues/311