Rev 3177 | Rev 3693 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3177 | Rev 3546 | ||
---|---|---|---|
Line 157... | Line 157... | ||
157 | b=!trim $($a) |
157 | b=!trim $($a) |
158 | modele=!replace internal \$a{} by \$a{$b} in $modele |
158 | modele=!replace internal \$a{} by \$a{$b} in $modele |
159 | !next |
159 | !next |
160 | !setdef quick_title=$title in wimshome/$sesdir/var.stat |
160 | !setdef quick_title=$title in wimshome/$sesdir/var.stat |
161 | !setdef quick_source=$source in wimshome/$sesdir/var.stat |
161 | !setdef quick_source=$source in wimshome/$sesdir/var.stat |
162 |
|
162 | !for a in file, reading_file, audio_file, image_file, video_file,N, M, MAX,try,alea,\ |
163 |
|
163 | instruction,instruction2,\ |
164 | choice,answer_given,format,common,second_step,first_step,pos_rep,percent,\ |
164 | choice,answer_given,format,common,second_step,first_step,pos_rep,percent,\ |
165 | size,qcm_prompt1,qcm_prompt2,sens,aucune,partialscore,paste,\ |
165 | size,qcm_prompt1,qcm_prompt2,sens,aucune,partialscore,paste,\ |
166 | specialhelp1,specialhelp2,specialhelp3,helpprompt,reaccent,packs,player,\ |
166 | specialhelp1,specialhelp2,specialhelp3,helpprompt,reaccent,packs,player,\ |
167 | good_answer_text,bad_answer_text,incomplete_answer_text |
167 | good_answer_text,bad_answer_text,incomplete_answer_text |
168 | b=!trim $($a) |
168 | b=!trim $($a) |
169 | !setdef quick_$a=$b in wimshome/$sesdir/var.stat |
169 | !setdef quick_$a=$b in wimshome/$sesdir/var.stat |
170 | modele=!replace internal \text{$a=} by \text{$a=$b} in $modele |
170 | modele=!replace internal \text{$a=} by \text{$a=$b} in $modele |
- | 171 | !next |
|
- | 172 | !for a in style_question,style_reponse,style_oef,style_css |
|
- | 173 | b=!replace internal $\ |
|
- | 174 | $ by in $($a) |
|
- | 175 | b=!trim $b |
|
- | 176 | !setdef quick_$a=$b in wimshome/$sesdir/var.stat |
|
- | 177 | modele=!replace internal _$a by $b in $modele |
|
171 | !next |
178 | !next |
172 | modele=!replace internal \text{player_option=} by \text{player_option=$player_option autostart="false" loop="false"} in $modele |
179 | modele=!replace internal \text{player_option=} by \text{player_option=$player_option autostart="false" loop="false"} in $modele |
173 | modele=!replace internal \text{instruction=asis()} by \text{instruction=asis($instruction)} in $modele |
180 | modele=!replace internal \text{instruction=asis()} by \text{instruction=asis($instruction)} in $modele |
174 | modele=!replace internal \text{instruction2=asis()} by \text{instruction2=asis($instruction2)} in $modele |
181 | modele=!replace internal \text{instruction2=asis()} by \text{instruction2=asis($instruction2)} in $modele |
175 | modele=!replace internal \text{file=randitem()} by \text{file=randitem($($file))} in $modele |
182 | modele=!replace internal \text{file=randitem()} by \text{file=randitem($($file))} in $modele |