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

Display standerror in abilities feedback #258

Merged
merged 3 commits into from
Jan 23, 2024
Merged

Commits on Jan 23, 2024

  1. Teststrategies: add standarderror before stopping quiz

    Even if the maximum question limit is reached, calculate the ability
    and standarderror based on the last response before finishing.
    This means moving the `updatepersonability` and `addscalestandarderror`
    classes to the top of the pre-select task lists.
    davidszkiba committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a81df9e View commit details
    Browse the repository at this point in the history
  2. Refactor: remove questions check from addscalestandarderror

    It is not necessary and not the responsibility of this class to check
    if no questions are remaining.
    davidszkiba committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ae8c531 View commit details
    Browse the repository at this point in the history
  3. Personabilities feedback: display standarderrors

    For each scale, we also display the standarderror for this scale.
    The standarderror changes after each question, and here we display the value
    that was calculated after the last response.
    davidszkiba committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    76d0bb3 View commit details
    Browse the repository at this point in the history