Rev 3149 | Rev 3546 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3149 | Rev 3177 | ||
---|---|---|---|
Line 161... | Line 161... | ||
161 | !setdef quick_source=$source in wimshome/$sesdir/var.stat |
161 | !setdef quick_source=$source in wimshome/$sesdir/var.stat |
162 | !for a in file, reading_file, audio_file, image_file, video_file,N, M, MAX,try,alea,style_question,\ |
162 | !for a in file, reading_file, audio_file, image_file, video_file,N, M, MAX,try,alea,style_question,\ |
163 | style_reponse,style_oef,style_css,instruction,instruction2,\ |
163 | style_reponse,style_oef,style_css,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 |
|
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 |
171 | !next |
172 | - | ||
- | 172 | 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 |
173 | 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 |
174 | 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 |
175 | modele=!replace internal \text{file=randitem()} by \text{file=randitem($($file))} in $modele |
176 | !if yes iswordof $reading_file1 $image_file1 |
176 | !if yes iswordof $reading_file1 $image_file1 |
177 | help = !record 0 of $dossier/HELP |
177 | help = !record 0 of $dossier/HELP |
178 | !if $raw=1 |
178 | !if $raw=1 |
179 | help=!replace internal RAW(reading) by \special{expandlines \reading} in $help |
179 | help=!replace internal RAW(reading) by \special{expandlines \reading} in $help |
180 | !else |
180 | !else |