Rev 12527 | Rev 13175 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12527 | Rev 13007 | ||
---|---|---|---|
Line 111... | Line 111... | ||
111 | !reset 4_ |
111 | !reset 4_ |
112 | !if $wims_sheet>0 |
112 | !if $wims_sheet>0 |
113 | !set wims_homeref_scorestat=!getscorestatus sheet=$wims_sheet |
113 | !set wims_homeref_scorestat=!getscorestatus sheet=$wims_sheet |
114 | !set wims_homeref_maxexotry=!getscoremaxexotry sheet=$wims_sheet work=$wims_exo |
114 | !set wims_homeref_maxexotry=!getscoremaxexotry sheet=$wims_sheet work=$wims_exo |
115 | !set wims_homeref_alltries=!getscorealltries sheet=$wims_sheet work=$wims_exo |
115 | !set wims_homeref_alltries=!getscorealltries sheet=$wims_sheet work=$wims_exo |
116 | !if $module_score=$empty and $cmd iswordof reply next |
116 | !if $module_score=$empty and $cmd iswordof reply next resume hint |
117 | !set wims_homeref_alltries=$[max($wims_homeref_alltries-1,0)] |
117 | !set wims_homeref_alltries=$[max($wims_homeref_alltries-1,0)] |
118 | !else |
118 | !else |
119 | !set wims_homeref_alltries=$[$wims_homeref_alltries] |
119 | !set wims_homeref_alltries=$[$wims_homeref_alltries] |
120 | !endif |
120 | !endif |
121 | !default wims_homeref_alltries=0 |
121 | !default wims_homeref_alltries=0 |