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