douglasrizzo / catsim

Computerized Adaptive Testing Simulator
GNU Lesser General Public License v3.0
124 stars 35 forks source link

Initializer #28

Closed amymaries closed 3 years ago

amymaries commented 3 years ago

When trying to run your Catsim in Colab, step #4, initializing theta for the examinee, gives me the following error code:

NameError: name 'initializer' is not defined.

I'm trying to read your code here, but I'm new to Python. Could you help?

douglasrizzo commented 3 years ago

Hi, the link in the README was for an incomplete Colab notebook. You can find a more complete Colab in this link: https://colab.research.google.com/drive/1dBcpXxHuc9YXv9yGllxlahx585hEmdbn.

I have also fixed the link in the project's home page. Thanks for pointing that out to me.

amymaries commented 3 years ago

Thank you so much for that project! It was really helpful! I want to build a CAT math placement test for a particular math curriculum and I wasn't sure where to start. This gave me lots of ideas. I would just offer it to my math students, free, on my personal website. Would you mind if I used the code in this repository?

douglasrizzo commented 3 years ago

Go ahead! Everything is free and open source. I believe people have been using catsim on commercial applications too. The license allows it.