Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 4158 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=For marking words with mistake |
- | |
5 | slib_parms=1\ |
- | |
6 | ,the input text (embedding delimiter: `??false_word|bon??' no coma or semi-column between the ??) |
- | |
7 | slib_author=Bernadette PERRIN-RIOU |
4 | slib_author=Bernadette PERRIN-RIOU |
8 | slib_out= a matrix :\ |
- | |
9 | position of the false_word in the sentence ; Text output with comas beetween words;\ |
- | |
10 | list of good answers;number of words in the sentence |
- | |
11 | 5 | ||
12 | slib_comment=<b>Preliminary version subject to further change, user with care!</b>\ |
- | |
13 | the two first lines can be use directly as the answer with type=mark. |
- | |
14 | slib_example= The ball is ??rond|round?? and ??gren|green??.\ |
- | |
15 | ??They bal|The ball?? is ??raid|red?? and green.\ |
- | |
16 | ??The ball?? is ??raid|red?? and green. |
- | |
17 | !exit |
6 | !exit |
18 | 7 | ||
19 | :proc |
8 | :proc |
20 | 9 | ||
21 | slib_texte=!lines2words $wims_read_parm |
10 | slib_texte=!lines2words $wims_read_parm |