Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XI-6385] Change the set of questions the user can start the quiz with #83

Merged
merged 4 commits into from
May 13, 2024

Commits on May 10, 2024

  1. Change set of questions the user can initiate the quiz with

    The user can now choose between 3 fixed sets (10, 20, 50) and the complete set.
    The complete set is always the option with the most questions. If any
    of the fixed sets is larger we don't show it.
    
    Adjust and extend tests.
    
    Closes #82
    JuliaCasamitjana committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7d89cfc View commit details
    Browse the repository at this point in the history
  2. Update documentation

    JuliaCasamitjana committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ea8b405 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb07d83 View commit details
    Browse the repository at this point in the history
  4. Simplify test data

    We don't need to create new data objects for test subsets. We can
    use the existing testData object and slice it to the required size.
    JuliaCasamitjana committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b784492 View commit details
    Browse the repository at this point in the history