diff --git a/js/questionset.js b/js/questionset.js index c083213..a631de2 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -76,8 +76,8 @@ H5P.QuestionSet = function (options, contentId) { startButtonText: 'Start' }, texts: { - prevButton: 'Previous', - nextButton: 'Next', + prevButton: 'Previous question', + nextButton: 'Next question', finishButton: 'Finish', textualProgress: 'Question: @current of @total questions', jumpToQuestion: 'Jump to question %d' diff --git a/semantics.json b/semantics.json index 47f1af2..109153d 100644 --- a/semantics.json +++ b/semantics.json @@ -128,13 +128,13 @@ "name": "prevButton", "type": "text", "label": "Back button", - "default": "Previous" + "default": "Previous question" }, { "name": "nextButton", "type": "text", "label": "Next button", - "default": "Next" + "default": "Next question" }, { "name": "finishButton",