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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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"> |
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 |