Subversion Repositories wimsdev

Rev

Rev 7358 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7358 Rev 9171
Line 4... Line 4...
4
reply1 reply2 ...
4
reply1 reply2 ...
5
variable containing the student answer to the question of type <span class="tt wims_code_words">reply</span> number 1
5
variabelen welke het studenten antwoord op de vraag bevatten van het type <span class="tt wims_code_words">reply</span> number 1
6
 
6
 
7
:choice
7
:choice
8
choice1 choice2 ...
8
choice1 choice2 ...
9
variable containing the student answer to the question of type <span class="tt wims_code_words">choice</span> number 1
9
variabelen welke het studenten antwoord op de vraag bevatten van het type <span class="tt wims_code_words">choice</span> number 1
10
 
10
 
11
:step
11
:step
12
step
12
step
13
variable giving the step number (in case where a command as <span class="tt wims_code_variable">\steps</span> or <span class="tt wims_code_variable">\nextstep</span> has been written).
13
variabele die het stap nummer aangeeft (gebruikt bij het commando's <span class="tt wims_code_variable">\steps</span> of <span class="tt wims_code_variable">\nextstep</span>).
14
 
14
 
15
:sc_reply
15
:sc_reply
16
sc_reply1 sc_reply2 ...
16
sc_reply1 sc_reply2 ...
17
variable between 0 et 1 according to bad or good answer (may have values between  0 and 1 for particular answer type).
17
variabele tussen 0 en 1 afhankelijk van een fout of goed antwoord
18
 
18
 
19
:reply_
19
:reply_
20
reply_1 reply_2 ...
20
reply_1 reply_2 ...
21
variable containing the answer formated as in the analysis (can be used in step exercises or when no analyse is done).
21
variabelen met het studenten antwoord (kan worden gebrukt bij stapsgewijze oefeningen of als er geen nadere analyse van het antwoord nodig is).
22
 
22
 
23
:help_subject
23
:help_subject
24
help_subject
24
help_subject
25
variable contenant l'identificateur de l'aide introduite par la méthode spéciale <span class="tt">help</span>.
25
variabele welke een hulp indicatie bevat voor de speciale methode <span class="tt">help</span>.
26
 
26
 
27
:oef_firstname
27
:oef_firstname
28
oef_firstname
28
oef_firstname
29
Participant firstname, by default <span class="tt wims_code_words">$name_firstname</span>.
29
De voornaam van de deelnemer, meestal <span class="tt wims_code_words">$name_firstname</span>.
30
 
30
 
31
:oef_lastname
31
:oef_lastname
32
oef_lastname
32
oef_lastname
33
Participant lastname, by default <span class="tt wims_code_words">$name_lastname</span>.
33
De achternaam van de deelnemer, meestal <span class="tt wims_code_words">$name_lastname</span>.
34
 
34
 
35
:oef_login
35
:oef_login
36
oef_login
36
oef_login
37
Participant login, by default <span class="tt wims_code_words">anonymous</span>.
37
Deelnemer loginnaam, default waarde <span class="tt wims_code_words">anonymous</span>.
38
 
38
 
39
:oef_now
39
:oef_now
40
oef_now
40
oef_now
41
Time with format yyyymmdd:hh:mm:ss (20110515.22:19:25)
41
Huidige tijd in formaat  yyyymmdd:hh:mm:ss (20110515.22:19:25)
42
 
42
 
43
:oef_lang
43
:oef_lang
44
oef_lang
44
oef_lang
45
Language of the participant or visitor (for example, <span class="tt wims_code_words">en</span>,
-
 
46
<span class="tt wims_code_words">fr</span>, <span class="tt wims_code_words">es</span>)
45
De ingesteldev taal van de deelnemer of bezoeker (bijvoorbeeld, <span class="tt wims_code_words">nl</span>,<span class="tt wims_code_words">fr</span>, <span class="tt wims_code_words">en</span>)
47
 
46