We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e8bd5 commit b55e5c9Copy full SHA for b55e5c9
src/editors/containers/ProblemEditor/data/OLXParser.js
@@ -418,7 +418,7 @@ export class OLXParser {
418
[type]: defaultValue,
419
};
420
}
421
- const isAnswerRange = /[([]\d*,\d*[)\]]/gm.test(numericalresponse['@_answer']);
+ const isAnswerRange = /[([]\s*\d*,\s*\d*\s*[)\]]/gm.test(numericalresponse['@_answer']);
422
answers.push({
423
id: indexToLetterMap[answers.length],
424
title: numericalresponse['@_answer'],
0 commit comments