Subversion Repositories wimsdev

Rev

Rev 13714 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2441 bpr 1
!set lang_exists=yes
2
 
2437 bpr 3
!if $wims_read_parm!=
4
  !goto $wims_read_parm
5
!endif
6
 
2440 bpr 7
!distribute lines  vodeni način\
2437 bpr 8
  neposredni način\
9
  datotečni način\
10
  prepared models\
2440 bpr 11
  Pošlji datoteko\
12
  Datoteka s kodo vaše vaje\
13
  Nazaj na začetno stran\
14
  Naprej na vsebino vaje\
15
  Za spreminjanje že obstoječe vaje jo izberite s seznama\
16
  prejšnji korak\
2437 bpr 17
  Send the source file\
18
  Clean\
2440 bpr 19
  Demo\
3699 bpr 20
  Adapt\
2437 bpr 21
  Test the exercise\
2440 bpr 22
  Popravi napako.\
23
  Nazaj na začetni meni \
24
  Takšna bo izvedba vaše vaje\
2437 bpr 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,\
2437 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,\
2437 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
2437 bpr 35
 
2440 bpr 36
!set name_modefile1= Ste v datotečnem načinu ustvarjanja vaj. V tem načinu lahko na strežnik prenesete že pripravljeno
37
OEF datoteko z vajo. Za začetnike je ustreznejši
38
!set name_modefile2= ustvarjanja vaj. Za izkušene uporabnike pa je na voljo tudi
2437 bpr 39
 
11359 bpr 40
!!distribute line Basic exercises\
3392 bpr 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
3392 bpr 53
 
11359 bpr 54
 
2440 bpr 55
!set name_save=!nosubst Tukaj je koda vaše vaje za naslovom\
5894 bpr 56
 <span class="wims_warning">$oef_title</span> v OEF formatu (Open Exercise Format).\
2440 bpr 57
 Če želite, lahko besedilo med črtama prenesete v svoj najljubši urejevalnik in ga \
58
 shranite na disk ali drug medij.
2437 bpr 59
 
10090 bpr 60
 
2440 bpr 61
!distribute lines Število parametrov\
62
  Število odgovorov\
2437 bpr 63
  Send an image file to the exercise.\
2440 bpr 64
  ali pa spremenite datoteko s kodo in jo ponovno\
2875 reyssat 65
  Put this exercise into$ your class\
2437 bpr 66
  to replace the old one\
67
  as a new exercise\
2440 bpr 68
  pošljite\
2437 bpr 69
  Put it to the development module\
13443 obado 70
  Download the source\
71
  of the exercise on your computer\
72
  Your exercise is ready to be saved, but before we invite you to test it.\
73
  You're working as an Anonymous user. For more options, Think about working inside a WIMS virtual classroom.\
2437 bpr 74
into name_parameter_cnt,name_answer_cnt,name_deposit,name_modify,name_putinclass,\
13443 obado 75
name_replace,name_new,name_sendagain,name_developer,name_savesource,name_download,\
76
name_pending_save,name_better_in_a_class
2437 bpr 77
 
2440 bpr 78
!set name_success=Strežnik je sprejel vašo vajo, v kateri je razpoznal naslednje podatke: (preverite, če se ujemajo z načrtovanimi)
2437 bpr 79
 
80
!if $level=1
2440 bpr 81
!distribute lines Vpišite naslov vaje, ki jo želite ustvariti\
82
  Izberite način oblikovanja\
83
  Število prostih odgovorov,\
84
  ki jih zahteva vaja, naj bo\
85
  število odgovorov izbirnega tipa pa\
6235 bpr 86
  Nepoenostavljeni numerični odgovori (npr. <span class="tt">3*5-sin(pi/3)</span>) bodo\
2440 bpr 87
  sprejeti,zavrnjeni\
88
  Število pogojev za preverjanje prostih odgovorov\
2437 bpr 89
into name_givetitle,name_giveformat,name_exo,name_answer1,name_answer2,\
90
name_nonnumeric,name_prompt,name_condition
91
!endif
92
 
93
!if $level=2
94
 !set types=!sort nocase lines \
10179 bpr 95
avtomatična zaznava,default\
96
algebraični izraz,algexp\
97
besedilo (približno),atext\
98
besedilo (velikost črk nepomembna),nocase\
99
besedilo (velikost črk pomembna),case\
100
množica znakov,chset\
101
enačba,equation\
102
končna množica,set\
103
formalni izraz,formal\
104
dobesedni izraz,litexp\
105
matrika,matrix\
106
število,numeric\
107
število z obsegom,range\
108
število z enotami,units\
109
numerična funkcija,function\
110
vektor,vector\
111
besede v seznamu,wlist
2437 bpr 112
 
