Rev 17275 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 2441 | bpr | 1 | !set lang_exists=yes |
| 2 | |||
| 2433 | bpr | 3 | !if $wims_read_parm!= |
| 4 | !goto $wims_read_parm |
||
| 5 | !endif |
||
| 6 | |||
| 1561 | bpr | 7 | !distribute lines Step by step\ |
| 13443 | obado | 8 | Raw mode\ |
| 9 | File mode\ |
||
| 10 | prepared models\ |
||
| 11 | Send the file\ |
||
| 12 | Source code file of your exercise\ |
||
| 13 | Back to the menu\ |
||
| 14 | Continue to the content of the exercise\ |
||
| 15 | Modify an existing exercise of the class\ |
||
| 16 | Back to the preceeding step.\ |
||
| 17 | Send the source code file\ |
||
| 18 | Clean\ |
||
| 19 | Demo\ |
||
| 20 | Adapt\ |
||
| 21 | Test the exercise\ |
||
| 22 | Correct the error\ |
||
| 23 | Back to \ |
||
| 24 | The realisation of your exercise will be as follows.\ |
||
| 25 | Here are the available exercise models. Choose one.\ |
||
| 26 | Module temporarily containing your exercise.\ |
||
| 10090 | bpr | 27 | into wims_name_normalmode, wims_name_rawmode,wims_name_filemode,\ |
| 2391 | bpr | 28 | name_model,name_sendfile,name_source,name_menuback,name_continue,name_modify,\ |
| 4315 | bpr | 29 | name_prevstep,name_sendsource,name_clean,name_demo,wims_name_adapt,name_testexo,\ |
| 2391 | bpr | 30 | name_correction,name_backmodule,name_realisation,name_availablemodels,name_temp_module |
| 1787 | bpr | 31 | |
| 32 | !set name_normal=!lowercase $wims_name_normalmode |
||
| 33 | !set name_raw=!lowercase $wims_name_rawmode |
||
| 34 | !set name_file=!lowercase $wims_name_filemode |
||
| 2391 | bpr | 35 | |
| 36 | !set name_modefile1=You are under the file mode for the creation of exercise. \ |
||
| 3957 | bpr | 37 | Under this mode, you can send a local OEF source code file to the server. For a first creation of exercise, prefer the |
| 2391 | bpr | 38 | !set name_modefile2=To edit online, you can also use the |
| 39 | |||
| 3392 | bpr | 40 | !distribute line Basic exercises\ |
| 41 | Exercises with a data list\ |
||
| 11359 | bpr | 42 | Chemistry exercises\ |
| 3392 | bpr | 43 | Games\ |
| 11375 | bpr | 44 | Exercises with image or audio\ |
| 11359 | bpr | 45 | Select items\ |
| 46 | Different kinds of questions\ |
||
| 47 | Fill in the gaps\ |
||
| 48 | Put in order\ |
||
| 49 | Classify\ |
||
| 13714 | obado | 50 | Numeric questions\ |
| 11375 | bpr | 51 | into name_first,name_datalist,name_chemistry,name_game,name_imaudio,\ |
| 13714 | obado | 52 | name_select,name_question,name_gapfill,name_order,name_classify,name_numbers |
| 11359 | bpr | 53 | |
| 4812 | bpr | 54 | !set name_save=!nosubst Voici le source de votre exercice <span class="wims_mod_title">$oef_title</span>,\ |
| 2391 | bpr | 55 | en format OEF (Open Exercice Format). Pour le sauver, coupez le texte entre les deux lignes\ |
| 56 | horizontales et collez-le dans un fichier. |
||
| 2433 | bpr | 57 | |
| 58 | !distribute lines Number of parameters\ |
||
| 59 | Number of replies\ |
||
| 60 | Send an image file to the exercise.\ |
||
| 61 | Or modify the source file then\ |
||
| 2875 | reyssat | 62 | Put this exercise into$ your class\ |
| 2433 | bpr | 63 | to replace the old one\ |
| 64 | as a new exercise\ |
||
| 65 | send it again\ |
||
| 66 | Put it to the development module\ |
||
| 13443 | obado | 67 | Download the source\ |
| 68 | of the exercise on your computer\ |
||
| 69 | Your exercise is ready to be saved, but before we invite you to test it.\ |
||
| 70 | You're working as an Anonymous user. For more options, Think about working inside a WIMS virtual classroom.\ |
||
| 2433 | bpr | 71 | into name_parameter_cnt,name_answer_cnt,name_deposit,name_modify,name_putinclass,\ |
| 13443 | obado | 72 | name_replace,name_new,name_sendagain,name_developer,name_savesource,name_download,\ |
| 73 | name_pending_save,name_better_in_a_class |
||
| 2433 | bpr | 74 | |
| 14983 | czzmrn | 75 | !set name_techanalysis=Technical analysis |
| 2433 | bpr | 76 | !set name_success=The software have successfully recognized your exercise. |
| 77 | |||
| 78 | !if $level=1 |
||
| 79 | !distribute lines Give a title to the exercise you want to create\ |
||
| 80 | Format of the statement of the problem:\ |
||
| 81 | This exercise will ask for\ |
||
| 82 | freestyle replies and\ |
||
| 83 | multiple-choice replies\ |
||
| 6235 | bpr | 84 | Non-computed numerical replies (such as <span class="tt">3*5-sin(pi/3)</span>) will be\ |
| 2433 | bpr | 85 | accepted,refused\ |
| 86 | conditions will be used to test freestyle replies.\ |
||
| 87 | into name_givetitle,name_giveformat,name_exo,name_answer1,name_answer2,\ |
||
| 88 | name_nonnumeric,name_prompt,name_condition |
||
| 89 | !endif |
||
| 90 | |||
| 91 | !if $level=2 |
||
| 92 | !set types=!sort nocase lines \ |
||
| 10179 | bpr | 93 | auto,default\ |
| 17275 | bpr | 94 | literal expression,litexp\ |
| 10179 | bpr | 95 | algebraic expression,algexp\ |
| 17275 | bpr | 96 | formal expression,formal\ |
| 10179 | bpr | 97 | approximative text,atext\ |
| 98 | case-nonsensitive text,nocase\ |
||
| 99 | case-sensitive text,case\ |
||
| 100 | raw text,raw\ |
||
| 101 | character set, chset\ |
||
| 102 | equation,equation\ |
||
| 103 | finite set,set\ |
||
| 104 | matrix,matrix\ |
||
| 105 | number,numeric\ |
||
| 106 | number with range,range\ |
||
| 107 | number with units,units\ |
||
| 108 | numerical function,function\ |
||
| 109 | vector,vector\ |
||
| 17275 | bpr | 110 | words in a list,wlist\ |
| 111 | chset,chset\ |
||
| 112 | clickfill,clickfill\ |
||
| 113 | dragfill,dragfill\ |
||
| 114 | compose,compose\ |
||
| 115 | coord,coord\ |
||
| 116 | correspond,correspond\ |
||
| 117 | keyboard,keyboard\ |
||
| 118 | matrix,matrix\ |
||
| 119 | numexp,numexp\ |
||
| 120 | reorder,reorder\ |
||
| 121 | fset,fset\ |
||
| 122 | aset,aset\ |
||
| 123 | sigunits,sigunits\ |
||
| 124 | time,time |
||
| 2433 | bpr | 125 | |
| 126 | !distribute lines Now please enter the content of your exercise \ |
||
| 127 | You may define random parameters here\ |
||
| 128 | The statement of the exercise\ |
||
| 129 | Freestyle replies\ |
||
| 130 | Good solution\ |
||
| 131 | Required precision of numerical replies\ |
||
| 132 | (Numerical) functions will be compared in the interval\ |
||
| 133 | Conditions for analysis of (numerical) replies\ |
||
| 134 | Name of the condition\ |
||
| 135 | Definition of the condition\ |
||
| 136 | Multiple choices\ |
||
| 137 | Good choices\ |
||
| 138 | Bad choices\ |
||
| 139 | You may optionally give a hint and/or a solution\ |
||
| 10185 | bpr | 140 | Indication\ |
| 141 | Solution\ |
||
| 2433 | bpr | 142 | into name_content,name_alea,name_statement,name_free,name_goodsol,name_precision,name_function,\ |
| 143 | name_condition_numeric,name_name_condition,name_definition,name_multiple,name_goodchoice,name_badchoice,\ |
||
| 144 | name_option,name_indication,name_solution |
||
| 145 | |||
| 146 | !endif |
||
| 147 | |||
| 148 | !if $level=4 |
||
| 6235 | bpr | 149 | !set name_update1=!nosubst The exercise <span class="tt">$existing.oef</span> is successfully updated in the module |
| 150 | !set name_update2=Failed to update <span class="tt">$existing</span> in the module |
||
| 2433 | bpr | 151 | !set name_update3=Your exercise has been successfully installed. |
| 5813 | bpr | 152 | !set name_update4= We have found an identical exercise in your class. The double registration is therefore ignored. |
| 17275 | bpr | 153 | !set name_update5=This exercise will be accessible only to participants of your class, \ |
| 17828 | bpr | 154 | and this only if you put it into$ a worksheet. |
| 2433 | bpr | 155 | |
| 156 | !distribute lines Now you can\ |
||
| 13443 | obado | 157 | consult the exercises of your class\ |
| 158 | and eventually put them into$ your worksheets\ |
||
| 159 | into name_youcan, name_consult,name_sheet |
||
| 2433 | bpr | 160 | !endif |
| 14091 | obado | 161 | |
| 3699 | bpr | 162 | !if $level=7 |
| 13443 | obado | 163 | name_choice_module=Select a module |
| 14091 | obado | 164 | name_choice_filename=Name of the exercise source file |
| 165 | name_choice_filename_help=(only alphanumeric symbols are allowed). |
||
| 13443 | obado | 166 | name_register_dev=Save the exercise source file in the modtool account |
| 3699 | bpr | 167 | !endif |
| 2433 | bpr | 168 | |
| 2434 | bpr | 169 | !distribute lines You are under the raw mode for the creation of exercise.\ |
| 170 | As this exercise is based on a standard model, try the\ |
||
| 171 | Enter the entire source\ |
||
| 2875 | reyssat | 172 | to register an existing source file, copy the file into$ the text window.\ |
| 2434 | bpr | 173 | Here is the source of an existing exercise for your class.\ |
| 174 | You can modify it in the window below.\ |
||
| 3947 | bpr | 175 | Here is the source of a public exercise that you have imported. You can modify it in the window below, before putting it into$ the class.\ |
| 8553 | reyssat | 176 | You may test some external programs with the\ |
| 177 | script tester\ |
||
| 2434 | bpr | 178 | into name_brut,name_try,name_allsource,name_copy,name_source2,name_modify_window,name_public,name_test_extern,name_testerscript |
| 179 | |||
| 2391 | bpr | 180 | !exit |
| 181 | :delete |
||
| 182 | The exercise <em>$deltitle</em> has been removed from the list of exercises of your |
||
| 183 | class. |
||
| 184 | In case you have made a wrong manoeuvre and would like to recover your error, |
||
| 185 | here is the source of this exercise which you can save as an emergency |
||
| 3699 | bpr | 186 | measure, and later copy to |
| 2391 | bpr | 187 | !exit |
| 188 | :model |
||
| 189 | <b>Note</b>. These models are prepared to allow people to construct rapidly |
||
| 190 | their exercises. Hence they are often with a simplified and standardised |
||
| 3947 | bpr | 191 | structure, and do not offer the full power of the OEF syntax. But you can |
| 2391 | bpr | 192 | always put the exercises in raw mode to add more functionalities or modify |
| 193 | them according to your need. |
||
| 17828 | bpr | 194 | |
| 2391 | bpr | 195 | !exit |
| 196 | |||
| 197 | :register |
||
| 198 | |||
| 199 | Your exercise has been successfully registered in this server. We warmly thank |
||
| 200 | you for your contribution, in the name of all those who will benefit from it. |
||
| 201 | <p> |
||
| 202 | The administrator of this site will verify your exercise, and decide on whether |
||
| 203 | or not to put it in an appropriate category. |
||
| 204 | This may take a certain number of days. |
||
| 5813 | bpr | 205 | </p> |
| 10090 | bpr | 206 | !exit |