xluo11 / xxIRT

R package for item response theory
25 stars 15 forks source link

Can support a question with multiple knowledges #12

Open wulingmmm opened 3 years ago

wulingmmm commented 3 years ago

Thank you very much for your work, this is the only relevant package I found, and helps me a lot. I hope you could give me some guidance on my work. 1.in the function mst(item_pool...), how to input the item_pool with a question corresponding to multiple knowledges. 2.I set the number of questions to 900, but I found that it ran very slowly and even reported errors. I would like to ask if there is any range for the setting. Looking forward to your reply.

xluo11 commented 3 years ago

I need some clarification of your questions.

  1. Can you give me an example of what you mean by one question corresponding to multiple knowledge domains? If you mean one item falls into multiple knowledge domains, then you can add multiple constraints like x <- mst_constraint(x, "content", 10, 10, level=1).
  2. What do you mean by the number of questions, the size of the item pool or the test length? When the problem is too big, it would definitely take a long time to solve. But, there might be a way to cleverly reduce the problem size.

On Mon, Aug 9, 2021 at 4:53 AM wulingmmm @.***> wrote:

Thank you very much for your work, this is the only relevant package I found, and helps me a lot. I hope you could give me some guidance on my work. 1.in the function mst(item_pool...), how to input the item_pool with a question corresponding to multiple knowledges. 2.I set the number of questions to 900, but I found that it ran very slowly and even reported errors. I would like to ask if there is any range for the setting. Looking forward to your reply.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xluo11/xxIRT/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZ3BU7VD6IAIIVTG6L22B3T36JQTANCNFSM5BZSFKLA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .