MozillaZine

Fabula: Bilingual Storybook Creator/Reader Based on Mozilla

Thursday April 20th, 2000

Mozilla isn't a platform? Mozilla shouldn't be a platform? Just check out Fabula, the bilingual storybook creator/reader built on a Mozilla foundation. Using Mozilla, the Fabula team is creating an easy to use story creation tool that creates an XML-formatted story file which can be played in the Fabula reader (also built on the Mozilla platform). The stories can use pictures, text, and sounds to convey stories to students. Each page has text in two languages, and in the sample story provided, each page also has audio files that accompany the bilingual text. It is still in a very prototype stage, but it's impressive. What's even more impressive is that Fabula has already been used by a group of 8-10 year old students in the Basque country in Southwest France to create a bilingual story called "The Cat that Barked".

From the Fabula website:

"For many bilingual children, the opportunity to see their own stories created and displayed in Fabula software may also represent the first time they have seen the languages of their own communities presented within a high-status computer environment... "

Mozilla is an ideal platform for this kind of work. With Unicode support throughout the app, not only can the program display text accurately, but the entire app can be localized to meet the needs of its users. Mozilla's solid XML, HTML, and CSS support, along with XUL, opens up a new world for application developers.

Fabula is currently being funded by the European Commission through the Educational Multimedia Taskforce.

#1 wow

by gerbilpower

Thursday April 20th, 2000 4:02 PM

For a while now I've been thinking about what type of applications that can be built to run on Mozilla, but I didn't expect something like this. This is cool! Way to go Mozilla!

<:3)~~

#2 Double Wow

by Tekhir

Thursday April 20th, 2000 6:06 PM

I have to agree with gerbil. This is something I never thought of but it is a totally cool use of mozilla.

#3 Give that project a cigar

by wheezy

Thursday April 20th, 2000 9:55 PM

People seem to be just starting to realize: an entirely new paradigm in software development is rising, the document-oriented paradigm. It subsumes wisdom from both object-oriented programming and markup discipline. And Mozilla is the first to take a real hard stab at it. It's great that worthy projects such as Fabula are taking advantage of it.

#4 Re: Document oriented

by basic

Friday April 21st, 2000 12:19 AM

I'd say content oriented. It has been around for a while, but for once, a piece of "professional" software actually has standards and cross-platform capability as its goal. One can now focus on the content rather than which OS/platform one should focus on. And it doesn't come with huge licencing fees (its free!!!).

#5 Prototype based on M12

by briank

Friday April 21st, 2000 6:52 AM

The prototypes available on the web site are based on the M12 code. It is a bit buggy. The project was stalled after that for a while. We are resuming it now, so in a few months we hope to have a super piece of software for children to create and read stories. -Brian

#7 Re: Prototype based on M12

by svn

Friday April 21st, 2000 10:42 AM

This seems to be a great example of Mozilla as a versatile "web application" platform. Projects like these should be publicized on forums like mozillazine sooner rather than later, so that others are aware of Mozilla's potential.

In my quick survey of the fabula site, I didn't find much mention of Mozilla's role in the software. It would be nice to see Mozilla's role highlighted some more, not for cheap publicity, but so that others may be encouraged to develop new and innovative projects like these using the open source platform, and contribute to the overall Mozilla effort.

#8 Re: Re: Prototype based on M12

by briank

Friday April 21st, 2000 5:55 PM

That's a good point about about Mozilla not getting a mention on the web site. I'll contact the person who does the site right away......

#6 Language instruction program

by Hard_Code

Friday April 21st, 2000 7:33 AM

I've been working for a while on a program in Java which is an adaptation of a linguistics professor's "Beginning Indonesian Through Self Instruction" textbook series. It is an electronic adaptation of the textbooks, with audio, video, images, interactive exercises, etc. This is basically a quick and dirty (but nicely done!) Java application designed specifically for this textbook. What I have been dreaming about for a while is the ability to entirely generalize this application so /ANY/ language could be tought in a very flexible manner (of formats other than this series). With a data store of XML, XSL stylesheets for rendering, and some scripting for interaction, a completely generalized language (or anything I suppose) tutorial CBT program could be created. A "data store" would also allow the possibility of creating a /non-linear/ learning tract. The data store would simply consist of many "points" or "topics", at varying knowledge levels, which would could be strung together in any manner, or adapted to the user! The roadblock I run into though, is that exercises and presentation of material varies so wildy that it would be very hard to come up with some primitives that could be used in the program ("multiple choice activity", "grammar section", etc.). Which would mean there would be a lot of need for messy scripting glue to do exactly what you wanted. But the potential is certainly there.