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

BUGFIX - [Numeric Input] - Check for wrong answers when scoring #1743

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 11, 2024

  1. Initial refactoring of code to check all answer options, not just cor…

    …rect ones.
    Mark Fitzgerald committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4d59d9f View commit details
    Browse the repository at this point in the history
  2. Adjust searching logic to return full answer info.

    Mark Fitzgerald committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1343411 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e083119 View commit details
    Browse the repository at this point in the history
  4. Fix Typescript error.

    Mark Fitzgerald committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    90f24e5 View commit details
    Browse the repository at this point in the history
  5. Remove old code (replaced with refactored code).

    Mark Fitzgerald committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1977c2d View commit details
    Browse the repository at this point in the history
  6. Adjust how score results are determined to use what is returned from …

    …the validator when the answer is "correct".
    Mark Fitzgerald committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3a008da View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary nullish coalescence operators.

    Mark Fitzgerald committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    163918e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    96647c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Add unit test for answer order checking.

    Add unit test for empty/incomplete user input.
    Mark Fitzgerald committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    25de050 View commit details
    Browse the repository at this point in the history