Rev 4158 | 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 | |||
7 | slib_out=Text output with each choice in isolated lines |
||
8 | slib_comment=<b>This version is deprecated. Please use text/cutchoice2\ |
||
9 | for new applications.</b>\ |
||
10 | <p>For example, on the input text\ |
||
5903 | bpr | 11 | <p><span class="tt">The class has ??3,5,6,7?? pupils with average score of ??20,30,40??\ |
12 | </span><p>\ |
||
4158 | bpr | 13 | will be transformed to\ |
14 | <pre>\ |
||
15 | The class has\ |
||
16 | 3,5,6,7\ |
||
17 | pupils with average score of\ |
||
18 | 20,30,40\ |
||
19 | </pre>\ |
||
20 | The lines of even numbers may then be singled out for creating embedded\ |
||
21 | choices. |
||
22 |