We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c8146a + 0ea269a commit c9ef096Copy full SHA for c9ef096
library.json
@@ -5,7 +5,7 @@
5
"contentType": "Media",
6
"majorVersion": 1,
7
"minorVersion": 22,
8
- "patchVersion": 1,
+ "patchVersion": 3,
9
"machineName": "H5P.InteractiveVideo",
10
"author": "Joubel",
11
"embedTypes": [
src/scripts/interactive-video.js
@@ -672,7 +672,8 @@ InteractiveVideo.prototype.attach = function ($container) {
672
this.$controls.appendTo($container);
673
674
// 'video only' fallback has no interactions
675
- let isAnswerable = false;
+ let isAnswerable = this.hasMainSummary();
676
+
677
if (this.interactions) {
678
// interactions require parent $container, recreate with input
679
this.interactions.forEach(function (interaction) {
0 commit comments