Using Active Filters to Improve Foreign Language Instruction

By Virginia M. Fichera, Doug Lea, and Joseph Grieco,
Languages Across the Curriculum Project,
State University of New York at Oswego, Oswego, NY, 13126

Background

Use of World Wide Web resources in higher education has been primarily focussed on providing either passive research resources or Java applets for specific content interactions. However, the need often arises to provide interpretation, assistance, and commentary for existing web resources, so that students can focus on the educational objectives surrounding an assignment to view a given web page. While this need surely arises in many educational contexts, we first encountered it when using the web as a vehicle for teaching foreign languages. SUNY-Oswego's Languages Across the Curriculum (LAC) Project is an interdisciplinary effort funded by the SUNY Office of Educational Technology to internationalize the curriculum. The project facilitates student access to Web resources from many countries and in many languages in support of selected courses from across the curriculum. Faculty and students from various disciplines (e.g., economics, environmental science, history, marketing, Native American Studies) team up with faculty and students in modern languages, computer and information sciences, and graphic design to create multilingual course Web sites which organize and guide students through foreign Web sites for each of the selected courses.

The use of existing content-oriented foreign-language web sites as learning resources is an attractive way to help teach foreign languages and cultures while simultaneously providing information to students surrounding the domain at hand. For example, it is far superior to direct students to German web sites discussing environmental policies than for American instructors to prepare their own materials. There are, however, disadvantages: Because these sites are very real, often constantly updated, and not under instructor control, they make no accommodation to students who are reading them in part to become more familiar with a given language or culture. We identified three problems:

One way to deal with these problems is to locally copy foreign pages and customize them by hand. However, this can run against copyright conventions, and presents a never-ending obligation to update local versions when the originals change.

Active Filters

The logistical and technical problems surrounding the need to provide guidance to students can be solved by devising interpositioning tools based on active filters. Active filters use a customized HTTP server that intercepts URL requests and returns not only the requested page, but also any kind of assistance that is available for that page.

There are several ways to implement such a tool. Our current version is based on Meta-HTML, a web server that interprets a lisp-like programming language embedded within specially written web pages. Another in-progress version uses Java Servlets to the same effect. (These implementations are freely available from the authors.) Across implementations, the basic strategy is as follows:

Conclusions

While they are intrinsically special to a given domain and purpose, we have found active filters to be relatively easy to program and maintain using either Meta-HTML or Java. The only real complaint we have had is that since browsers are unable to cache manufactured pages, the delays encountered when fetching fresh copies from overseas on each access are sometimes too long. This problem could be addressed by having the filter itself cache pages.

Active filter tools offer new prospects for interactions both between the student and the Web resource and between the student and the instructor, and help in the transformation of the role of the teacher ``from sage on the stage to guide on the side''. Instructors virtually accompany students to the foreign site, providing students with assistance tailored to the filtered site. While we have found active filters to be a necessity for assisting students with Web research involving foreign languages, their uses are obviously extendible to any educational Web site, providing instructor-tailored materials which provide assistance surrounding another site without altering or copying it.


Last modified: Sun Sep 7 13:33:42 EDT 1997