chore: update to frontend-lib-content-components 2.6.8
This commit is contained in:
@@ -418,7 +418,7 @@ export class OLXParser {
|
||||
[type]: defaultValue,
|
||||
};
|
||||
}
|
||||
const isAnswerRange = /[([]\d*,\d*[)\]]/gm.test(numericalresponse['@_answer']);
|
||||
const isAnswerRange = /[([]\s*\d*,\s*\d*\s*[)\]]/gm.test(numericalresponse['@_answer']);
|
||||
answers.push({
|
||||
id: indexToLetterMap[answers.length],
|
||||
title: numericalresponse['@_answer'],
|
||||
|
||||
Reference in New Issue
Block a user