Reverted shortening of texts [HFJ-2010]
parent
cd3471fee8
commit
cf84bcc3f5
|
@ -98,9 +98,9 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
successComment: 'You have enough correct answers to pass the test.',
|
successComment: 'You have enough correct answers to pass the test.',
|
||||||
failGreeting: 'Sorry!',
|
failGreeting: 'Sorry!',
|
||||||
failComment: "You don't have enough correct answers to pass this test.",
|
failComment: "You don't have enough correct answers to pass this test.",
|
||||||
scoreString: '@score of @total points',
|
scoreString: 'You got @score of @total points',
|
||||||
finishButtonText: 'Finish',
|
finishButtonText: 'Finish',
|
||||||
solutionButtonText: 'Solution',
|
solutionButtonText: 'Show solution',
|
||||||
retryButtonText: 'Retry',
|
retryButtonText: 'Retry',
|
||||||
showAnimations: false,
|
showAnimations: false,
|
||||||
skipButtonText: 'Skip video'
|
skipButtonText: 'Skip video'
|
||||||
|
|
|
@ -204,7 +204,7 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Score display 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. ",
|
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||||
"default": "@score of @total points",
|
"default": "You got @score of @total points",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -270,7 +270,7 @@
|
||||||
"name": "solutionButtonText",
|
"name": "solutionButtonText",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Solution button label",
|
"label": "Solution button label",
|
||||||
"default": "Solution",
|
"default": "Show solution",
|
||||||
"description": "Text for the solution button."
|
"description": "Text for the solution button."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue