Hello!
There is a need to add a task (Fig. Below) of the USE to the database
task option EGE

The thought came about creating a task editor how questions are created on this site. And then translate all this into a BLOB data type and put it in a database (see figure below)
enter image description here

How good is the idea? How hard is it to create such a thing? In C # I have basic knowledge. If an unsuccessful idea, then how best to implement the addition to the database of similar tasks containing drawings, text, tables?
Thank!

  • In the original, these tasks are contained in MS Word documents of a certain format, which are in BLOB columns. - hinotf
  • Depends on what the goal is. If then someone will be tested on this base, then it may be better to use a ready-made solution like Moodle? When I wrote the testing system, I simply kept the text of the task separately, the drawings for the task separately in blob. - Ella Svetlaya

0