[Javascript] Spell Checker

Bill Moseley moseley at hank.org
Mon Aug 13 11:44:19 CDT 2007


On Mon, Aug 13, 2007 at 08:24:18AM -0500, Del Wegener wrote:
> Good Morning;
> 
> I am building a collection of online interactiuve quizzes for my students.
> One type of question is the familiar "fill-in-the-blank" question.
> I would like to attach a spell checker to these question which would 
> suggest alternate spellings whend a student uses incorrect spelling.
> 
> Because there is no monetary return from this website, I would like the 
> spell checker to be free.
> JavaScript or PERL would be fine.
> 

Seems like downloading the dictionary to the client would be slow.

Ajax and Text::Aspell, perhaps?

-- 
Bill Moseley
moseley at hank.org




More information about the Javascript mailing list