[ENH] Add option to ignore accents during tests

This commit is contained in:
2022-08-29 17:20:26 +01:00
parent e60b1ab5ef
commit 1f0079868f
8 changed files with 89 additions and 10 deletions

View File

@@ -70,6 +70,14 @@ export default function ClassicTestStart(props) {
/>
<span>Ignore capitals</span>
</label>
<label>
<Checkbox
checked={props.ignoreAccents}
onChange={props.handleIgnoreAccentsChange}
inputProps={{ 'aria-label': 'checkbox' }}
/>
<span>Ignore accents</span>
</label>
<label>
<Checkbox
checked={props.showNumberOfAnswers}