From cd829398507a2bc78f5b506dc276d918b011af66 Mon Sep 17 00:00:00 2001 From: Timothy Lim Date: Fri, 14 Jul 2017 15:29:30 +0200 Subject: [PATCH] New translations .en.json (Polish) --- language/pl.json | 66 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 22 deletions(-) diff --git a/language/pl.json b/language/pl.json index 5cecea0..c97b04e 100644 --- a/language/pl.json +++ b/language/pl.json @@ -141,30 +141,52 @@ "description":"This heading will be displayed at the end of the quiz when the user has answered all questions." }, { - "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":"You got @score of @total points" + "label":"Overall Feedback", + "fields":[ + { + "widgets":[ + + ], + "label":"Define custom feedback for any score range", + "description":"Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!", + "entity":"range", + "field":{ + "fields":[ + { + "label":"Score Range" + }, + { + + }, + { + "label":"Feedback for defined score range", + "placeholder":"Fill in the feedback" + } + ] + } + } + ] }, { - "label":"Quiz passed greeting", - "placeholder":"Congratulations!", - "default":"Congratulations!", - "description":"This text will be displayed above the score if the user has successfully passed the quiz." - }, - { - "label":"Passed comment", - "default":"You did very well!", - "description":"This comment will be displayed after the score if the user has successfully passed the quiz." - }, - { - "label":"Quiz failed title", - "default":"You did not pass this time.", - "description":"This text will be displayed above the score if the user has failed the quiz." - }, - { - "label":"Failed comment", - "default":"Have another try!", - "description":"This comment will be displayed after the score if the user has failed the quiz." + "label":"Old Feedback", + "fields":[ + { + "label":"Quiz passed greeting", + "description":"This text will be displayed above the score if the user has successfully passed the quiz." + }, + { + "label":"Passed comment", + "description":"This comment will be displayed after the score if the user has successfully passed the quiz." + }, + { + "label":"Quiz failed title", + "description":"This text will be displayed above the score if the user has failed the quiz." + }, + { + "label":"Failed comment", + "description":"This comment will be displayed after the score if the user has failed the quiz." + } + ] }, { "label":"Solution button label",