A
A
Avbul Khazueredkalyevich2017-03-05 23:24:35
Django
Avbul Khazueredkalyevich, 2017-03-05 23:24:35

What is the best way to create your own electronic textbook?

Good day. Due to the course work, the question arose of writing an electronic manual. Lectures on higher mathematics with a bunch of formulas c. doc, it is necessary that the manual has tests after each topic, a search for definitions and navigation. Who can tell, can anyone come across a similar one?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Mikhail, 2017-03-09
@Ostrie_Brevna

Is Python required? Need a web or standalone solution? Look in the direction of what is called LMS (learning management system), but there is more and more PHP-ish: blog.capterra.com/top-8-freeopen-source-lmss
A very common and developed LMS is moodle (PHP). It made, for example, a distance training system for computer science of the Moscow Center for Continuing Mathematical Education: informatics.mccme.ru
In moodle there is some kind of integration with the mat. formulas:
https://docs.moodle.org/archive/ru/Formulas_to_form...
www.wiris.com/ru/solutions/moodle
cyberleninka.ru/article/n/ispolzovanie-moodle-v-pr...
Yes some python api to moodle:
https://github.com/mrud/moodle-api
https://pypi.python.org/pypi/moodle/0.0.1
https://github.com/asayler/moodle-ws-python
Now about what is done in python.
https://djangopackages.org/grids/g/lms/ - attempts to create an LMS in Django
Well, there is also such a thing as edx-platform in python, see here:
https://github.com/edx
https:// github.com/eduNEXT
PS. At HSE, people wrote papers on a similar topic:
https://www.hse.ru/edu/vkr/85211258
https://www.hse.ru/edu/vkr/85268079

A
Alexander, 2017-03-30
@Survtur

If the tests are not interactive, can a simple wiki be used?

A
Avbul Khazueredkalyevich, 2017-03-31
@Romios

The study guide should include (lectures, student self-tests, glossary)
Questions in this type of test:960e10bdf94d4114bd3ed0e24127fdff.JPG

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question