From 63f6162ef2685f9814e6bb38f7b6f35493110425 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 8 Apr 2016 16:07:24 +0200 Subject: [PATCH] Updated the default text --- js/questionset.js | 4 ++-- semantics.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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",