Files
2026-01-26 12:22:09 -05:00

34 lines
1.2 KiB
TypeScript

import { defineMessages } from '@edx/frontend-platform/i18n';
const messages = defineMessages({
heading: {
id: 'course-authoring.pages-resources.progress.heading',
defaultMessage: 'Configure progress',
},
enableProgressLabel: {
id: 'course-authoring.pages-resources.progress.enable-progress.label',
defaultMessage: 'Progress',
},
enableProgressHelp: {
id: 'course-authoring.pages-resources.progress.enable-progress.help',
defaultMessage: `As students work through graded assignments, scores
will appear under the progress tab. The progress tab contains a chart of
all graded assignments in the course, with a list of all assignments and
scores below.`,
},
enableProgressLink: {
id: 'course-authoring.pages-resources.progress.enable-progress.link',
defaultMessage: 'Learn more about progress',
},
enableGraphLabel: {
id: 'course-authoring.pages-resources.progress.enable-graph.label',
defaultMessage: 'Enable progress graph',
},
enableGraphHelp: {
id: 'course-authoring.pages-resources.progress.enable-graph.help',
defaultMessage: 'If enabled, students can view the progress graph',
},
});
export default messages;