commit
729842a41a
|
@ -235,6 +235,7 @@ H5P.QuestionSet = function (options, contentId) {
|
|||
var _displayEndGame = function () {
|
||||
if (rendered) {
|
||||
$myDom.children().hide().filter('.questionset-results').show();
|
||||
self.trigger('resize');
|
||||
return;
|
||||
}
|
||||
//Remove old score screen.
|
||||
|
@ -306,6 +307,10 @@ H5P.QuestionSet = function (options, contentId) {
|
|||
}
|
||||
});
|
||||
video.attach($videoContainer);
|
||||
// Resize on video loaded
|
||||
video.on('loaded', function () {
|
||||
self.trigger('resize');
|
||||
});
|
||||
video.play();
|
||||
|
||||
if (params.endGame.skipButtonText) {
|
||||
|
|
|
@ -120,6 +120,11 @@
|
|||
"default": "Vis fasit",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Prøv igjen\" knapp",
|
||||
"default": "Prøv igjen",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Avslutt\" knapp",
|
||||
"default": "Avslutt"
|
||||
|
|
|
@ -120,6 +120,11 @@
|
|||
"default": "Vis fasit",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Prøv igjen\" knapp",
|
||||
"default": "Prøv igjen",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Avslutt\" knapp",
|
||||
"default": "Avslutt"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"contentType": "question",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 4,
|
||||
"patchVersion": 1,
|
||||
"patchVersion": 2,
|
||||
"embedTypes": [
|
||||
"iframe"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue