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

Multiple interactions #3

Closed
josephtey opened this issue Apr 4, 2017 · 2 comments
Closed

Multiple interactions #3

josephtey opened this issue Apr 4, 2017 · 2 comments

Comments

@josephtey
Copy link

Hi there,
Very good work; this is definitely the easiest IRT library existing for python. I'm using this library to determine item and student params for vocabulary learning - that is, a student will often revisit the same word over and over again.

Is this library designed for multiple student-item interactions? Or is it solely for a test-based assessment?

Thanks

@junchenfeng
Copy link
Contributor

Hi, Joseph

Thanks for using our toolbox.

The current design of the algorithm does not allow for multiple interactions. Our solution is to use the latest attempt in the sequence. This is not optimal but we have no immediate plan to extend it.

In addition, recently, it comes to our attention that pyirt does not pass unittest in python 3.X. The estimated parameters shrink toward ZERO. We expect to release an update to fix the bug.

Jc

@junchenfeng
Copy link
Contributor

Hi, Joseph. We just released a version that converges qualitatively. Although it still does not allow for multiple attempts, the code at least gives you correct results in a large sample.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants