|
|
|
|
|
by ivansavz
2385 days ago
|
|
> [...] how we should approach teaching in the setting where there is no internet access Here is a link to a learning platform that is specially designed for the offline setting: https://learningequality.org/kolibri/
It can work both as a general purpose library (for self-directed learning) or as a LMS in a setting where there is someone who can "coach" the learners by monitoring their progress, organizing them into groups, and assigning specific lessons. In order for the content to work offline, it needs to be "packaged" as a Kolibri Channel (local copy of the content), then you can import it from a USB drive. Another project in the localhost space is Kiwix-Serve: https://www.kiwix.org/en/downloads/kiwix-serve/
Kiwix content comes in .zim files (~= zip with html+assets in it). You can download lots of .zim files available here: https://wiki.kiwix.org/wiki/Content_in_all_languages In particular, the stackoverflow.com zim file (140GB) might be useful to have offline when learning to code. |
|