parent
d0c8337f66
commit
aaedd545f7
|
@ -119,6 +119,7 @@ H5P.QuestionSet = function (options, contentId, contentData) {
|
||||||
showAnimations: false,
|
showAnimations: false,
|
||||||
skipButtonText: 'Skip video'
|
skipButtonText: 'Skip video'
|
||||||
},
|
},
|
||||||
|
override: {},
|
||||||
disableBackwardsNavigation: false
|
disableBackwardsNavigation: false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"contentType": "question",
|
"contentType": "question",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 12,
|
"minorVersion": 12,
|
||||||
"patchVersion": 1,
|
"patchVersion": 2,
|
||||||
"embedTypes": [
|
"embedTypes": [
|
||||||
"iframe"
|
"iframe"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue