I want to build an online quiz for academic students. I am facing a problem in mathematics, chemistry and physics subjects, regarding symbols. While it is obviously possible for me to draw a symbol every time, individually, in every such question, I want a more reusable solution.
How can I create a library of symbols (of different sizes, such as lambda in size 5 and lambda in size 10) and insert them into my equations editor? The symbols need to be moveable and delete-able (in the editing phase that is, once a question in finalized, it is added to the database and no more editing is required).
Do I need to start from grass root and start drawing symbols in different sizes? Or has it been done before and available for other developers?