diff options
| author | aarne <unknown> | 2005-05-17 11:37:17 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-05-17 11:37:17 +0000 |
| commit | b12608fb0947122fe65d9736eabf59266ad08252 (patch) | |
| tree | 537a7ce7cec1a1f12fce9493f6f39da131362d8b /src/HelpFile | |
| parent | 9b42aff901a3b14aaaf113098d9640e66fe9e5a2 (diff) | |
ml and tl
Diffstat (limited to 'src/HelpFile')
| -rw-r--r-- | src/HelpFile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/HelpFile b/src/HelpFile index 4ebb00d1d..7d339e478 100644 --- a/src/HelpFile +++ b/src/HelpFile @@ -310,11 +310,13 @@ tq, translation_quiz: tq Lang Lang examples: tq -cat=NP TestResourceEng TestResourceSwe -- quiz for NPs -tl, translation_list: tl Lang Lang Int - Random-generates a list of Int translation exercises from Lang1 to Lang2. +tl, translation_list: tl Lang Lang + Random-generates a list of ten translation exercises from Lang1 + to Lang2. The number can be changed by a flag. HINT: use wf to save the exercises in a file. flags: -cat + -number examples: tl -cat=NP TestResourceEng TestResourceSwe -- quiz list for NPs @@ -330,13 +332,14 @@ mq, morphology_quiz: mq examples: mq -cat=N -lang=TestResourceSwe -- quiz for Swedish nouns -ml, morphology_list: ml Int - Random-generates a list of Int morphological exercises, - keeping score of success. +ml, morphology_list: ml + Random-generates a list of ten morphological exercises, + keeping score of success. The number can be changed with a flag. HINT: use wf to save the exercises in a file. flags: -cat -lang + -number examples: ml -cat=N -lang=TestResourceSwe -- quiz list for Swedish nouns |
