diff --git a/src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx b/src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx
index a4d04a216..81f21c4f5 100644
--- a/src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx
+++ b/src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx
@@ -30,7 +30,7 @@ export const Preview = ({
alt={intl.formatMessage(messages.previewAltText, { problemType })}
/>
- {intl.formatMessage(messages.previewDescription, { previewDescription: data.description })}
+ {intl.formatMessage(messages.previewDescription, { previewDescription: data.previewDescription })}
- Enter your multi-select answers below and select which choices are correct
+ Learners must select all correct answers from a list of possible options.
- Enter your single select answers below and select which choice is correct
+ Learners must select the correct answer from a list of possible options.
- Enter correct numerical input answers below
+ Specify one or more correct numeric answers, submitted in a response field.
- Enter your dropdown answers below and select which choice is correct
+ Learners must select the correct answer from a list of possible options
- Enter your text input answers below and select which choices are correct
+ Specify one or more correct text answers, including numbers and special characters, submitted in a response field.