@@ -31,12 +31,14 @@ const enumOptionMessages = defineMessages({
3131 finished : {
3232 id : 'course-authoring.advanced-settings.enum.finished' ,
3333 defaultMessage : 'Finished' ,
34- description : 'Option label for Show Answer: show the answer after the learner has used all attempts or the problem is past due' ,
34+ description :
35+ 'Option label for Show Answer: show the answer after the learner has used all attempts or the problem is past due' ,
3536 } ,
3637 correctOrPastDue : {
3738 id : 'course-authoring.advanced-settings.enum.correct-or-past-due' ,
3839 defaultMessage : 'Correct or past due' ,
39- description : 'Option label for Show Answer: show the answer once the learner answers correctly or the due date passes' ,
40+ description :
41+ 'Option label for Show Answer: show the answer once the learner answers correctly or the due date passes' ,
4042 } ,
4143 pastDue : {
4244 id : 'course-authoring.advanced-settings.enum.past-due' ,
@@ -61,7 +63,8 @@ const enumOptionMessages = defineMessages({
6163 afterAllAttemptsOrCorrect : {
6264 id : 'course-authoring.advanced-settings.enum.after-all-attempts-or-correct' ,
6365 defaultMessage : 'After all attempts or correct' ,
64- description : 'Option label for Show Answer: show the answer after all attempts are used or the learner answers correctly' ,
66+ description :
67+ 'Option label for Show Answer: show the answer after all attempts are used or the learner answers correctly' ,
6568 } ,
6669 attemptedNoPastDue : {
6770 id : 'course-authoring.advanced-settings.enum.attempted-no-past-due' ,
@@ -141,12 +144,14 @@ const enumOptionMessages = defineMessages({
141144 earlyNoInfo : {
142145 id : 'course-authoring.advanced-settings.enum.early-no-info' ,
143146 defaultMessage : 'Early (no info)' ,
144- description : 'Option label for Certificates Display Behavior: certificates are displayed early with no additional information' ,
147+ description :
148+ 'Option label for Certificates Display Behavior: certificates are displayed early with no additional information' ,
145149 } ,
146150 earlyWithInfo : {
147151 id : 'course-authoring.advanced-settings.enum.early-with-info' ,
148152 defaultMessage : 'Early (with info)' ,
149- description : 'Option label for Certificates Display Behavior: certificates are displayed early with additional information shown to learners' ,
153+ description :
154+ 'Option label for Certificates Display Behavior: certificates are displayed early with additional information shown to learners' ,
150155 } ,
151156} ) ;
152157
@@ -155,7 +160,7 @@ const enumOptionMessages = defineMessages({
155160 * Used by EnumInput to render localized option labels.
156161 * Keys match the `value` field of each option in ENUM_OPTIONS (fieldTypes.ts).
157162 */
158- export const ENUM_LABEL_MESSAGES : Record < string , Record < string , { id : string ; defaultMessage : string } > > = {
163+ export const ENUM_LABEL_MESSAGES : Record < string , Record < string , { id : string ; defaultMessage : string ; } > > = {
159164 showanswer : {
160165 always : enumOptionMessages . always ,
161166 answered : enumOptionMessages . answered ,
@@ -349,7 +354,8 @@ export const FIELD_PLACEHOLDER_MESSAGES = defineMessages({
349354 topLevelDownstreamParentKey : {
350355 id : 'course-authoring.advanced-settings.placeholder.top-level-downstream-parent-key' ,
351356 defaultMessage : 'e.g. block-v1:Org+Course+Run+type@vertical+block@id' ,
352- description : 'Placeholder for the Top-Level Downstream Parent Key field in Advanced Settings (Open edX block key format)' ,
357+ description :
358+ 'Placeholder for the Top-Level Downstream Parent Key field in Advanced Settings (Open edX block key format)' ,
353359 } ,
354360 certNameLong : {
355361 id : 'course-authoring.advanced-settings.placeholder.cert-name-long' ,
0 commit comments