Rev 13477 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13477 | Rev 13705 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | type=game |
1 | type=game |
2 | textarea="data" |
2 | textarea="data instruction1 instruction2" |
- | 3 | iEdit="instruction1 instruction2" |
|
3 | 4 | ||
4 | : |
5 | :We show a text or an image for a limited time but at the student's choice then we ask a question |
5 | puis on pose une question |
- | |
6 | 6 | ||
7 | <div class="small"> |
7 | <div class="small"> |
8 |
|
8 | This exercise can easily be transformed to be included in an OEF module |
9 |
|
9 | if you want to put the data into an auxiliary file. |
10 |
|
10 | To do this, simply fill in the \text{file=} field by putting the name of the file |
11 |
|
11 | (once the exercise has been transferred to an OEF module of a Modtool account). |
12 |
|
12 | A more complete exercise of the same type exists in Quicktool. |
13 | </div> |
13 | </div> |
14 | <p class="wims_credits"> |
14 | <p class="wims_credits"> |
15 | Author of the model: Bernadette Perrin-Riou <bpr@math.u-psud.fr> |
15 | Author of the model: Bernadette Perrin-Riou <bpr@math.u-psud.fr> |
16 | </p> |
16 | </p> |
17 | :%%%%%%%%%%%%%%%%% ATTENTION %%%%%%%%%%%%%%%%%%%% |
17 | :%%%%%%%%%%%%%%%%% ATTENTION %%%%%%%%%%%%%%%%%%%% |
Line 19... | Line 19... | ||
19 | Remove the above header if you destroy the model tags! (The lines starting |
19 | Remove the above header if you destroy the model tags! (The lines starting |
20 | with a ':'.) Otherwise the exercise might not be taken back by Createxo. |
20 | with a ':'.) Otherwise the exercise might not be taken back by Createxo. |
21 | 21 | ||
22 | :%%%%%%%% Sample parameters to be redefined %%%%%%%%%%%%%%%%% |
22 | :%%%%%%%% Sample parameters to be redefined %%%%%%%%%%%%%%%%% |
23 | 23 | ||
24 | :\title{ |
24 | :\title{Memorize a text} |
25 | :\author{Bernadette, Perrin-Riou} |
25 | :\author{Bernadette, Perrin-Riou} |
26 | :\email{bpr@math.u-psud.fr} |
26 | :\email{bpr@math.u-psud.fr} |
27 | :\credits{} |
27 | :\credits{} |
28 | 28 | ||
29 | : |
29 | :Instructions at the first step |
30 | \text{ |
30 | \text{instruction1=Memorize the following text, and then click the start button.} |
31 | 31 | ||
32 | : |
32 | :Minimum, maximum tolerated time (in milliseconds) |
33 | \text{ |
33 | \text{time=100,100000} |
34 | 34 | ||
35 | : |
35 | :Instructions at the second step |
36 | \text{ |
36 | \text{instruction2=Write the number you read.} |
37 | 37 | ||
38 | :Type |
38 | :Type of answer at the second step |
39 | \text{atype=item( |
39 | \text{atype=item(2,symtext, |
40 | numeric,function)} |
40 | numeric,function)} |
41 | 41 | ||
42 | :Data |
42 | :Data |
43 |
|
43 | Define one question per line. |
44 |
|
44 | The first item is shown in the first step. |
45 |
|
45 | The answer to the second question is to be put in the second item. |
46 |
|
46 | If there is none, the first text would be requested. |
47 | 47 | ||
48 | \text{ |
48 | \text{data=two,2 |
49 |
|
49 | foor,4 |
50 |
|
50 | one,1} |
51 | 51 | ||
52 | : |
52 | :Options in the case of symtext |
53 |
|
53 | Option words can be taken from "nopunct", "nocase", "case" |
54 | 54 | ||
55 | \text{option=} |
55 | \text{option=} |
56 | 56 | ||
57 | :%%%%%%%%%%%%%% Nothing to modify until statement %%%%%%%%%%%%%%%% |
57 | :%%%%%%%%%%%%%% Nothing to modify until statement %%%%%%%%%%%%%%%% |
58 | \css{<style |
58 | \css{<style> |
59 | .texte {border:solid black 1pt; padding:2em; margin:3em} |
59 | .texte {border:solid black 1pt; padding:2em; margin:3em;text-align:center;} |
60 | </style>} |
60 | </style>} |
61 | 61 | ||
62 | \text{data=randrow(\data)} |
62 | \text{data=randrow(\data)} |
63 | 63 | ||
64 | \text{STEP=r1 |
64 | \text{STEP=r1 |