...
# Rendering open texts published as ePub (or mobi or wxr or odt: this is one example) in TW so that students can submit assignments as comments on the text.
...
I think he's saying that he wants to convert existing texts into TW.
... your paragraphs are really small,
pandoc -f epub -t html American-Government-and-Politics-in-the-Information-Age-1479837299._3.epub -o Amgov.html(3) Import Amgov.html to a text-slicer edition of TiddlyWiki http://tiddlywiki.com/editions/text-slicer/
(4) The results are here:
http://american-government-in-the-information-age.tiddlyspot.com/
Pretty good for 5 minutes of work - not counting the time to download pandoc & teach myself to use it :)
(5) Next steps: work on displaying TW tiddlers in an organized fashion using the list fields. That should be relatively straightforward. I'll report back to this thread soon...
//steve.
I've never seen an epub with javascript ability. I know PDFs can have some ability, but I don't think I've ever seen an example of one. The problem is that javascript could be used in theory to hack a system, so adoption has been slow.
OK, then, here is a workflow to go from epub -> html -> tiddlywiki.
That is a very good question.......I guess I hadn't really thought that far ahead :)At least it would take a little more effort to try and game the system than simply submitting a friends assignment and hoping I don't notice.They are less tech savvy than you think...Stephen
To bring the thread back a little to where it started, I would be interested in developing tiddlywiki for education.
I would also be interested in looking at ways to export tiddlers easily into a read only format.
And finally, I would definitely be interested in looking at systems to either generate questions/ mark questions and give feedback automatically.
My use case is for engineering at level 3 (A level/ Pre University stuff). My tiddlywiki heavily nested eg : http://stephenteacher.tiddlyspot.com/#Statics I would need a simple way to parse that tree, collect the tiddlers and assemble them in order.
On the exercise side I suspect my needs are a little different as ideal I need maths focused solutions. Essentials would be random question generation eg the question is a+b=? but a and b can be any number from 1 to 10 so each student gets a slightly different question.Feedback from the student answer would then be good. The recent if plugin springs to mind as something which could be leveraged to this.
There also needs to be some way for students to own their work.
So that's where I'm at and what I'd like to do educationally.
That is a very good question.......I guess I hadn't really thought that far ahead :)At least it would take a little more effort to try and game the system than simply submitting a friends assignment and hoping I don't notice.They are less tech savvy than you think...
There seems to be some interest in this group in using TiddlyWiki as a platform for teaching, and for delivering educational resources such as textbooks and presentations. I thought we might use this thread to identify those interested in this kind of work, and see if there is critical mass to spin off a few collaborative projects, or at least to bring together some existing resources.So, here goes:
... it would take a little more effort to try and game the system than simply submitting a friends assignment and hoping I don't notice.