I thought the prices for TMUA prep questions on websites were kind of expensive so I made this; an open source, free TMUA question repo.
Want to contribute? Read CONTRIBUTING.MD
A few notes/main ideas: You can't pay for anything here. No account. Minimise friction.
If you (for some strange reason) are interested in how the system works, allow me to explain.
(1) Static HTML/CSS/JS website
(2) All questions stored in JSON and (normally) cached on client-side - monolithic architecture.
(3) Math rendered with KaTeX.
- Code — MIT License.
- Questions (
data/questions.json) — CC BY-SA 4.0: reuse and adapt freely, but credit OpenTMUA with a link and release adaptations under the same license.