Rev 5903 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4158 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Cut out embedded choices for OEF |
||
4 | slib_parms=1\ |
||
5 | ,the input text (embedding delimiter: `??') |
||
6 | slib_out=Text output with each choice in isolated rows |
||
7 | slib_comment=This is improved from text/cutchoices, with the possibility\ |
||
8 | for the cut field at the beginning of a line or immediately following another\ |
||
9 | cut fields. It also allows (and translates to html code) the semi-colons\ |
||
10 | embedded in the input.\ |
||
11 | <p>For example, on the input text\ |
||
7409 | bpr | 12 | <pre>The class has ??3,5,6,7?? pupils with average score of ??20,30,40??</pre>\ |
4158 | bpr | 13 | will be transformed into\ |
14 | <pre>\ |
||
15 | The class has;3,5,6,7;pupils with average score of;20,30,40\ |
||
16 | </pre>\ |
||
17 | The lines of even numbers may then be singled out for creating embedded\ |
||
7409 | bpr | 18 | choices. |