L2 Word Drag-and-Drop Quiz Java Applet.
The L2 Word Drag-and-Drop (WDD) Quiz applet is basically the regular WDD Quiz applet with support for foreign language characters (L2). It can display both English and a foreign language as follows:
Here are the values and names to use when prompted by the FrontPage 98 Applet dialog box:
| Name | Value |
| quesfileloc | quiz.txt (or whatever name you choose) |
| language | Thai/Vietnamese/Khmer/Lao/Burmese |
Note the new parameter "language" to indicate which language you want to use with L2 WDD. The other parameters are the same as the regular WDD quiz.
The differences with the regular WDD quiz applet are:
Entering L2 Text
Recall that we write a quiz using Notepad. However, Notepad cannot display L2 characters, so you will have to create L2 text questions and answers using a program that can show these characters (unless you've memorized the keyboard). Do something like the following:
For example, here is a completed L2 WDD quiz file for Vietnamese. Note that the Vietnamese text is NOT displayed correctly here as just noted. However, it will display correctly in the applet. Text in italics are comments to help explain the meaning of each line and would not be typed into the quiz file.
| //question 1 for testing m22 Baø laø ngöôØi Myõ, phaûi khoâng oui? # _______________ phaûi khoâng? # ngöôØi Myõ # Baø@laø@ngöôØi@Myõ@ngöôØi Myõ # audio: start: # //question 2 for testing m21 OÂng coù maáy con trai ? # # |
comment Question in L2, answers in L2 The question a separator a partial answer - in L2 like the answer chunks # separator the correct answer # separator the candiate answer chunks, separated by @ # separator no audio for this question no auto play of audio for this question # separator comment Question in L2, answers in English the question # separator blank line = no partial answer # separator the correct answer - note & between parts # separator candidate answer chunks, separated by & # separator no audio for this question no auto play of audio for this question # separator comment Question in English, answers in L2 the question # separator partial answer # separator the correct answer # separator candidate answer chunks, separated by & # separator no audio for this question no auto play of audio for this question # separator !! - end of file |