Updated the default text
parent
c36e31ebf4
commit
63f6162ef2
|
@ -76,8 +76,8 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
startButtonText: 'Start'
|
startButtonText: 'Start'
|
||||||
},
|
},
|
||||||
texts: {
|
texts: {
|
||||||
prevButton: 'Previous',
|
prevButton: 'Previous question',
|
||||||
nextButton: 'Next',
|
nextButton: 'Next question',
|
||||||
finishButton: 'Finish',
|
finishButton: 'Finish',
|
||||||
textualProgress: 'Question: @current of @total questions',
|
textualProgress: 'Question: @current of @total questions',
|
||||||
jumpToQuestion: 'Jump to question %d'
|
jumpToQuestion: 'Jump to question %d'
|
||||||
|
|
|
@ -128,13 +128,13 @@
|
||||||
"name": "prevButton",
|
"name": "prevButton",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Back button",
|
"label": "Back button",
|
||||||
"default": "Previous"
|
"default": "Previous question"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nextButton",
|
"name": "nextButton",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Next button",
|
"label": "Next button",
|
||||||
"default": "Next"
|
"default": "Next question"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "finishButton",
|
"name": "finishButton",
|
||||||
|
|
Loading…
Reference in New Issue