One solution I’ve thought of is creating custom IDs and default messages, and then trying to translate them that way or does anyone have any better ideas or suggestions for this kind of issue?
export const ProblemTypes = StrictDict({
[ProblemTypeKeys.SINGLESELECT]: {
- title: 'Single select',
+ titleMessage: 'authoring.problemEditor.types.singleSelect.title',
preview: singleSelect,
- previewDescription: 'Learners must select the correct answer from a list of possible options.',
+ previewDescriptionMessage: 'authoring.problemEditor.types.singleSelect.previewDescription',
- description: 'Enter your single select answers below and select which choices are correct. Learners must choose one correct answer.',
+ descriptionMessage: 'authoring.problemEditor.types.singleSelect.description',
...
I am working on the same part in the advanced list, facing a few issues related to JSX. Once I have resolved and tested this, I will submit a pull request. Additionally, I have another pull request on my list that I will also handle.
We tried your solution, but it’s not working as expected. It also prints id also I don’t have much expertise in React.js, so I might be missing something.
After applying your solution, another issue has appeared: we are unable to edit the problem or add any types using options like single set, dropdown, etc.
@braden or @sarina Can you please connect us with a person who has experience in this area? We would like to reach out to them on Slack to troubleshoot and fix this issue together.