Subversion Repositories wimsdev

Rev

Rev 11544 | Rev 13704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11544 Rev 13477
Line 1... Line 1...
1
type=order first
1
type=order first
2
textarea="data explain"
2
textarea="data explain"
3
 
3
 
4
:Reorder items correctly, drag-and-drop.
4
:Reorder items correctly, drag-and-drop.
5
 
5
 
-
 
6
<p>
6
It presents a list of items to be reordered correctly by dragging and dropping the items in the right place. <p>
7
It presents a list of items to be reordered correctly by dragging and dropping the items in the right place. <p>
7
To make an exercise with this model, type the list of
8
To make an exercise with this model, type the list of
8
items to be sorted and change the instruction.
9
items to be sorted and change the instruction.
9
<p>
-
 
10
<p>
10
</p><p>
11
With a slight modification, a variant of this model can accept images as items.
11
With a slight modification, a variant of this model can accept images as items.
12
<p>
12
</p>
13
Author of the model: Gang Xiao <qualite@wimsedu.info>
13
<p class="wims_credits">Author of the model: Gang Xiao <qualite@wimsedu.info></p>
14
 
14
 
15
:%%%%%%%%%%%%%%%%%      ATTENTION      %%%%%%%%%%%%%%%%%%%%
15
:%%%%%%%%%%%%%%%%%      ATTENTION      %%%%%%%%%%%%%%%%%%%%
16
 
16
 
17
Remove the above header if you destroy the model tags, i.e. the lines starting
17
Remove the above header if you destroy the model tags, i.e. the lines starting
18
with a ':'. Otherwise the exercise might not be recognised by Createxo.
18
with a ':'. Otherwise the exercise might not be recognised by Createxo.
Line 42... Line 42...
42
:Text that explains what should be done.
42
:Text that explains what should be done.
43
\text{explain=
43
\text{explain=
44
Please put the following planets of the solar system into the right order, with
44
Please put the following planets of the solar system into the right order, with
45
the closest to the Sun in first position.
45
the closest to the Sun in first position.
46
}
46
}
-
 
47
 
47
:Embraced random items
48
:Embraced random items
48
$embraced_randitem
49
$embraced_randitem
49
\text{accolade=item(1,1 yes,
50
\text{accolade=item(1,1 yes,
50
2 no)}
51
2 no)}
51
 
52
 
Line 71... Line 72...
71
\statement{\explain
72
\statement{\explain
72
<table class="wimsnoborder"><tr>
73
<table class="wimsnoborder"><tr>
73
\for{k=1 to \tot}{<td>\embed{r\k,\size}</td>}
74
\for{k=1 to \tot}{<td>\embed{r\k,\size}</td>}
74
</tr></table>
75
</tr></table>
75
}
76
}
76
 
77
 
77
:%%%%%%%%%%%%% Nothing to modify after. %%%%%%%%%%%%%%%%%5
78
:%%%%%%%%%%%%% Nothing to modify after. %%%%%%%%%%%%%%%%%5
78
 
79
 
79
\answer{1}{\data[1]}{type=dragfill}
80
\answer{1}{\data[1]}{type=dragfill}
80
\answer{2}{\data[2]}{type=dragfill}
81
\answer{2}{\data[2]}{type=dragfill}
81
\answer{3}{\data[3]}{type=dragfill}
82
\answer{3}{\data[3]}{type=dragfill}
Line 94... Line 95...
94
\answer{16}{\data[16]}{type=dragfill}
95
\answer{16}{\data[16]}{type=dragfill}
95
\answer{17}{\data[17]}{type=dragfill}
96
\answer{17}{\data[17]}{type=dragfill}
96
\answer{18}{\data[18]}{type=dragfill}
97
\answer{18}{\data[18]}{type=dragfill}
97
\answer{19}{\data[19]}{type=dragfill}
98
\answer{19}{\data[19]}{type=dragfill}
98
\answer{20}{\data[20]}{type=dragfill}
99
\answer{20}{\data[20]}{type=dragfill}
99
 
-