2440 bpr 113
!distribute lines Vnesite vsebino vaše vaje z naslovom\
114
  Tukaj definirate spremenljivke in naključne parametre\
115
  Tukaj vpišete besedilo naloge\
116
  Prosti odgovori\
117
  Pravi odgovor\
118
  Zahtevana natančnost pri numeričnih odgovorih\
119
  Vrednosti numeričnih funkcij bodo primerjane na intervalu\
120
  Pogoji za analizo numeričnih odgovorov\
121
  Ime pogoja\
122
  Definicija pogoja\
123
  Odgovori izbirnega tipa\
124
  Dobri odgovori\
125
  Slabi odgovori\
126
  Če želite, lahko nalogi dodate tudi namig ali rešitev:\
10185 bpr 127
  Namig\
128
  Rešitev\
2437 bpr 129
into name_content,name_alea,name_statement,name_free,name_goodsol,name_precision,name_function,\
130
 name_condition_numeric,name_name_condition,name_definition,name_multiple,name_goodchoice,name_badchoice,\
131
 name_option,name_indication,name_solution
132
 
133
!endif
134
 
135
!if $level=4
6235 bpr 136
  !set name_update1=!nosubst The exercise <span class="tt">$existing.oef</span> is successfully updated in the module
137
  !set name_update2=Failed to update <span class="tt">$existing</span> in the module
2440 bpr 138
  !set name_update3= Vaša vaja je bila uspešno nameščena.
5813 bpr 139
  !set name_update4=  V vaši učilnici že obstaja povsem enaka vaja, zato (ponovna) namestitev ni bila izvedena.
2440 bpr 140
  !set name_update5=Ta vaja bo dostopna le uporabnikom vaše učilnice in to le v primeru, če jo boste objavili na katerem od delovnih listov.
141
  !distribute lines Zdaj se lahko vrnete na\
13443 obado 142
vaje vaše učilnice\
143
in jih razporedite na delovne liste\
144
  into name_youcan, name_consult,name_sheet
2437 bpr 145
!endif
3699 bpr 146
!if $level=7
13443 obado 147
  name_choice_module=Select a module
14091 obado 148
  name_choice_filename=Nameof the exercise source file
149
  name_choice_filename_help=(only alphanumeric symbols are allowed).
13443 obado 150
  name_register_dev=Save the exercise source file in the modtool account
3699 bpr 151
!endif
2437 bpr 152
 
153
!distribute lines  You are under the raw mode for the creation of exercise.\
2440 bpr 154
  da bi registrirali že pripravljeno kodo, jo skopirajte v okence\
2437 bpr 155
  Enter the entire source\
2875 reyssat 156
  to register an existing source file, copy the file into$ the text window.\
2437 bpr 157
  Here is the source of an existing exercise for your class.\
158
  You can modify it in the window below.\
2875 reyssat 159
  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 160
  You may test some external programs with the\
161
  script tester\
2437 bpr 162
 into name_brut,name_try,name_allsource,name_copy,name_source2,name_modify_window,name_public,name_test_extern,name_testerscript
163
 
164
!exit
165
:delete
2440 bpr 166
Vaja z naslovom <em>$deltitle</em> je izbrisana s seznama vaj vaše učilnice.
5813 bpr 167
 
2440 bpr 168
Če je do tega prišlo po pomoti, imate zdaj zadnjo možnost, da napako popravite. V tem primeru si shranite spodnjo kodo in jo s pomočjo modula
2437 bpr 169
!href module=adm/createxo&mode=raw $wims_name_createxo
10090 bpr 170
 zopet registrirate.
2437 bpr 171
!exit
172
:model
173
<b>Note</b>. These models are prepared to allow people to construct rapidly
174
their exercises. Hence they are often with a simplified and standardised
3947 bpr 175
structure, and do not offer the full power of the OEF syntax. But you can
2437 bpr 176
always put the exercises in raw mode to add more functionalities or modify
177
them according to your need.
178
 
179
!exit
180
 
181
:register
182
 
183
Your exercise has been successfully registered in this server. We warmly thank
184
you for your contribution, in the name of all those who will benefit from it.
185
<p>
186
The administrator of this site will verify your exercise, and decide on whether
187
or not to put it in an appropriate category.
188
This may take a certain number of days.
5813 bpr 189
</p>
10090 bpr 190
!exit