Improve variable names and fix test start bug

Ensure tests are started with a high enough question limit until UI to choose number of questions is implemented
This commit is contained in:
2021-09-11 17:22:37 +01:00
parent e450e64c82
commit 7138f2f297
2 changed files with 7 additions and 7 deletions

View File

@@ -114,7 +114,7 @@ export default withRouter(class SetPage extends React.Component {
sets: [this.props.match.params.setId],
switch_language: false,
mode: "questions",
limit: 10,
limit: 1000,
}).then((result) => {
const progressId = result.data;
this.stopLoading();