Discussion about this post

User's avatar
Thomas Berend's avatar

I had a simiar itch, tried the same usual suspects.

I intended my textbook to be web-first, not necessarily for print, for a teacher-run course. Ran into several problems, eg::

1) I wanted interactive content (eg: JSXGraph, Monaco editor, Three.JS, etc)

2) managing assets became unwieldy as size and # of asset types increased

3) editor tools don't support Grammerly or similar

4) every minor cut-and-paste broke links in the build chain

5) difficult to integrate with an LMS (activity completions, etc)

6) could not track student progress or do formative assessment

7) could not add 'learning science' tools (eg: reflection, flashcards)

8) could not add voice reader tools (especially hard for math)

9) painful to track image attributions and associate with image

Without these things, I felt that I was wasting my time. No one reads textbooks anymore, except maybe the night before the final exam.

So building my own 'textbook' engine. Crude example at https://www.communityreading.org/moodle/ (the JSXGraph eample). Better one on the way. Happy to share it.

Expand full comment
2 more comments...

No posts