Internationalization
Rubric Editor supports language bundles to customize all interface elements.
Languages and user interface labels can be overridden in Rubric Editor by using the setLabelBundle method.
Bundle Keys
A brief example is shown below and the full list of properties are published on each release.
{
"editor.type": "Rubric type",
"editor.type.enums.analytic": "Analytic",
"editor.type.enums.holistic": "Holistic",
"editor.type.enums.sr-categorize": "Categorize",
"editor.type.enums.sr-general": "General",
"editor.type.enums.sr-keypoints": "Keypoints",
"editor.type.enums.sr-xfromy": "X From Y",
"editor.title": "Title",
"editor.criteria": "Criteria",
// ...
"text.score": "{{score}} pt",
"text.editor.criteria.items.category": "Category name",
"text.editor.criteria.items.correct": "Correct response"
}