diff --git a/language/ar.json b/language/ar.json index 81961f0..56bf416 100644 --- a/language/ar.json +++ b/language/ar.json @@ -141,62 +141,84 @@ "description":"سيتم عرض هذا العنوان في نهاية هذه المسابقة حيثما أجاب المستخدم على جميع الأسئلة المستعملة" }, { - "label":"عرض نص النتيجة", - "description":"النص يستخدم لعرض مجموع النقاط للمستخدم \"@score\" سوف تحل محلها النتيجة المحسوبة, \"@total\" حسب أقصى درجة ممكنة", - "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":"تعليق النجاح بالمسابقة", - "placeholder":"Congratulations!", - "default":"Congratulations!", - "description":"سيتم عرض هذا النص أعلاه النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة" + "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":"ملاحظة النجاح", - "default":"You did very well!", - "description":"سيتم عرض هذه الملاحظة بعد النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة" - }, - { - "label":"تعليق الرسوب بالمسابقة", - "default":"You did not pass this time.", - "description":"سيتم عرض هذا النص أعلاه النتيجة إذا كان المستخدم قد فشلت في المسابقة" - }, - { - "label":"ملاحظة الرسوب", - "default":"Have another try!", - "description":"سيتم عرض هذه الملاحظة بعد النتيجة إذا كان المستخدم قد فشلت في المسابقة" - }, - { - "label":"تسمية زر اظهار الحل", + "label":"Solution button label", "default":"Show solution", - "description":"نص زر الحل" + "description":"Text for the solution button." }, { - "label":"تسمية زر إعادة المحاولة", + "label":"Retry button label", "default":"Retry", - "description":"نص زر إعادة المحاولة" + "description":"Text for the retry button." }, { - "label":"نص زر الانتهاء", + "label":"Finish button text", "default":"Finish" }, { - "label":"عرض الفيديو قبل نتائج المسابقة" + "label":"Display video before quiz results" }, { - "label":"تفعيل زر تخطى الفيديو" + "label":"Enable skip video button" }, { - "label":"تسمية زر تخطى الفيديو", + "label":"Skip video button label", "default":"Skip video" }, { - "label":"فيديو النجاح بالمسابقة", - "description":"سيتم تشغيل هذا الفيديو إذا كان المستخدم ناجحا بهذه المسابقة" + "label":"Passed video", + "description":"This video will be played if the user successfully passed the quiz." }, { - "label":"فيديو الرسوب بالمسابقة", - "description":"سيتم تشغيل هذا الفيديو إذا كان المستخدم راسبا بهذه المسابقة" + "label":"Fail video", + "description":"This video will be played if the user failes the quiz." } ] },