Rev 5901 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2701 | bpr | 1 | These exercises are OEF exercises and therefore have to be used in an OEF module. |
2 | They have two main parts |
||
2544 | bpr | 3 | <ul> |
2701 | bpr | 4 | <li>the source file, which is created automatically |
5 | using the parameters entered in the Quicktool menu</li> |
||
6 | <li>the data file which contains the language items (i.e. questions or other resources) |
||
7 | of your exercise and which has to be formatted according to the requirements for |
||
8 | each exercise type. The data file is created by the user. |
||
9 | The data file contains one or more "sets" of language items which we will call |
||
10 | "data" from now on (i.e. questions, pieces of text with gaps, words to be matched, etc.). |
||
11 | If there are several data sets in an exercise, these must be separated |
||
12 | by a punctuation sign : written at the beginning of each "data set". |
||
13 | |||
4067 | bpr | 14 | <pre> |
2701 | bpr | 15 | :beginning of the first data set |
16 | data |
||
17 | data |
||
18 | data |
||
19 | end of the first data set |
||
2544 | bpr | 20 | |
2701 | bpr | 21 | :beginning of the second data set |
22 | data |
||
23 | data |
||
24 | data |
||
25 | end of the first second set |
||
2544 | bpr | 26 | |
2701 | bpr | 27 | |
28 | :beginning of the third data set |
||
29 | data |
||
30 | data |
||
31 | data |
||
32 | end of the third data set |
||
2544 | bpr | 33 | </pre> |
34 | </li> |
||
35 | </ul> |
||
5711 | bpr | 36 | <p> |
6235 | bpr | 37 | Text file (<span class="tt">.txt</span>) and other files (audio (<span class="tt">.mp3</span>) and picture (<span class="tt">.jpg</span> or <span class="tt">.gif</span>)) |
2701 | bpr | 38 | can be added to an exercise (for example to provide a reading text or an audio recording |
39 | to be listened to...). These files can either be integrated into the exercise via the |
||
40 | Quicktool menu or can be deposited directly into the user's Modtool account. |
||
41 | The names of these files must be specified in the Quicktool menu when the source file |
||
42 | is being created. You will be asked to indicate the name of the module you wish to |
||
43 | transfer them to in your Modtool account. |
||
44 | Videos can also be embedded in your exercise by providing the URL of the video in the |
||
45 | Quicktool menu. |
||
46 | If you wish to include a different piece of text, audio recording or a picture in each |
||
47 | data set (i.e. have several of these in within a whole exercise) the format of |
||
48 | the data file changes slightly. See the "Preferences for a data set" section in the help |
||
49 | files for each exercise type for the format to follow. |
||
5711 | bpr | 50 | </p><p> |
2701 | bpr | 51 | WIMS will randomly select a data set from all the data sets provided when the |
52 | learner clicks on the "renew" button, therefore each exercise suggested will |
||
53 | be slighlty different from the previous one. |
||
54 | When using this random function it is recommended to create as many data sets |
||
55 | as possible in a data file so as to make the exercise interesting and challenging |
||
56 | for the learner. |
||
5711 | bpr | 57 | </p><p> |
2701 | bpr | 58 | In most exercise types several independent data sets can be used to create a series |
59 | of exercises presented in a certain number of steps which is specified by the maker |
||
60 | of the exercise in the Quicktool menu. |
||
5711 | bpr | 61 | </p><p> |
2701 | bpr | 62 | In this case, the data sets are selected randomly from all the data sets in the data file. |
63 | You have to make sure that you have provided a sufficient number of data sets |
||
64 | for the exercise to be interesting. |
||
65 | When configuring the number of steps in an exercise, it is best not to include |
||
66 | too many data sets in each step, as the learner may become tired and demotivated |
||
67 | if the exercise is too long. Because of the random function in WIMS the learner |
||
68 | will probably encounter most, if not all the data sets in an exercise. |
||
5711 | bpr | 69 | </p> |
2701 | bpr | 70 | <h3 style="color:black; |
71 | background-color: #CCCC99; |
||
2544 | bpr | 72 | text-align:left;"> |
2701 | bpr | 73 | Explanations concerning the interface</h3> |
2544 | bpr | 74 | <ul> |
2701 | bpr | 75 | <li><b>name_of_data_file</b>: the name you wish to give to the file containing |
76 | the data of the </li> |
||
77 | <li><b>instruction for the learner on how to do the exrcise</b>: this instruction |
||
78 | must be at the beginning of the exercise. |
||
79 | If you wish to create a hyperlink to another webpage: |
||
6235 | bpr | 80 | <span class="tt"><a target="wims_external" href="http=_adresse_url">nom</a></span> |
2544 | bpr | 81 | </li> |
2701 | bpr | 82 | <li><b>name_of_the_file</b>: help-text that explains to the learner how |
83 | to answer in a separate window |
||
5901 | bpr | 84 | Tick <span class="tt wims_code_words">no</span> if you do not want to include a piece of text. |
2544 | bpr | 85 | </li> |
2701 | bpr | 86 | <li><b>name_of_audio_file</b>: name of the audio recording the learner is |
87 | expected to listen to. |
||
5901 | bpr | 88 | Tick <span class="tt wims_code_words">no</span> if you do not want to include an audio recording. |
2544 | bpr | 89 | </li> |
2701 | bpr | 90 | <li><b>name_of video_file</b>: URL of video file you wish to include. |
5901 | bpr | 91 | Tick <span class="tt wims_code_words">no</span> if you do not want to include a video. |
2544 | bpr | 92 | </li> |
2701 | bpr | 93 | <li><b>name_of_picture_file</b>: name of the picture the learner is expected |
94 | to see in order to be able to do the exercise. |
||
5901 | bpr | 95 | Tick <span class="tt wims_code_words">no</span> if you do not want to include a picture. |
4067 | bpr | 96 | </li> |
2701 | bpr | 97 | <li><b>size</b>: Sometimes you may be required to fill in the size (for example |
98 | the number of letters in a gap, the size of a picture, "width x height" in drag |
||
99 | and drop exercises or "height x left width x right width" in matching exercises. |
||
100 | </li> |
||
2544 | bpr | 101 | </ul> |
5711 | bpr | 102 | <p> |
2701 | bpr | 103 | File names must be written without leaving a space between the words in the name |
104 | (you can for example separate words with _ to write name_of_file). Special characters |
||
105 | or letters with an accent are not allowed in the name of files either and the file |
||
6235 | bpr | 106 | extension must be indicated (for example <span class="tt">.mp3</span> or <span class="tt">.jpg</span>). |
5711 | bpr | 107 | </p><p> |
2544 | bpr | 108 | |
2701 | bpr | 109 | Certain pieces of information can be added at the beginning of the file (before the |
110 | beginning of the data set which starts with the colon :) |
||
5711 | bpr | 111 | </p> |
4067 | bpr | 112 | <pre> |
2544 | bpr | 113 | instruction= |
114 | reading_file1=no |
||
115 | audio_file1=no |
||
116 | video_file1=no |
||
117 | image_file1=no |
||
118 | size= |
||
119 | |||
2701 | bpr | 120 | :first data set |
2544 | bpr | 121 | |
2701 | bpr | 122 | :second data set |
2544 | bpr | 123 | </pre> |
2701 | bpr | 124 | If you do not want to add a text, audio, picture file or video to the exercise |
125 | you are making, tick the corresponding <tt style='color:red;'>non</tt>. |
||
2544 | bpr | 126 | <p> |
2701 | bpr | 127 | The information you enter in the interface will have priority over others. |
128 | In general, avoid using the semicolon and use its html code instead, this is &#59; |
||
2544 | bpr | 129 | |
2701 | bpr | 130 | |
131 |