We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d669d7e commit 14d2c72Copy full SHA for 14d2c72
1 file changed
src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/messages.js
@@ -84,7 +84,7 @@ const messages = defineMessages({
84
},
85
answerNumericErrorText: {
86
id: 'authoring.answerwidget.answer.answerNumericErrorText',
87
- defaultMessage: 'Error: This problem type only supports numeric answers. Did you mean to make a (Text/Math Expression) Input problem?',
+ defaultMessage: 'Error: This input type only supports numeric answers. Did you mean to make a Text input or Math expression input problem?',
88
description: 'Error message when user provides wrong format',
89
90
});
0 commit comments