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.',
|
||||
failGreeting: 'Sorry!',
|
||||
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',
|
||||
solutionButtonText: 'Solution',
|
||||
solutionButtonText: 'Show solution',
|
||||
retryButtonText: 'Retry',
|
||||
showAnimations: false,
|
||||
skipButtonText: 'Skip video'
|
||||
|
|
|
@ -204,7 +204,7 @@
|
|||
"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": "@score of @total points",
|
||||
"default": "You got @score of @total points",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
|
@ -270,7 +270,7 @@
|
|||
"name": "solutionButtonText",
|
||||
"type": "text",
|
||||
"label": "Solution button label",
|
||||
"default": "Solution",
|
||||
"default": "Show solution",
|
||||
"description": "Text for the solution button."
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue