Subversion Repositories wimsdev

Rev

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

Rev 13716 Rev 14906
Line 115... Line 115...
115
Mike Hanke,allemande
115
Mike Hanke,allemande
116
Oliver Neuville,allemande
116
Oliver Neuville,allemande
117
}
117
}
118
 
118
 
119
:Opcions.
119
:Opcions.
120
Afegiu la paraula <span class="tt wims_code_words">split</span>  a la definició si voleu donar una nota 
120
Afegiu la paraula <span class="tt wims_code_words">split</span>  a la definició si voleu donar una nota
121
parcial per a respostes parcialment correctes. 
121
parcial per a respostes parcialment correctes.
122
\text{option=split}
122
\text{option=split}
123
 
123
 
124
:Opcions de presentació.
124
:Opcions de presentació.
125
Afegiu aquí la paraula "liste" si voleu mostrar els objectes com una llista.
125
Afegiu aquí la paraula "liste" si voleu mostrar els objectes com una llista.
126
\text{presentation=}
126
\text{presentation=}
Line 156... Line 156...
156
\text{tomark=positionof(1,\ind)}
156
\text{tomark=positionof(1,\ind)}
157
 
157
 
158
:%% Choix de la presentation : sous forme lineaire par defaut, ou sous forme de liste à puces.
158
:%% Choix de la presentation : sous forme lineaire par defaut, ou sous forme de liste à puces.
159
\if{liste iswordof \presentation}
159
\if{liste iswordof \presentation}
160
{
160
{
161
 \text{pre=<ul>}
161
  \text{pre=<ul>}
162
 \text{separatorL=<li>}
162
  \text{separatorL=<li>}
163
 \text{separatorR=</li>}
163
  \text{separatorR=</li>}
164
 \text{post=</ul>}
164
  \text{post=</ul>}
165
}
-
 
166
{
165
}{
167
 \text{pre=<p>}
166
  \text{pre=<p>}
168
 \text{separatorL=<span>}
167
  \text{separatorL=<span>}
169
 \text{separatorR=</span>}
168
  \text{separatorR=</span>}
170
 \text{post=</p>}
169
  \text{post=</p>}
171
}
170
}
172
 
171
 
173
:%%%%%%%%%%%%% Maintenant l'énoncé en code html. %%%%%%%%%%%%%%%%%%%%
172
:%%%%%%%%%%%%% Maintenant l'énoncé en code html. %%%%%%%%%%%%%%%%%%%%
174
 
173
 
175
:El text per explicar què fer.
174
:El text per explicar què fer.
Line 185... Line 184...
185
\text{explain=\accolade=1 ?wims(embraced randitem \explain)}
184
\text{explain=\accolade=1 ?wims(embraced randitem \explain)}
186
 
185
 
187
::On n'a pas besoin de modifier l'énoncé directement en général.
186
::On n'a pas besoin de modifier l'énoncé directement en général.
188
 
187
 
189
\statement{
188
\statement{
190
<p>\explain</p>
189
  <p>\explain</p>
191
\pre
190
  \pre
192
 \for{k=1 to \tot-1}{\separatorL \embed{r1,\k},\separatorR }
191
  \for{k=1 to \tot-1}{\separatorL \embed{r1,\k},\separatorR }
193
 \separatorL \embed{r1,\tot}.\separatorR
192
  \separatorL \embed{r1,\tot}.\separatorR
194
\post
193
  \post
195
}
194
}
196
 
195
 
197
:%%%%%%%%%%%%% Rien à modifier ci-après. %%%%%%%%%%%%%%%%%5
196
:%%%%%%%%%%%%% Rien à modifier ci-après. %%%%%%%%%%%%%%%%%5
198
 
197
 
199
\answer{Le marquage}{\tomark;\all}{type=mark}{option=\option}
198
\answer{Le marquage}{\tomark;\all}{type=mark}{option=\option}