diff --git a/js/questionset.js b/js/questionset.js index 44a8936..3029194 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -102,7 +102,7 @@ H5P.QuestionSet = function (options, contentId) { successComment: 'You have enough correct answers to pass the test.', failGreeting: 'Sorry!', failComment: "You don't have enough correct answers to pass this test.", - scoreString: 'You got @score of @total questions correct.', + scoreString: 'You got @score points of @total possible.', finishButtonText: 'Finish', solutionButtonText: 'Show solution', showAnimations: false, diff --git a/language/nb.json b/language/nb.json index 4e496eb..78d5451 100644 --- a/language/nb.json +++ b/language/nb.json @@ -86,6 +86,11 @@ "default": "Ditt resultat:", "description": "Denne overskriften vises over tilbakemeldingene på slutten av spørsmålssettet." }, + { + "label": "Poengvisningstekst", + "default": "Du fikk @score poeng av @total mulige.", + "description": "Tekst som viser brukerens oppnådde poeng. \"@score\" blir erstattet med utregnet resultat, \"@total\" blir erstattet med høyest mulige resultat." + }, { "label": "Tittel ved bestått", "default": "Gratulerer!", diff --git a/language/nn.json b/language/nn.json index fe5d97f..0720be7 100644 --- a/language/nn.json +++ b/language/nn.json @@ -86,6 +86,11 @@ "default": "Ditt resultat:", "description": "Denne overskriften vises over tilbakemeldingane på slutten av spørsmålssettet." }, + { + "label": "Poengvisningstekst", + "default": "Du fikk @score poeng av @total mulige.", + "description": "Tekst som viser brukerens oppnådde poeng. \"@score\" blir erstatta med utregna resultat, \"@total\" blir erstatta med høgest mulig resultat." + }, { "label": "Tittel ved bestått", "default": "Gratulerer!", diff --git a/library.json b/library.json index 58f315a..1fd444a 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "contentType": "question", "majorVersion": 1, "minorVersion": 0, - "patchVersion": 32, + "patchVersion": 33, "runnable": 1, "fullscreen": 0, "machineName": "H5P.QuestionSet", diff --git a/semantics.json b/semantics.json index 83df6d9..b63bc42 100644 --- a/semantics.json +++ b/semantics.json @@ -160,6 +160,14 @@ "em" ] }, + { + "name": "scoreString", + "type": "text", + "label": "Score display text", + "description": "Text used to display total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ", + "default": "You got @score points of @total possible.", + "optional": true + }, { "name": "successGreeting", "type": "text",