Skip to content

v1.0.1

Choose a tag to compare

@condecon condecon released this 26 Apr 15:16
· 338 commits to main since this release

New Feature: Response Pattern Generation
Added a new function generate_response_pattern in adaptivetesting/math/__gen_response_pattern.py to simulate response patterns based on participant ability and test item parameters. This includes support for setting a random seed for reproducibility.
Imported the generate_response_pattern function in adaptivetesting/math/init.py for module-level access.
Created a new test file, adaptivetesting/tests/test_generate_response_pattern.py, to validate the functionality of generate_response_pattern with unit tests.