Rev 6 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6 | Rev 10697 | ||
---|---|---|---|
1 | !set p_=!word 1 of $wims_read_parm |
1 | !set p_=!word 1 of $wims_read_parm |
2 | !bound p_ within none,header,source,html default none |
2 | !bound p_ within none,header,source,html default none |
3 | !goto $p_ |
3 | !goto $p_ |
4 | :none |
4 | :none |
5 | !exit |
5 | !exit |
6 | :header |
6 | :header |
7 | !set m_subject=New OEF version |
7 | !set m_subject=New OEF version |
8 | !set m_date=20011213 |
8 | !set m_date=20011213 |
9 | !set m_time=11:43:16 |
9 | !set m_time=11:43:16 |
10 | !set m_from=Gang XIAO |
10 | !set m_from=Gang XIAO |
11 | !set m_sender_ip=127.0.0.1 |
11 | !set m_sender_ip=127.0.0.1 |
12 | !set m_sender_id= |
12 | !set m_sender_id= |
13 | !set m_sender_class= |
13 | !set m_sender_class= |
14 | !set m_email=xiao@unice.fr |
14 | !set m_email=xiao@unice.fr |
15 | !set m_to= |
15 | !set m_to= |
16 | !set m_prec=O200112/3 |
16 | !set m_prec=O200112/3 |
17 | !set m_exists=yes |
17 | !set m_exists=yes |
18 | !exit |
18 | !exit |
19 | :source |
19 | :source |
20 | <pre> |
20 | <pre> |
21 | Starting from WIMS version 3.10, new features are added into its OEF (open exercise format) manager. Including:<ol> |
21 | Starting from WIMS version 3.10, new features are added into its OEF (open exercise format) manager. Including:<ol> |
22 | 22 | ||
23 | <li>The possibility of inserting mathematical symbols and formulas into statements (under html format), hints and solutions, with the same automatic formula formatting feature as in the WIMS forums. |
23 | <li>The possibility of inserting mathematical symbols and formulas into statements (under html format), hints and solutions, with the same automatic formula formatting feature as in the WIMS forums. |
24 | 24 | ||
25 | <li>When many exercises are available under one module, the introduction page will allow you to select exercises containing a certain word. To facilitate your search for the desired one. |
25 | <li>When many exercises are available under one module, the introduction page will allow you to select exercises containing a certain word. To facilitate your search for the desired one. |
26 | 26 | ||
27 | <li>A \feedback directive is added to the syntax, allowing you to write (warning) messages to students who give answers revealing a typical error. (Thanks to a suggestion of Jan Hlavacek.) |
27 | <li>A \feedback directive is added to the syntax, allowing you to write (warning) messages to students who give answers revealing a typical error. (Thanks to a suggestion of Jan Hlavacek.) |
28 | 28 | ||
29 | <li>Exercises with no reply (nor multiple choice) can be created. This is in preparation for a new feature under which virtual class participants may compose an answer, to be sent to the teacher for correction. (exercises with human-analyzed replies) |
29 | <li>Exercises with no reply (nor multiple choice) can be created. This is in preparation for a new feature under which virtual class participants may compose an answer, to be sent to the teacher for correction. (exercises with human-analyzed replies) |
30 | 30 | ||
31 | <li>On the other hand, the planned possibility of embedding reply fields into statements will not (yet) be available under this version. There are still some technical questions on this, that I don't have a satisfactory answer. |
31 | <li>On the other hand, the planned possibility of embedding reply fields into statements will not (yet) be available under this version. There are still some technical questions on this, that I don't have a satisfactory answer. |
32 | 32 | ||
33 | </ol> |
33 | </ol> |
34 | 34 | ||
35 | Enjoy!</pre> |
35 | Enjoy!</pre> |
36 | !exit |
36 | !exit |
37 | :html |
37 | :html |
38 | Starting from WIMS version 3.10, new features are added into its OEF (open exercise format) manager. Including:<ol> |
38 | Starting from WIMS version 3.10, new features are added into its OEF (open exercise format) manager. Including:<ol> |
39 | <p> |
39 | <p> |
40 | <li>The possibility of inserting mathematical symbols and formulas into statements (under html format), hints and solutions, with the same automatic formula formatting feature as in the WIMS forums. |
40 | <li>The possibility of inserting mathematical symbols and formulas into statements (under html format), hints and solutions, with the same automatic formula formatting feature as in the WIMS forums. |
41 | <p> |
41 | <p> |
42 | <li>When many exercises are available under one module, the introduction page will allow you to select exercises containing a certain word. To facilitate your search for the desired one. |
42 | <li>When many exercises are available under one module, the introduction page will allow you to select exercises containing a certain word. To facilitate your search for the desired one. |
43 | <p> |
43 | <p> |
44 | <li>A $m_feedback directive is added to the syntax, allowing you to write (warning) messages to students who give answers revealing a typical error. (Thanks to a suggestion of Jan Hlavacek.) |
44 | <li>A $m_feedback directive is added to the syntax, allowing you to write (warning) messages to students who give answers revealing a typical error. (Thanks to a suggestion of Jan Hlavacek.) |
45 | <p> |
45 | <p> |
46 | <li>Exercises with no reply (nor multiple choice) can be created. This is in preparation for a new feature under which virtual class participants may compose an answer, to be sent to the teacher for correction. (exercises with human-analyzed replies) |
46 | <li>Exercises with no reply (nor multiple choice) can be created. This is in preparation for a new feature under which virtual class participants may compose an answer, to be sent to the teacher for correction. (exercises with human-analyzed replies) |
47 | <p> |
47 | <p> |
48 | <li>On the other hand, the planned possibility of embedding reply fields into statements will not (yet) be available under this version. There are still some technical questions on this, that I don't have a satisfactory answer. |
48 | <li>On the other hand, the planned possibility of embedding reply fields into statements will not (yet) be available under this version. There are still some technical questions on this, that I don't have a satisfactory answer. |
49 | <p> |
49 | <p> |
50 | </ol> |
50 | </ol> |
51 | <p> |
51 | <p> |
52 | Enjoy! |
52 | Enjoy! |
53 | 53 |