Answer the question
In order to leave comments, you need to log in
Is there a solution for creating textbook quizzes?
Perhaps there are some front-end libraries for organizing tests, passing exercises, auditions, etc. (That is, different types of tasks, different structures). Perhaps all these components have already been written. If not, what is the best way to organize it, how to store this information in the database for more efficient use? Please share your thoughts or ideas of approaches, thanks.
Answer the question
In order to leave comments, you need to log in
of course have.
almost any front-end library or front-end framework is great for writing a system of tests.
The test itself: This is a "tree" of pages (forms), conditions and links between them in json format.
The most difficult thing in the development process - I will highlight 2 points:
1. Controlling the current location of the user in this "tree": which form is displayed and controlling the current state of the data when moving back and forth throughout the entire "tree" of the test.
2. Correct calculation of intermediate and final results, according to the settings and conditions from the "tree" of forms.
PS: I did it personally - there is a lot of trouble if you want to end up with a universal tool ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question