Updated english source file [HFP-1174]
parent
9401e5abe3
commit
acb9da13ee
|
@ -141,29 +141,43 @@
|
||||||
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
|
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Score display text",
|
"label": "Overall Feedback",
|
||||||
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
"fields": [
|
||||||
"default": "You got @score of @total points"
|
{
|
||||||
|
"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",
|
"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."
|
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Passed comment",
|
"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."
|
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Quiz failed title",
|
"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."
|
"description": "This text will be displayed above the score if the user has failed the quiz."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Failed comment",
|
"label": "Failed comment",
|
||||||
"default": "Have another try!",
|
|
||||||
"description": "This comment will be displayed after the score if the user has failed the quiz."
|
"description": "This comment will be displayed after the score if the user has failed the quiz."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -230,4 +244,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue