Skip to content

Commit 8adc1b7

Browse files
committed
fix: option title and description and add message desctription
1 parent 760f31f commit 8adc1b7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/generic/configure-modal/messages.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,34 +170,42 @@ const messages = defineMessages({
170170
alwaysShowAssessmentResults: {
171171
id: 'course-authoring.course-outline.configure-modal.visibility-tab.always-show-assessment-results',
172172
defaultMessage: 'Always show assessment results',
173+
description: 'Always show assessment results option in visibility tab',
173174
},
174175
alwaysShowAssessmentResultsDescription: {
175176
id: 'course-authoring.course-outline.configure-modal.visibility-tab.always-show-assessment-results-description',
176177
defaultMessage: 'When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.',
178+
description: 'Always show assessment results option description in visibility tab',
177179
},
178180
neverShowAssessmentResults: {
179181
id: 'course-authoring.course-outline.configure-modal.visibility-tab.never-show-assessment-results',
180182
defaultMessage: 'Never show assessment results',
183+
description: 'Never show assessment results option in visibility tab',
181184
},
182185
neverShowAssessmentResultsDescription: {
183186
id: 'course-authoring.course-outline.configure-modal.visibility-tab.never-show-assessment-results-description',
184187
defaultMessage: 'Learners never see whether their answers to assessments are correct or incorrect, nor the score received.',
188+
description: 'Never show assessment results option description in visibility tab',
185189
},
186190
showAssessmentResultsPastDue: {
187191
id: 'course-authoring.course-outline.configure-modal.visibility-tab.show-assessment-results-past-due',
188192
defaultMessage: 'Show assessment results when subsection is past due',
193+
description: 'Show assessment results past due option in visibility tab',
189194
},
190195
showAssessmentResultsPastDueDescription: {
191196
id: 'course-authoring.course-outline.configure-modal.visibility-tab.show-assessment-results-past-due-description',
192197
defaultMessage: 'Learners do not see whether their answer to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed. If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.',
198+
description: 'Show assessment results past due option description in visibility tab',
193199
},
194200
neverShowAssessmentResultsButIncludeGrade: {
195201
id: 'course-authoring.course-outline.configure-modal.visibility-tab.never-show-assessment-results-but-include-grade',
196-
defaultMessage: 'Never show assessment results, but include in grade calculations',
202+
defaultMessage: 'Never show individual assessment results, but show overall assessment results after due date',
203+
description: 'Never show assessment results but include in grade calculations option in visibility tab',
197204
},
198205
neverShowAssessmentResultsButIncludeGradeDescription: {
199206
id: 'course-authoring.course-outline.configure-modal.visibility-tab.never-show-assessment-results-but-include-grade-description',
200-
defaultMessage: 'Learners never see whether their answers to assessments are correct or incorrect, nor the score received. However, the scores they receive on assessments are included in their overall course grade.',
207+
defaultMessage: 'Learners do not see question-level correctness or scores before or after the due date. However, once the due date passes, they can see their overall score for the subsection on the Progress page.',
208+
description: 'Never show assessment results but include in grade calculations option description in visibility tab',
201209
},
202210
setSpecialExam: {
203211
id: 'course-authoring.course-outline.configure-modal.advanced-tab.set-special-exam',

0 commit comments

Comments
 (0)