Subversion Repositories wimsdev

Rev

Rev 5724 | Rev 5903 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5724 Rev 5819
Line -... Line 1...
-
 
1
 
1
!set embraced_randitem=<p> \
2
!set embraced_randitem=<p> \
2
This field accepts the randomization by nestable curly embraces:\
3
This field accepts the randomization by nestable curly embraces:\
3
if you put several words (or groups of words), separated by commas,\
4
if you put several words (or groups of words), separated by commas,\
4
within a pair of embraces, one of the words will be randomly drawn\
5
within a pair of embraces, one of the words will be randomly drawn\
5
at the time when the text is presented to students. This will add\
6
at the time when the text is presented to students. This will add\
Line 22... Line 23...
22
         <tt class="wims_code_words">randint(10..100)</tt>\
23
         <tt class="wims_code_words">randint(10..100)</tt>\
23
 <li>For an integer multiple of 10 between 10 and 1000 (inclusive):\
24
 <li>For an integer multiple of 10 between 10 and 1000 (inclusive):\
24
        <tt class="wims_code_words">randint(1..100)*10</tt>\
25
        <tt class="wims_code_words">randint(1..100)*10</tt>\
25
 <li>For a decimal number between 0 and 2:\
26
 <li>For a decimal number between 0 and 2:\
26
        <tt class="wims_code_words">random(0..2)</tt>\
27
        <tt class="wims_code_words">random(0..2)</tt>\
27
 <li>For a random item within a list:\
28
 </li><li>For a random item within a list:\
28
        <tt class="wims_code_words">randitem(a,b,c,10,100,word,a phrase)</tt>\
29
        <tt class="wims_code_words">randitem(a,b,c,10,100,word,a phrase)</tt>\
29
 </ul>
30
 </ul>
30
 
31
 
31
!set name_detail_parm=More details on the computation of parameters.
32
!set name_detail_parm=More details on the computation of parameters.
32
 
33
 
Line 56... Line 57...
56
 
57
 
57
!set oef_help= <div class="wims_small_remark"><b>Pour les plus avancés</b> :\
58
!set oef_help= <div class="wims_small_remark"><b>Pour les plus avancés</b> :\
58
il est possible dans la définition des paramètres d'utiliser \
59
il est possible dans la définition des paramètres d'utiliser \
59
la plupart des fonctions des exercices OEF.\
60
la plupart des fonctions des exercices OEF.\
60
</div>
61
</div>
-
 
62
 
-
 
63
!set credits_help=You may use the field <tt class="wims_code_words">$wims_name_credits</tt> to give\
-
 
64
short references, for example for the images inserted in the exercise.