Add ability to ignore capitals during tests
This commit is contained in:
@@ -61,6 +61,15 @@ export default function ClassicTestStart(props) {
|
||||
<span>Switch language</span>
|
||||
</label>
|
||||
|
||||
<label>
|
||||
<Checkbox
|
||||
checked={props.ignoreCaps}
|
||||
onChange={props.handleIgnoreCapsChange}
|
||||
inputProps={{ 'aria-label': 'checkbox' }}
|
||||
/>
|
||||
<span>Ignore capitals</span>
|
||||
</label>
|
||||
|
||||
<Button
|
||||
onClick={() => props.startTest("questions")}
|
||||
icon={<ArrowForwardRoundedIcon />}
|
||||
|
||||
Reference in New Issue
Block a user