Rev 7358 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3292 | bpr | 1 | :Predefined variables |
2 | :Variable,Example,Signification |
||
3 | :reply |
||
4 | reply1 reply2 ... |
||
9171 | schaersvoo | 5 | variabelen welke het studenten antwoord op de vraag bevatten van het type <span class="tt wims_code_words">reply</span> number 1 |
3292 | bpr | 6 | |
7 | :choice |
||
8 | choice1 choice2 ... |
||
9171 | schaersvoo | 9 | variabelen welke het studenten antwoord op de vraag bevatten van het type <span class="tt wims_code_words">choice</span> number 1 |
3292 | bpr | 10 | |
11 | :step |
||
12 | step |
||
9171 | schaersvoo | 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>). |
3292 | bpr | 14 | |
3435 | bpr | 15 | :sc_reply |
16 | sc_reply1 sc_reply2 ... |
||
9171 | schaersvoo | 17 | variabele tussen 0 en 1 afhankelijk van een fout of goed antwoord |
3460 | bpr | 18 | |
7358 | bpr | 19 | :reply_ |
20 | reply_1 reply_2 ... |
||
9171 | schaersvoo | 21 | variabelen met het studenten antwoord (kan worden gebrukt bij stapsgewijze oefeningen of als er geen nadere analyse van het antwoord nodig is). |
7358 | bpr | 22 | |
3460 | bpr | 23 | :help_subject |
24 | help_subject |
||
9171 | schaersvoo | 25 | variabele welke een hulp indicatie bevat voor de speciale methode <span class="tt">help</span>. |
4091 | bpr | 26 | |
4366 | bpr | 27 | :oef_firstname |
28 | oef_firstname |
||
9171 | schaersvoo | 29 | De voornaam van de deelnemer, meestal <span class="tt wims_code_words">$name_firstname</span>. |
4091 | bpr | 30 | |
4366 | bpr | 31 | :oef_lastname |
32 | oef_lastname |
||
9171 | schaersvoo | 33 | De achternaam van de deelnemer, meestal <span class="tt wims_code_words">$name_lastname</span>. |
4091 | bpr | 34 | |
4366 | bpr | 35 | :oef_login |
36 | oef_login |
||
9171 | schaersvoo | 37 | Deelnemer loginnaam, default waarde <span class="tt wims_code_words">anonymous</span>. |
4099 | bpr | 38 | |
4366 | bpr | 39 | :oef_now |
40 | oef_now |
||
9171 | schaersvoo | 41 | Huidige tijd in formaat yyyymmdd:hh:mm:ss (20110515.22:19:25) |
4099 | bpr | 42 | |
4366 | bpr | 43 | :oef_lang |
44 | oef_lang |
||
9171 | schaersvoo | 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>) |
4099 | bpr | 46 |