Note: If you’re looking for the results of the auto-generated Number Sense practice tests, you can find them in the repository here. If you’re interested in some of the background behind the project, read below:
So I had a couple of free hours this past week so I whipped up some rough python code to auto-generate UIL Number Sense tests based off a database of questions that are sub-divided into 10-question buckets (e.g., I pooled Questions 1-10, 11-20, etc…, and randomly selected ten problems from each bucket and assembled a test in rough order). This would ensure that you don’t wind up with weird results like an integral question as Problem #1 or an easy multiply by 11 question as problem number #75.
You can download the first auto-generated practice test here and the answers here. For the time being, I plan on releasing a new practice test every week and setting up an archiveĀ on my website so you can view and download all auto-generated practice tests that have been created.
The formatting is about 98% there — occasionally you’ll have some quirky typesetting based on the conversion to LaTeX — and I only checked randomly selected answers to make sure they are coinciding with the problems asked, so there might be some mistakes on that end. For future tests, I’ll do a quick scan and correct any obviously wrong typeface.
All that’s left now is to write LaTeX stubs for more practice problems and increase my database of questions. I plan on contracting out that work through Fiverr in order to better optimize my time. I’ll be sure to release a “final” version of my python code as well as periodic updates to my questions database on this website so that coaches and students can run the code themselves and generate as many practice tests as they want.
So stay tuned for any updates and, if you are a competitor, check back every week for a new test!