From 23a7988ddc56cd6c7645cb031f7281697813c747 Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Thu, 17 Nov 2016 13:38:43 +0100 Subject: [PATCH 01/10] -mAdded link option to tip and feedback for multiple choice [HfP-196] --- library.json | 6 +++--- semantics.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index 7085667..bcd1012 100644 --- a/library.json +++ b/library.json @@ -3,8 +3,8 @@ "description": "Put together a set of different questions that has to be solved. (Quiz)", "contentType": "question", "majorVersion": 1, - "minorVersion": 10, - "patchVersion": 1, + "minorVersion": 11, + "patchVersion": 0, "embedTypes": [ "iframe" ], @@ -61,4 +61,4 @@ "minorVersion": 1 } ] -} +} \ No newline at end of file diff --git a/semantics.json b/semantics.json index 0e4698b..9f33e2f 100644 --- a/semantics.json +++ b/semantics.json @@ -110,7 +110,7 @@ "label": "Question type", "description": "Library for this question.", "options": [ - "H5P.MultiChoice 1.8", + "H5P.MultiChoice 1.9", "H5P.DragQuestion 1.7", "H5P.Blanks 1.7", "H5P.MarkTheWords 1.6", @@ -409,4 +409,4 @@ } ] } -] +] \ No newline at end of file From cf0611734faa56fd9c0a3266e69d3d398b687ba8 Mon Sep 17 00:00:00 2001 From: Timothy Lim Date: Mon, 21 Nov 2016 12:30:53 +0100 Subject: [PATCH 02/10] Edit README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e49ea..db79e08 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ H5P Question Set ========== -Test your users with by putting together multiple tasks into a question set(quiz). +Test your users with by putting together multiple tasks into a question set(quiz) ## License From 7b5f1aa3922dbabc2b3185843a31efb33bee1cfd Mon Sep 17 00:00:00 2001 From: Jamesap Date: Thu, 1 Dec 2016 14:46:58 +0100 Subject: [PATCH 03/10] Updating french language --- language/fr.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/language/fr.json b/language/fr.json index 8819830..dc445fa 100644 --- a/language/fr.json +++ b/language/fr.json @@ -109,16 +109,16 @@ ] }, { - "label": "Disable backwards navigation", - "description": "This option will only allow you to move forward in Question Set" + "label": "Désactiver la possibilité de naviguer en arrière", + "description": "Cette option ne permettra plus que la navigation en avant au sein du module Question Set" }, { - "label": "Randomize questions", - "description": "Enable to randomize the order of questions on display." + "label": "Afficher les question dans un ordre aléatoire", + "description": "Ceci permet d'afficher les questions dans un ordre aléatoire." }, { - "label": "Number of questions to be shown:", - "description": "Create a randomized batch of questions from the total." + "label": "Nombre de questions à afficher:", + "description": "Génère aléatoire un jeu de question parmi toutes les questions disponibles." }, { "label": "Quiz terminé", From 5d29e756dc06ce655b554df943e2f85088a746ed Mon Sep 17 00:00:00 2001 From: jelenamilinovic Date: Mon, 12 Dec 2016 15:54:29 +0100 Subject: [PATCH 04/10] add importance to semantics HFP-346 --- semantics.json | 53 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/semantics.json b/semantics.json index 9f33e2f..61b716c 100644 --- a/semantics.json +++ b/semantics.json @@ -3,16 +3,19 @@ "name": "introPage", "type": "group", "label": "Quiz introduction", + "importance":"medium", "fields": [ { "name": "showIntroPage", "type": "boolean", - "label": "Display introduction" + "label": "Display introduction", + "importance":"low" }, { "name": "title", "type": "text", "label": "Title", + "importance":"high", "optional": true, "description": "This title will be displayed above the introduction text.", "tags": [ @@ -27,6 +30,7 @@ "type": "text", "widget": "html", "label": "Introduction text", + "importance":"medium", "optional": true, "description": "This text will be displayed before the quiz starts.", "enterMode": "p", @@ -42,6 +46,7 @@ "name": "startButtonText", "type": "text", "label": "Start button text", + "importance":"low", "optional": true, "default": "Start Quiz" }, @@ -49,6 +54,7 @@ "name": "backgroundImage", "type": "image", "label": "Background image", + "importance":"low", "optional": true, "description": "An optional background image for the introduction." } @@ -58,6 +64,7 @@ "name": "backgroundImage", "type": "image", "label": "Background image", + "importance":"low", "optional": true, "description": "An optional background image for the Question set." }, @@ -65,6 +72,7 @@ "name": "progressType", "type": "select", "label": "Progress indicator", + "importance":"low", "description": "Question set progress indicator style.", "options": [ { @@ -82,6 +90,7 @@ "name": "passPercentage", "type": "number", "label": "Pass percentage", + "importance":"low", "description": "Percentage of Total score required for passing the quiz.", "min": 0, "max": 100, @@ -91,6 +100,7 @@ { "name": "questions", "label": "Questions", + "importance":"high", "type": "list", "widgets": [ { @@ -108,6 +118,7 @@ "name": "question", "type": "library", "label": "Question type", + "importance":"high", "description": "Library for this question.", "options": [ "H5P.MultiChoice 1.9", @@ -123,30 +134,35 @@ "name": "texts", "type": "group", "label": "Interface texts in quiz", + "importance":"low", "common": true, "fields": [ { "name": "prevButton", "type": "text", "label": "Back button", + "importance":"low", "default": "Previous question" }, { "name": "nextButton", "type": "text", "label": "Next button", + "importance":"low", "default": "Next question" }, { "name": "finishButton", "type": "text", "label": "Finish button", + "importance":"low", "default": "Finish" }, { "name": "textualProgress", "type": "text", "label": "Progress text", + "importance":"low", "description": "Text used if textual progress is selected.", "default": "Question: @current of @total questions", "tags": [ @@ -158,6 +174,7 @@ "name": "jumpToQuestion", "type": "text", "label": "Label for jumping to a certain question", + "importance":"low", "description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.", "default": "Question %d of %total" }, @@ -165,12 +182,14 @@ "name": "questionLabel", "type": "text", "label": "Copyright dialog question label", + "importance":"low", "default": "Question" }, { "name": "readSpeakerProgress", "type": "text", "label": "Readspeaker progress", + "importance":"low", "description": "May use @current and @total question variables", "default": "Question @current of @total" }, @@ -178,18 +197,21 @@ "name": "unansweredText", "type": "text", "label": "Unanswered question text", + "importance":"low", "default": "Unanswered" }, { "name": "answeredText", "type": "text", "label": "Answered question text", + "importance":"low", "default": "Answered" }, { "name": "currentQuestionText", "type": "text", "label": "Current question text", + "importance":"low", "default": "Current question" } ] @@ -198,6 +220,7 @@ "name": "disableBackwardsNavigation", "type": "boolean", "label": "Disable backwards navigation", + "importance":"low", "description": "This option will only allow you to move forward in Question Set", "optional": true, "default": false @@ -206,6 +229,7 @@ "name": "randomQuestions", "type": "boolean", "label": "Randomize questions", + "importance":"low", "description": "Enable to randomize the order of questions on display.", "default": false }, @@ -214,6 +238,7 @@ "type": "number", "min": 1, "label": "Number of questions to be shown:", + "importance":"low", "description": "Create a randomized batch of questions from the total.", "optional": true }, @@ -221,17 +246,20 @@ "name": "endGame", "type": "group", "label": "Quiz finished", + "importance":"medium", "fields": [ { "name": "showResultPage", "type": "boolean", "label": "Display results", + "importance":"low", "default": true }, { "name": "noResultMessage", "type": "text", "label": "No results message", + "importance":"low", "description": "Text displayed on end page when \"Display results\" is disabled", "default": "Finished", "optional": true @@ -240,6 +268,7 @@ "name": "message", "type": "text", "label": "Feedback heading", + "importance":"low", "default": "Your result:", "optional": true, "description": "This heading will be displayed at the end of the quiz when the user has answered all questions.", @@ -252,6 +281,7 @@ "name": "scoreString", "type": "text", "label": "Score display text", + "importance":"low", "description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ", "default": "You got @score of @total points", "optional": true @@ -260,6 +290,7 @@ "name": "successGreeting", "type": "text", "label": "Quiz passed greeting", + "importance":"low", "placeholder": "Congratulations!", "default": "Congratulations!", "optional": true, @@ -274,6 +305,7 @@ "type": "text", "widget": "html", "label": "Passed comment", + "importance":"low", "default": "You did very well!", "optional": true, "description": "This comment will be displayed after the score if the user has successfully passed the quiz.", @@ -290,6 +322,7 @@ "name": "failGreeting", "type": "text", "label": "Quiz failed title", + "importance":"low", "default": "You did not pass this time.", "optional": true, "description": "This text will be displayed above the score if the user has failed the quiz.", @@ -303,6 +336,7 @@ "type": "text", "widget": "html", "label": "Failed comment", + "importance":"low", "default": "Have another try!", "optional": true, "description": "This comment will be displayed after the score if the user has failed the quiz.", @@ -319,6 +353,7 @@ "name": "solutionButtonText", "type": "text", "label": "Solution button label", + "importance":"low", "default": "Show solution", "description": "Text for the solution button." }, @@ -326,6 +361,7 @@ "name": "retryButtonText", "type": "text", "label": "Retry button label", + "importance":"low", "default": "Retry", "description": "Text for the retry button." }, @@ -333,28 +369,33 @@ "name": "finishButtonText", "type": "text", "label": "Finish button text", + "importance":"low", "default": "Finish" }, { "name": "showAnimations", "type": "boolean", - "label": "Display video before quiz results" + "label": "Display video before quiz results", + "importance":"low" }, { "name": "skippable", "type": "boolean", - "label": "Enable skip video button" + "label": "Enable skip video button", + "importance":"low" }, { "name": "skipButtonText", "type": "text", "label": "Skip video button label", + "importance":"low", "default": "Skip video" }, { "name": "successVideo", "type": "video", "label": "Passed video", + "importance":"low", "optional": true, "description": "This video will be played if the user successfully passed the quiz." }, @@ -362,6 +403,7 @@ "name": "failVideo", "type": "video", "label": "Fail video", + "importance":"low", "optional": true, "description": "This video will be played if the user failes the quiz." } @@ -371,12 +413,14 @@ "name": "override", "type": "group", "label": "Settings for \"Show solution\" and \"Retry\" buttons", + "importance":"low", "optional": true, "fields": [ { "name": "showSolutionButton", "type": "select", "label": "Override \"Show Solution\" button", + "importance":"low", "description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.", "optional": true, "options": [ @@ -394,6 +438,7 @@ "name": "retryButton", "type": "select", "label": "Override \"Retry\" button", + "importance":"low", "description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.", "optional": true, "options": [ @@ -409,4 +454,4 @@ } ] } -] \ No newline at end of file +] From fe0ca6bcae23e450f4fc8a97e57e1587d7f492c9 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 16 Dec 2016 11:36:39 +0100 Subject: [PATCH 05/10] Clean up semantics syntax --- semantics.json | 90 +++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/semantics.json b/semantics.json index 61b716c..b0f4de1 100644 --- a/semantics.json +++ b/semantics.json @@ -3,19 +3,19 @@ "name": "introPage", "type": "group", "label": "Quiz introduction", - "importance":"medium", + "importance": "medium", "fields": [ { "name": "showIntroPage", "type": "boolean", "label": "Display introduction", - "importance":"low" + "importance": "low" }, { "name": "title", "type": "text", "label": "Title", - "importance":"high", + "importance": "high", "optional": true, "description": "This title will be displayed above the introduction text.", "tags": [ @@ -30,7 +30,7 @@ "type": "text", "widget": "html", "label": "Introduction text", - "importance":"medium", + "importance": "medium", "optional": true, "description": "This text will be displayed before the quiz starts.", "enterMode": "p", @@ -46,7 +46,7 @@ "name": "startButtonText", "type": "text", "label": "Start button text", - "importance":"low", + "importance": "low", "optional": true, "default": "Start Quiz" }, @@ -54,7 +54,7 @@ "name": "backgroundImage", "type": "image", "label": "Background image", - "importance":"low", + "importance": "low", "optional": true, "description": "An optional background image for the introduction." } @@ -64,7 +64,7 @@ "name": "backgroundImage", "type": "image", "label": "Background image", - "importance":"low", + "importance": "low", "optional": true, "description": "An optional background image for the Question set." }, @@ -72,7 +72,7 @@ "name": "progressType", "type": "select", "label": "Progress indicator", - "importance":"low", + "importance": "low", "description": "Question set progress indicator style.", "options": [ { @@ -90,7 +90,7 @@ "name": "passPercentage", "type": "number", "label": "Pass percentage", - "importance":"low", + "importance": "low", "description": "Percentage of Total score required for passing the quiz.", "min": 0, "max": 100, @@ -100,7 +100,7 @@ { "name": "questions", "label": "Questions", - "importance":"high", + "importance": "high", "type": "list", "widgets": [ { @@ -118,7 +118,7 @@ "name": "question", "type": "library", "label": "Question type", - "importance":"high", + "importance": "high", "description": "Library for this question.", "options": [ "H5P.MultiChoice 1.9", @@ -134,35 +134,35 @@ "name": "texts", "type": "group", "label": "Interface texts in quiz", - "importance":"low", + "importance": "low", "common": true, "fields": [ { "name": "prevButton", "type": "text", "label": "Back button", - "importance":"low", + "importance": "low", "default": "Previous question" }, { "name": "nextButton", "type": "text", "label": "Next button", - "importance":"low", + "importance": "low", "default": "Next question" }, { "name": "finishButton", "type": "text", "label": "Finish button", - "importance":"low", + "importance": "low", "default": "Finish" }, { "name": "textualProgress", "type": "text", "label": "Progress text", - "importance":"low", + "importance": "low", "description": "Text used if textual progress is selected.", "default": "Question: @current of @total questions", "tags": [ @@ -174,7 +174,7 @@ "name": "jumpToQuestion", "type": "text", "label": "Label for jumping to a certain question", - "importance":"low", + "importance": "low", "description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.", "default": "Question %d of %total" }, @@ -182,14 +182,14 @@ "name": "questionLabel", "type": "text", "label": "Copyright dialog question label", - "importance":"low", + "importance": "low", "default": "Question" }, { "name": "readSpeakerProgress", "type": "text", "label": "Readspeaker progress", - "importance":"low", + "importance": "low", "description": "May use @current and @total question variables", "default": "Question @current of @total" }, @@ -197,21 +197,21 @@ "name": "unansweredText", "type": "text", "label": "Unanswered question text", - "importance":"low", + "importance": "low", "default": "Unanswered" }, { "name": "answeredText", "type": "text", "label": "Answered question text", - "importance":"low", + "importance": "low", "default": "Answered" }, { "name": "currentQuestionText", "type": "text", "label": "Current question text", - "importance":"low", + "importance": "low", "default": "Current question" } ] @@ -220,7 +220,7 @@ "name": "disableBackwardsNavigation", "type": "boolean", "label": "Disable backwards navigation", - "importance":"low", + "importance": "low", "description": "This option will only allow you to move forward in Question Set", "optional": true, "default": false @@ -229,7 +229,7 @@ "name": "randomQuestions", "type": "boolean", "label": "Randomize questions", - "importance":"low", + "importance": "low", "description": "Enable to randomize the order of questions on display.", "default": false }, @@ -238,7 +238,7 @@ "type": "number", "min": 1, "label": "Number of questions to be shown:", - "importance":"low", + "importance": "low", "description": "Create a randomized batch of questions from the total.", "optional": true }, @@ -246,20 +246,20 @@ "name": "endGame", "type": "group", "label": "Quiz finished", - "importance":"medium", + "importance": "medium", "fields": [ { "name": "showResultPage", "type": "boolean", "label": "Display results", - "importance":"low", + "importance": "low", "default": true }, { "name": "noResultMessage", "type": "text", "label": "No results message", - "importance":"low", + "importance": "low", "description": "Text displayed on end page when \"Display results\" is disabled", "default": "Finished", "optional": true @@ -268,7 +268,7 @@ "name": "message", "type": "text", "label": "Feedback heading", - "importance":"low", + "importance": "low", "default": "Your result:", "optional": true, "description": "This heading will be displayed at the end of the quiz when the user has answered all questions.", @@ -281,7 +281,7 @@ "name": "scoreString", "type": "text", "label": "Score display text", - "importance":"low", + "importance": "low", "description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ", "default": "You got @score of @total points", "optional": true @@ -290,7 +290,7 @@ "name": "successGreeting", "type": "text", "label": "Quiz passed greeting", - "importance":"low", + "importance": "low", "placeholder": "Congratulations!", "default": "Congratulations!", "optional": true, @@ -305,7 +305,7 @@ "type": "text", "widget": "html", "label": "Passed comment", - "importance":"low", + "importance": "low", "default": "You did very well!", "optional": true, "description": "This comment will be displayed after the score if the user has successfully passed the quiz.", @@ -322,7 +322,7 @@ "name": "failGreeting", "type": "text", "label": "Quiz failed title", - "importance":"low", + "importance": "low", "default": "You did not pass this time.", "optional": true, "description": "This text will be displayed above the score if the user has failed the quiz.", @@ -336,7 +336,7 @@ "type": "text", "widget": "html", "label": "Failed comment", - "importance":"low", + "importance": "low", "default": "Have another try!", "optional": true, "description": "This comment will be displayed after the score if the user has failed the quiz.", @@ -353,7 +353,7 @@ "name": "solutionButtonText", "type": "text", "label": "Solution button label", - "importance":"low", + "importance": "low", "default": "Show solution", "description": "Text for the solution button." }, @@ -361,7 +361,7 @@ "name": "retryButtonText", "type": "text", "label": "Retry button label", - "importance":"low", + "importance": "low", "default": "Retry", "description": "Text for the retry button." }, @@ -369,33 +369,33 @@ "name": "finishButtonText", "type": "text", "label": "Finish button text", - "importance":"low", + "importance": "low", "default": "Finish" }, { "name": "showAnimations", "type": "boolean", "label": "Display video before quiz results", - "importance":"low" + "importance": "low" }, { "name": "skippable", "type": "boolean", "label": "Enable skip video button", - "importance":"low" + "importance": "low" }, { "name": "skipButtonText", "type": "text", "label": "Skip video button label", - "importance":"low", + "importance": "low", "default": "Skip video" }, { "name": "successVideo", "type": "video", "label": "Passed video", - "importance":"low", + "importance": "low", "optional": true, "description": "This video will be played if the user successfully passed the quiz." }, @@ -403,7 +403,7 @@ "name": "failVideo", "type": "video", "label": "Fail video", - "importance":"low", + "importance": "low", "optional": true, "description": "This video will be played if the user failes the quiz." } @@ -413,14 +413,14 @@ "name": "override", "type": "group", "label": "Settings for \"Show solution\" and \"Retry\" buttons", - "importance":"low", + "importance": "low", "optional": true, "fields": [ { "name": "showSolutionButton", "type": "select", "label": "Override \"Show Solution\" button", - "importance":"low", + "importance": "low", "description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.", "optional": true, "options": [ @@ -438,7 +438,7 @@ "name": "retryButton", "type": "select", "label": "Override \"Retry\" button", - "importance":"low", + "importance": "low", "description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.", "optional": true, "options": [ From c8dcb29ef54123a72ad6e29185478633a0708b3a Mon Sep 17 00:00:00 2001 From: otacke Date: Sat, 31 Dec 2016 12:54:59 +0100 Subject: [PATCH 06/10] improve German translation and add missing fields --- language/de.json | 146 ++++++++++++++++++++++++----------------------- 1 file changed, 74 insertions(+), 72 deletions(-) diff --git a/language/de.json b/language/de.json index f76f891..add2aeb 100644 --- a/language/de.json +++ b/language/de.json @@ -1,7 +1,7 @@ { "semantics": [ { - "label": "Quiz Einführung", + "label": "Quiz-Einführung", "fields": [ { "label": "Zeige Einführung" @@ -15,7 +15,7 @@ "description": "Dieser Text wird angezeigt, bevor das Quiz anfängt." }, { - "label": "Start Button Text", + "label": "Beschriftung des \"Start\"-Buttons", "default": "Starte Quiz" }, { @@ -26,11 +26,11 @@ }, { "label": "Hintergrundbild", - "description": "Ein optionales Hintergrundbild für das Frage Set." + "description": "Ein optionales Hintergrundbild für das Fragenset." }, { "label": "Fortschrittsanzeige", - "description": "Anzeigestil für die Fortschrittsanzeige des Frage Sets.", + "description": "Anzeigestil für die Fortschrittsanzeige des Fragensets.", "options": [ { "label": "Text" @@ -38,11 +38,12 @@ { "label": "Punkte" } - ] + ], + "default": "punkte" }, { "label": "Prozent bearbeitet", - "description": "Prozent der Gesamtpunkte sind notwendig um das Quiz zu bestehen." + "description": "Prozentsatz der Gesamtpunkte, die notwendig sind, um das Quiz zu bestehen." }, { "label": "Fragen", @@ -64,61 +65,61 @@ "label": "Anzeigetexte im Quiz", "fields": [ { - "label": "Rückwärts Button", - "default": "vorherige" + "label": "Beschriftung des \"Zurück\"-Buttons", + "default": "Zurück" }, { - "label": "Weiter Button", - "default": "weiter" + "label": "Beschriftung des \"Weiter\"-Buttons", + "default": "Weiter" }, { - "label": "Ende Button", - "default": "beenden" + "label": "Beschriftung des \"Beenden\"-Buttons", + "default": "Beenden" }, { "label": "Fortschrittstext", - "description": "Verwendeter Text wenn Text Fortschrittsanzeige gewählt wurde.", + "description": "Verwendeter Text, wenn Fortschrittsanzeige in Textform gewählt wurde.", "default": "Aktuelle Frage: @current von @total Fragen" }, { - "label": "Label for jumping to a certain question", - "description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.", - "default": "Question %d of %total" + "label": "Beschriftung für das Springen zu einem bestimmten Punkt", + "description": "Nutze den Platzhalter '%d' für die Fragennummer und %total für die Gesamtzahl der Fragen.", + "default": "Frage %d von %total" }, { - "label": "Copyright dialog question label", - "default": "Question" + "label": "Beschriftung für eine Frage zum Urheberrechtsdialog", + "default": "Frage" }, { - "label": "Readspeaker progress", - "description": "May use @current and @total question variables", - "default": "Question @current of @total" + "label": "Fortschritt \"Readspeaker\"", + "description": "Variablen: @current und @total", + "default": "Frage @current von @total" }, { - "label": "Unanswered question text", - "default": "Unanswered" + "label": "Text für unbeantwortete Fragen", + "default": "Unbeantwortet" }, { - "label": "Answered question text", - "default": "Answered" + "label": "Text für beantwortete Fragen", + "default": "Beantwortet" }, { - "label": "Current question text", - "default": "Current question" + "label": "Text fpr aktuelle Frage", + "default": "Aktuelle Frage" } ] }, { - "label": "Disable backwards navigation", - "description": "This option will only allow you to move forward in Question Set" + "label": "Möglichkeit zum Rückwärts-Springen deaktivieren", + "description": "Wenn aktiviert, kann der Nutzer nur vorwärts durch das Fragenset navigieren." }, { - "label": "Randomize questions", - "description": "Enable to randomize the order of questions on display." + "label": "Fragen zufällig anordnen", + "description": "Aktivieren, um die Reihenfolge der Fragen zufällig zu bestimmen." }, { - "label": "Number of questions to be shown:", - "description": "Create a randomized batch of questions from the total." + "label": "Anzahl der anzuzeigenden Fragen:", + "description": "Kann benutzt werden, um eine zufällige Auswahl auf mehreren Fragen zu treffen." }, { "label": "Quiz beendet", @@ -127,98 +128,99 @@ "label": "Ergebnisanzeige" }, { - "label": "No results message", - "description": "Text displayed on end page when \"Display results\" is disabled", - "default": "Finished" + "label": "Hinweis bei keinen Ergebnissen", + "description": "Text, der am Ende angezeigt wird, falls \"Ergebnisse anzeigen\" deaktiviert ist", + "default": "Beendet" }, { - "label": "Kopfzeile Feedback", + "label": "Kopfzeile für die Rückmeldungen", "default": "Dein Ergebnis:", - "description": "diese Kopfzeile wird am Ende des Quiz angezeigt, wenn der Benutzer alle Fragen beantwortet hat." + "description": "diese Kopfzeile wird am Ende des Quizzes angezeigt, wenn der Nutzer alle Fragen beantwortet hat." }, { - "label": "Punkt Anzeige Text", - "description": "Dieser Text wird verwendet um die Gesamtpunkte des Benutzers anzuzeigen. \"@score\" wird durch die errechneten Punkte ersetzt, \"@total\" wird durch die maximal erreichbaren Punkte ersetzt.", + "label": "Text für die Punkteanzeige", + "description": "Dieser Text wird verwendet, um die Gesamtpunkte des Nutzers anzuzeigen. \"@score\" wird durch die errechnete Punktzahl ersetzt, \"@total\" wird durch die maximal erreichbare Punktzahl ersetzt.", "default": "Du hast @score Punkte von @total möglichen." }, { - "label": "Quiz bestanden Mitteilung", - "default": "Gratulation!", - "description": "Dieser Text wird oberhalb der Punkte angezeigt, wenn der Benutzer das Quiz erfolgreich abgeschlossen hat." + "label": "Kopfzeile für \"Quiz bestanden\"", + "placeholder": "Glückwunsch!", + "default": "Glückwunsch!", + "description": "Dieser Text wird oberhalb der Punkte angezeigt, wenn der Nutzer das Quiz erfolgreich abgeschlossen hat." }, { - "label": "Bestanden Kommentar", + "label": "Kommentar für bestandenes Quiz", "default": "Gut gemacht!", - "description": "dieser Kommentar wird nach den Punkten angezeigt, wenn der Benutzer das Quiz erfolgreich bestanden hat." + "description": "Dieser Kommentar wird nach den Punkten angezeigt, wenn der Nutzer das Quiz erfolgreich bestanden hat." }, { - "label": "Quiz nicht bestanden Titel", + "label": "Kopfzeile für nicht bestandenes Quiz", "default": "Diese Mal hast du nicht bestanden.", - "description": "dieser Text wird oberhalb der Punkte angezeigt, wenn der Benutzer das Quiz nicht bestanden hat." + "description": "Dieser Text wird oberhalb der Punkte angezeigt, wenn der Nutzer das Quiz nicht bestanden hat." }, { - "label": "Nicht bestanden Kommentar", + "label": "Kommentar für nicht bestandenes Quiz", "default": "Versuche es noch einmal!", - "description": "Dieser Kommentar wird nach den Punkten angezeigt, wenn der Benutzer das Quiz nicht bestanden hat." + "description": "Dieser Kommentar wird nach den Punkten angezeigt, wenn der Nutzer das Quiz nicht bestanden hat." }, { - "label": "Lösungs Button Beschriftung", - "default": "Zeige die Lösung", - "description": "Text für den Lösungs Button." + "label": "Beschriftung des \"Lösung zeigen\"-Buttons", + "default": "Lösung zeigen", + "description": "Beschriftung des \"Lösung zeigen\"-Buttons" }, { - "label": "Wiederholen Button Beschriftung", - "default": "Versuch es nochmal", - "description": "Text für den Wiederholen Button." + "label": "Beschriftung des \"Wiederholen\"-Buttons", + "default": "Wiederholen", + "description": "Beschriftung des \"Wiederholen\"-Buttons" }, { - "label": "Beende Button Text", + "label": "Beschriftung des \"Beenden\"-Buttons", "default": "Beenden" }, { "label": "Zeige Video vor den Quizergebnissen" }, { - "label": "Aktiviere Skip Video Button" + "label": "Aktiviere \"Video überspringen\"-Button" }, { - "label": "Skip Video Button Beschriftung", - "default": "Überspringe Video" + "label": "Beschriftung des \"Video überspringen\"-Buttons", + "default": "Video überspringen" }, { - "label": "Bestanden Video", - "description": "Dieses Video wird angezeigt, wenn der Benutzer das Quiz erfolgreich bestanden hat." + "label": "Bestanden-Video", + "description": "Dieses Video wird angezeigt, wenn der Nutzer das Quiz erfolgreich bestanden hat." }, { - "label": "Nicht bestanden Video", - "description": "Dieses Video wird angezeigt, wenn der Benutzer das Quiz nicht bestanden hat." + "label": "Nicht-bestanden-Video", + "description": "Dieses Video wird angezeigt, wenn der Nutzer das Quiz nicht bestanden hat." } ] }, { - "label": "Einstellungen für \"Zeige die Lösung\" Button und \"Nochmal\".", + "label": "Einstellungen für \"Lösung zeigen\"-Button und \"Nochmal\".", "fields": [ { - "label": "Override \"Show Solution\" button", - "description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.", + "label": "Überschreiben des \"Lösungen anzeigen\"-Buttons", + "description": "Diese Option gibt an, ob der \"Lösung anzeigen\"-Button für alle Fragen angezeigt, ausgeblendet oder für jede Frage individuell konfiguriert wird.", "options": [ { - "label": "Enabled" + "label": "Anzeigen" }, { - "label": "Disabled" + "label": "Ausblenden" } ] }, { - "label": "Override \"Retry\" button", - "description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.", + "label": "Überschreiben des \"Wiederholen\"-Buttons", + "description": "Diese Option gibt an, ob der \"Wiederholen\" Button für alle Fragen angezeigt, ausgeblendet oder für jede Frage individuell konfiguriert wird.", "options": [ { - "label": "Enabled" + "label": "Anzeigen" }, { - "label": "Disabled" + "label": "Ausblenden" } ] } From a55c7e76351d1be94df4bd2a5f6d3d2150b1525a Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Wed, 11 Jan 2017 15:20:14 +0100 Subject: [PATCH 07/10] Bumped patch - preparing release --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 68e58ee..4f25865 100644 --- a/library.json +++ b/library.json @@ -4,7 +4,7 @@ "contentType": "question", "majorVersion": 1, "minorVersion": 11, - "patchVersion": 0, + "patchVersion": 1, "embedTypes": [ "iframe" ], @@ -61,4 +61,4 @@ "minorVersion": 1 } ] -} +} \ No newline at end of file From 8b8fa35ed551c7b165061a5d26f94bc2913154d5 Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Thu, 12 Jan 2017 15:16:57 +0100 Subject: [PATCH 08/10] Added nb translations for widget labels --- language/nb.json | 8 ++++++++ language/nn.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/language/nb.json b/language/nb.json index 077eb71..fca3a8d 100644 --- a/language/nb.json +++ b/language/nb.json @@ -47,6 +47,14 @@ { "label": "Spørsmål", "entity": "spørsmål", + "widgets": [ + { + "label": "Standard" + }, + { + "label": "Tekstlig" + } + ], "field": { "label": "Spørsmål", "fields": [ diff --git a/language/nn.json b/language/nn.json index eb95e40..0f70073 100644 --- a/language/nn.json +++ b/language/nn.json @@ -47,6 +47,14 @@ { "label": "Spørsmål", "entity": "spørsmål", + "widgets": [ + { + "label": "Standard" + }, + { + "label": "Tekstlig" + } + ], "field": { "label": "Spørsmål", "fields": [ From e32ce0d1ee654ac7e705b232859d9dd36cc7066a Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Thu, 12 Jan 2017 15:44:11 +0100 Subject: [PATCH 09/10] Fixed translation problems for de, nb and nn --- language/de.json | 3 +-- language/nb.json | 9 ++------- language/nn.json | 9 ++------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/language/de.json b/language/de.json index add2aeb..1713d8b 100644 --- a/language/de.json +++ b/language/de.json @@ -38,8 +38,7 @@ { "label": "Punkte" } - ], - "default": "punkte" + ] }, { "label": "Prozent bearbeitet", diff --git a/language/nb.json b/language/nb.json index fca3a8d..4c2aa48 100644 --- a/language/nb.json +++ b/language/nb.json @@ -56,13 +56,8 @@ } ], "field": { - "label": "Spørsmål", - "fields": [ - { - "label": "Spørsmålstype", - "description": "Velg spørsmålstype for dette spørsmålet" - } - ] + "label": "Spørsmåltype", + "description": "Velg spørsmålstype for dette spørsmålet" } }, { diff --git a/language/nn.json b/language/nn.json index 0f70073..33507d1 100644 --- a/language/nn.json +++ b/language/nn.json @@ -56,13 +56,8 @@ } ], "field": { - "label": "Spørsmål", - "fields": [ - { - "label": "Spørsmålstype", - "description": "Velg spørsmålstype for dette spørsmålet" - } - ] + "label": "Spørsmålstype", + "description": "Velg spørsmålstype for dette spørsmålet" } }, { From 4a230144da703e22530743d8995a4a0acf1aa7f5 Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Tue, 17 Jan 2017 13:49:30 +0100 Subject: [PATCH 10/10] Bumped minor version --- library.json | 8 ++++---- semantics.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/library.json b/library.json index 4f25865..2b852cc 100644 --- a/library.json +++ b/library.json @@ -4,7 +4,7 @@ "contentType": "question", "majorVersion": 1, "minorVersion": 11, - "patchVersion": 1, + "patchVersion": 0, "embedTypes": [ "iframe" ], @@ -53,12 +53,12 @@ { "machineName": "H5PEditor.VerticalTabs", "majorVersion": 1, - "minorVersion": 2 + "minorVersion": 3 }, { "machineName": "H5PEditor.QuestionSetTextualEditor", "majorVersion": 1, - "minorVersion": 1 + "minorVersion": 2 } ] -} \ No newline at end of file +} diff --git a/semantics.json b/semantics.json index b0f4de1..7b05eec 100644 --- a/semantics.json +++ b/semantics.json @@ -122,11 +122,11 @@ "description": "Library for this question.", "options": [ "H5P.MultiChoice 1.9", - "H5P.DragQuestion 1.7", + "H5P.DragQuestion 1.8", "H5P.Blanks 1.7", "H5P.MarkTheWords 1.6", "H5P.DragText 1.5", - "H5P.TrueFalse 1.0" + "H5P.TrueFalse 1.1" ] } }, @@ -454,4 +454,4 @@ } ] } -] +] \ No newline at end of file