Setting up default feedback for overall feedback [HFP-1174]
parent
acb9da13ee
commit
63e95b7152
|
@ -299,7 +299,7 @@
|
||||||
],
|
],
|
||||||
"importance": "high",
|
"importance": "high",
|
||||||
"label": "Define custom feedback for any score range",
|
"label": "Define custom feedback for any score range",
|
||||||
"description": "Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!",
|
"description": "Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\n\"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score.",
|
||||||
"entity": "range",
|
"entity": "range",
|
||||||
"min": 1,
|
"min": 1,
|
||||||
"defaultNum": 1,
|
"defaultNum": 1,
|
||||||
|
@ -332,6 +332,8 @@
|
||||||
"label": "Feedback for defined score range",
|
"label": "Feedback for defined score range",
|
||||||
"importance": "low",
|
"importance": "low",
|
||||||
"placeholder": "Fill in the feedback",
|
"placeholder": "Fill in the feedback",
|
||||||
|
"default": "You got @score of @total points",
|
||||||
|
"showDefaultOnFirstRow": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue